blob: 8e03e1a8b29be5d53f1a78046854de706d68e238 [file]
# RUN: yaml2obj %s | obj2yaml | FileCheck %s
## This test checks that we correctly compute the StaticSamplersOffset for each
## of the root parameter types (version 1.1 variants)
## StaticSamplerOffset
## = 24 (root signature header)
## + 12 (header) + 12 (root constants)
## + 12 (header) + 12 (v1.1 root descriptor)
## + 12 (header) + 8 (root descriptor table)
## + 24 (v1.1 descriptor range)
## + 0 (root flags)
## = 116
# CHECK: StaticSamplersOffset: 116
--- !dxcontainer
Header:
Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
Version:
Major: 1
Minor: 0
PartCount: 1
PartOffsets: [ 60 ]
Parts:
- Name: RTS0
Size: 116
RootSignature:
Version: 2
NumRootParameters: 3
RootParametersOffset: 24
NumStaticSamplers: 0
StaticSamplersOffset: 116
Parameters:
- ParameterType: 1 # RootConstants
ShaderVisibility: 0
Constants:
Num32BitValues: 16
ShaderRegister: 15
RegisterSpace: 14
- ParameterType: 2 # SRV
ShaderVisibility: 0
Descriptor:
ShaderRegister: 31
RegisterSpace: 32
DATA_STATIC_WHILE_SET_AT_EXECUTE: true
- ParameterType: 0 # Descriptor Table
ShaderVisibility: 0
Table:
NumRanges: 1
Ranges:
- RangeType: 0 # CBV
NumDescriptors: -1
BaseShaderRegister: 42
RegisterSpace: 43
OffsetInDescriptorsFromTableStart: 41
DESCRIPTORS_STATIC_KEEPING_BUFFER_BOUNDS_CHECKS: true
AllowInputAssemblerInputLayout: true
DenyGeometryShaderRootAccess: true