Searched refs:ParamIndex (Results 1 – 5 of 5) sorted by relevance
20 enum class ParamIndex { enum27 inline static constexpr unsigned int kParamIndexCount = (unsigned int)(ParamIndex::kLast) + 1;
66 (unsigned int)(GrD3DRootSignature::ParamIndex::kConstantBufferView), in setAndBindConstants()143 (unsigned int)GrD3DRootSignature::ParamIndex::kShaderViewDescriptorTable, in setAndBindTextures()148 (unsigned int)GrD3DRootSignature::ParamIndex::kSamplerDescriptorTable, in setAndBindTextures()
534 (unsigned int) GrD3DRootSignature::ParamIndex::kConstantBufferView); in setGraphicsRootConstantBufferView()544 (unsigned int)GrD3DRootSignature::ParamIndex::kConstantBufferView); in setComputeRootConstantBufferView()554 (unsigned int)GrD3DRootSignature::ParamIndex::kSamplerDescriptorTable || in setGraphicsRootDescriptorTable()556 (unsigned int)GrD3DRootSignature::ParamIndex::kShaderViewDescriptorTable); in setGraphicsRootDescriptorTable()566 (unsigned int)GrD3DRootSignature::ParamIndex::kSamplerDescriptorTable || in setComputeRootDescriptorTable()568 (unsigned int)GrD3DRootSignature::ParamIndex::kShaderViewDescriptorTable); in setComputeRootDescriptorTable()
1174 (unsigned int)GrD3DRootSignature::ParamIndex::kConstantBufferView, in onRegenerateMipMapLevels()1196 (unsigned int)GrD3DRootSignature::ParamIndex::kShaderViewDescriptorTable, in onRegenerateMipMapLevels()1199 static_cast<unsigned int>(GrD3DRootSignature::ParamIndex::kSamplerDescriptorTable), in onRegenerateMipMapLevels()
417 typedef std::vector<int> ParamIndex; in validateFunctionCall() typedef418 ParamIndex pIndex; in validateFunctionCall()435 for (ParamIndex::const_iterator i = pIndex.begin(); in validateFunctionCall()