Skip to content

[mlir][dxsa] Add dcl_resource instruction#146

Open
tagolog wants to merge 1 commit into
access-softek:dxsa-mlirfrom
tagolog:dxsa-mlir-dcl_resource
Open

[mlir][dxsa] Add dcl_resource instruction#146
tagolog wants to merge 1 commit into
access-softek:dxsa-mlirfrom
tagolog:dxsa-mlir-dcl_resource

Conversation

@tagolog
Copy link
Copy Markdown

@tagolog tagolog commented May 27, 2026

Example:
dxsa.dcl_resource <type = resource, components = 0, index = [0, 0, 3]>,
<x = float, y = float, z = float, w = float>,
<dim = texture3d, space = 1>

@tagolog tagolog requested a review from asavonic May 27, 2026 19:26
@tagolog tagolog force-pushed the dxsa-mlir-dcl_resource branch from f9f4cb6 to 4b4e55c Compare May 27, 2026 20:00
Example:
    dxsa.dcl_resource <id = 0>, <dim = buffer>,
        <x = unorm, y = snorm, z = sint, w = uint>
    dxsa.dcl_resource <id = 5>, <dim = texture2dms, sample_count = 4>,
        <x = float, y = float, z = float, w = float>
    dxsa.dcl_resource <id = 0, lbound = 0, ubound = 3, space = 1>,
        <dim = texture3d>, <x = float, y = float, z = float, w = float>

Signed-off-by: Vladimir Shiryaev <tagolog@users.noreply.github.com>
@tagolog tagolog force-pushed the dxsa-mlir-dcl_resource branch from 4b4e55c to 817a298 Compare May 29, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant