Searched refs:GenerateCopy (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | pass.cpp | 87 uint32_t Pass::GenerateCopy(Instruction* object_to_copy, uint32_t new_type_id, in GenerateCopy() function in spvtools::opt::Pass 122 GenerateCopy(extract, new_element_type_id, insertion_position)); in GenerateCopy() 139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
|
D | pass.h | 142 uint32_t GenerateCopy(Instruction* object_to_copy, uint32_t new_type_id,
|
D | fix_storage_class.cpp | 235 uint32_t copy_id = GenerateCopy(obj_inst, pointee_type_id, inst); in PropagateType()
|
D | copy_prop_arrays.cpp | 741 uint32_t copy = GenerateCopy(original_ptr_inst, pointee_type_id, use); in UpdateUses()
|
/third_party/spirv-tools/source/opt/ |
D | pass.cpp | 87 uint32_t Pass::GenerateCopy(Instruction* object_to_copy, uint32_t new_type_id, in GenerateCopy() function in spvtools::opt::Pass 122 GenerateCopy(extract, new_element_type_id, insertion_position)); in GenerateCopy() 139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
|
D | pass.h | 142 uint32_t GenerateCopy(Instruction* object_to_copy, uint32_t new_type_id,
|
D | fix_storage_class.cpp | 235 uint32_t copy_id = GenerateCopy(obj_inst, pointee_type_id, inst); in PropagateType()
|
D | copy_prop_arrays.cpp | 738 uint32_t copy = GenerateCopy(original_ptr_inst, pointee_type_id, use); in UpdateUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | pass.cpp | 87 uint32_t Pass::GenerateCopy(Instruction* object_to_copy, uint32_t new_type_id, in GenerateCopy() function in spvtools::opt::Pass 122 GenerateCopy(extract, new_element_type_id, insertion_position)); in GenerateCopy() 139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
|
D | pass.h | 142 uint32_t GenerateCopy(Instruction* object_to_copy, uint32_t new_type_id,
|
D | fix_storage_class.cpp | 235 uint32_t copy_id = GenerateCopy(obj_inst, pointee_type_id, inst); in PropagateType()
|
D | copy_prop_arrays.cpp | 741 uint32_t copy = GenerateCopy(original_ptr_inst, pointee_type_id, use); in UpdateUses()
|