Skip to content

Add test exercising CheckAccessFullyMapped #181

@bogner

Description

@bogner

We need tests in test/Feature/HLSLLib that exercises the CheckAccessFullyMapped function. This should use a Load, Sample, or Gather overload that returns the status of the operation on a resource, and then call CheckAccessFullyMapped on that.

Some interesting DXC implementation details to consider:

  • If the status bit is used by something other than CheckAccessFullyMapped, DXC will implicitly call CheckAccessFullyMapped
  • If CheckAccessFullyMapped is called on something other than an operation status, DXC will silently cast the input's least significant bit to a bool and return it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions