/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/ |
D | constant_uniform_facts.cpp | 27 uint32_t ConstantUniformFacts::GetConstantId( in GetConstantId() function in spvtools::fuzz::fact_manager::ConstantUniformFacts 83 if (auto constant_id = GetConstantId(fact_and_type_id.first, type_id)) { in GetConstantsAvailableFromUniformsForType() 122 return GetConstantId(fact_and_type.first, fact_and_type.second); in GetConstantFromUniformDescriptor()
|
D | constant_uniform_facts.h | 71 uint32_t GetConstantId(
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
D | constant_uniform_facts.cpp | 27 uint32_t ConstantUniformFacts::GetConstantId( in GetConstantId() function in spvtools::fuzz::fact_manager::ConstantUniformFacts 83 if (auto constant_id = GetConstantId(fact_and_type_id.first, type_id)) { in GetConstantsAvailableFromUniformsForType() 122 return GetConstantId(fact_and_type.first, fact_and_type.second); in GetConstantFromUniformDescriptor()
|
D | constant_uniform_facts.h | 71 uint32_t GetConstantId(
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/fact_manager/ |
D | constant_uniform_facts.cpp | 27 uint32_t ConstantUniformFacts::GetConstantId( in GetConstantId() function in spvtools::fuzz::fact_manager::ConstantUniformFacts 83 if (auto constant_id = GetConstantId(fact_and_type_id.first, type_id)) { in GetConstantsAvailableFromUniformsForType() 122 return GetConstantId(fact_and_type.first, fact_and_type.second); in GetConstantFromUniformDescriptor()
|
D | constant_uniform_facts.h | 71 uint32_t GetConstantId(
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | strength_reduction_pass.cpp | 94 uint32_t shiftConstResultId = GetConstantId(shiftAmount); in ReplaceMultiplyByPowerOf2() 148 uint32_t StrengthReductionPass::GetConstantId(uint32_t val) { in GetConstantId() function in spvtools::opt::StrengthReductionPass
|
D | strength_reduction_pass.h | 46 uint32_t GetConstantId(uint32_t);
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | strength_reduction_pass.cpp | 93 uint32_t shiftConstResultId = GetConstantId(shiftAmount); in ReplaceMultiplyByPowerOf2() 147 uint32_t StrengthReductionPass::GetConstantId(uint32_t val) { in GetConstantId() function in spvtools::opt::StrengthReductionPass
|
D | strength_reduction_pass.h | 46 uint32_t GetConstantId(uint32_t);
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | strength_reduction_pass.cpp | 89 uint32_t shiftConstResultId = GetConstantId(shiftAmount); in ReplaceMultiplyByPowerOf2() 143 uint32_t StrengthReductionPass::GetConstantId(uint32_t val) { in GetConstantId() function in spvtools::opt::StrengthReductionPass
|
D | strength_reduction_pass.h | 46 uint32_t GetConstantId(uint32_t);
|