Home
last modified time | relevance | path

Searched refs:ptr_ty_id (Results 1 – 10 of 10) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp215 uint32_t ptr_ty_id = in AnalyzeDescriptorReference() local
217 Instruction* ptr_ty_inst = get_def_use_mgr()->GetDef(ptr_ty_id); in AnalyzeDescriptorReference()
222 : ptr_ty_id; in AnalyzeDescriptorReference()
Dinst_buff_addr_check_pass.cpp50 uint32_t ptr_ty_id = ptr_inst->type_id(); in IsPhysicalBuffAddrReference() local
51 Instruction* ptr_ty_inst = du_mgr->GetDef(ptr_ty_id); in IsPhysicalBuffAddrReference()
Daggressive_dead_code_elim_pass.cpp891 uint32_t ptr_ty_id = val.GetSingleWordInOperand(0); in ProcessGlobalValues() local
892 Instruction* ptr_ty_inst = get_def_use_mgr()->GetDef(ptr_ty_id); in ProcessGlobalValues()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp222 uint32_t ptr_ty_id = in AnalyzeDescriptorReference() local
224 Instruction* ptr_ty_inst = get_def_use_mgr()->GetDef(ptr_ty_id); in AnalyzeDescriptorReference()
229 : ptr_ty_id; in AnalyzeDescriptorReference()
Dinst_buff_addr_check_pass.cpp50 uint32_t ptr_ty_id = ptr_inst->type_id(); in IsPhysicalBuffAddrReference() local
51 Instruction* ptr_ty_inst = du_mgr->GetDef(ptr_ty_id); in IsPhysicalBuffAddrReference()
Daggressive_dead_code_elim_pass.cpp875 uint32_t ptr_ty_id = val.GetSingleWordInOperand(0); in ProcessGlobalValues() local
876 Instruction* ptr_ty_inst = get_def_use_mgr()->GetDef(ptr_ty_id); in ProcessGlobalValues()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_bindless_check_pass.cpp222 uint32_t ptr_ty_id = in AnalyzeDescriptorReference() local
224 Instruction* ptr_ty_inst = get_def_use_mgr()->GetDef(ptr_ty_id); in AnalyzeDescriptorReference()
229 : ptr_ty_id; in AnalyzeDescriptorReference()
Dinst_buff_addr_check_pass.cpp50 uint32_t ptr_ty_id = ptr_inst->type_id(); in IsPhysicalBuffAddrReference() local
51 Instruction* ptr_ty_inst = du_mgr->GetDef(ptr_ty_id); in IsPhysicalBuffAddrReference()
Daggressive_dead_code_elim_pass.cpp875 uint32_t ptr_ty_id = val.GetSingleWordInOperand(0); in ProcessGlobalValues() local
876 Instruction* ptr_ty_inst = get_def_use_mgr()->GetDef(ptr_ty_id); in ProcessGlobalValues()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4235 auto ptr_ty_id = def_use_mgr_->GetDef(base_id)->type_id(); in MakeAccessChain() local
4298 ptr_ty_id = builtin_position_info.position_member_pointer_type_id; in MakeAccessChain()
4303 current_expr.type = parser_impl_.ConvertType(ptr_ty_id, PtrAs::Ref); in MakeAccessChain()
4319 const auto* ptr_type_inst = def_use_mgr_->GetDef(ptr_ty_id); in MakeAccessChain()