Home | History | Annotate | Download | only in include

Lines Matching refs:UINT

38     UINT Version;
40 UINT Flags;
41 UINT ConstantBuffers;
42 UINT BoundResources;
43 UINT InputParameters;
44 UINT OutputParameters;
45 UINT InstructionCount;
46 UINT TempRegisterCount;
47 UINT TempArrayCount;
48 UINT DefCount;
49 UINT DclCount;
50 UINT TextureNormalInstructions;
51 UINT TextureLoadInstructions;
52 UINT TextureCompInstructions;
53 UINT TextureBiasInstructions;
54 UINT TextureGradientInstructions;
55 UINT FloatInstructionCount;
56 UINT IntInstructionCount;
57 UINT UintInstructionCount;
58 UINT StaticFlowControlCount;
59 UINT DynamicFlowControlCount;
60 UINT MacroInstructionCount;
61 UINT ArrayInstructionCount;
62 UINT CutInstructionCount;
63 UINT EmitInstructionCount;
65 UINT GSMaxOutputVertexCount;
67 UINT PatchConstantParameters;
68 UINT cGSInstanceCount;
69 UINT cControlPoints;
73 UINT cBarrierInstructions;
74 UINT cInterlockedInstructions;
75 UINT cTextureStoreInstructions;
81 UINT StartOffset;
82 UINT Size;
83 UINT uFlags;
85 UINT StartTexture;
86 UINT TextureSize;
87 UINT StartSampler;
88 UINT SamplerSize;
95 UINT Rows;
96 UINT Columns;
97 UINT Elements;
98 UINT Members;
99 UINT Offset;
107 UINT Variables;
108 UINT Size;
109 UINT uFlags;
116 UINT BindPoint;
117 UINT BindCount;
118 UINT uFlags;
121 UINT NumSamples;
127 UINT SemanticIndex;
128 UINT Register;
133 UINT Stream;
142 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetMemberTypeByIndex)(THIS_ UINT index) PURE;
144 STDMETHOD_(LPCSTR, GetMemberTypeName)(THIS_ UINT index) PURE;
148 STDMETHOD_(UINT, GetNumInterfaces)(THIS) PURE;
149 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetInterfaceByIndex)(THIS_ UINT index) PURE;
163 STDMETHOD_(UINT, GetInterfaceSlot)(THIS_ UINT index) PURE;
173 STDMETHOD_(struct ID3D11ShaderReflectionVariable *, GetVariableByIndex)(THIS_ UINT index) PURE;
189 STDMETHOD_(struct ID3D11ShaderReflectionConstantBuffer *, GetConstantBufferByIndex)(THIS_ UINT index) PURE;
191 STDMETHOD(GetResourceBindingDesc)(THIS_ UINT index, D3D11_SHADER_INPUT_BIND_DESC *desc) PURE;
192 STDMETHOD(GetInputParameterDesc)(THIS_ UINT index, D3D11_SIGNATURE_PARAMETER_DESC *desc) PURE;
193 STDMETHOD(GetOutputParameterDesc)(THIS_ UINT index, D3D11_SIGNATURE_PARAMETER_DESC *desc) PURE;
194 STDMETHOD(GetPatchConstantParameterDesc)(THIS_ UINT index, D3D11_SIGNATURE_PARAMETER_DESC *desc) PURE;
197 STDMETHOD_(UINT, GetMovInstructionCount)(THIS) PURE;
198 STDMETHOD_(UINT, GetMovcInstructionCount)(THIS) PURE;
199 STDMETHOD_(UINT, GetConversionInstructionCount)(THIS) PURE;
200 STDMETHOD_(UINT, GetBitwiseInstructionCount)(THIS) PURE;
203 STDMETHOD_(UINT, GetNumInterfaceSlots)(THIS) PURE;
205 STDMETHOD_(UINT, GetThreadGroupSize)(THIS_ UINT *sizex, UINT *sizey, UINT *sizez) PURE;