Home
last modified time | relevance | path

Searched refs:ParamIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DRootSignature.h20 enum class ParamIndex { enum
27 inline static constexpr unsigned int kParamIndexCount = (unsigned int)(ParamIndex::kLast) + 1;
DGrD3DPipelineState.cpp66 (unsigned int)(GrD3DRootSignature::ParamIndex::kConstantBufferView), in setAndBindConstants()
143 (unsigned int)GrD3DRootSignature::ParamIndex::kShaderViewDescriptorTable, in setAndBindTextures()
148 (unsigned int)GrD3DRootSignature::ParamIndex::kSamplerDescriptorTable, in setAndBindTextures()
DGrD3DCommandList.cpp534 (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()
DGrD3DGpu.cpp1174 (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()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp417 typedef std::vector<int> ParamIndex; in validateFunctionCall() typedef
418 ParamIndex pIndex; in validateFunctionCall()
435 for (ParamIndex::const_iterator i = pIndex.begin(); in validateFunctionCall()