Searched refs:PropagateType (Results 1 – 6 of 6) sorted by relevance
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | fix_storage_class.cpp | 44 PropagateType(use.first, inst->type_id(), use.second, &seen); in Process() 174 bool FixStorageClass::PropagateType(Instruction* inst, uint32_t type_id, in PropagateType() function in spvtools::opt::FixStorageClass 268 PropagateType(use.first, new_type_id, use.second, seen); in PropagateType()
|
D | fix_storage_class.h | 79 bool PropagateType(Instruction* inst, uint32_t type_id, uint32_t op_idx,
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 44 PropagateType(use.first, inst->type_id(), use.second, &seen); in Process() 174 bool FixStorageClass::PropagateType(Instruction* inst, uint32_t type_id, in PropagateType() function in spvtools::opt::FixStorageClass 268 PropagateType(use.first, new_type_id, use.second, seen); in PropagateType()
|
D | fix_storage_class.h | 79 bool PropagateType(Instruction* inst, uint32_t type_id, uint32_t op_idx,
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 44 PropagateType(use.first, inst->type_id(), use.second, &seen); in Process() 174 bool FixStorageClass::PropagateType(Instruction* inst, uint32_t type_id, in PropagateType() function in spvtools::opt::FixStorageClass 268 PropagateType(use.first, new_type_id, use.second, seen); in PropagateType()
|
D | fix_storage_class.h | 79 bool PropagateType(Instruction* inst, uint32_t type_id, uint32_t op_idx,
|