Home
last modified time | relevance | path

Searched defs:ptr_inst (Results 1 – 16 of 16) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp185 Instruction* InstBindlessCheckPass::GetPointeeTypeInst(Instruction* ptr_inst) { in GetPointeeTypeInst()
196 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() local
282 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() local
595 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescIdxCheckCode() local
Dfix_storage_class.cpp221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType() local
Dcopy_prop_arrays.cpp167 bool CopyPropagateArrays::HasNoStores(Instruction* ptr_inst) { in HasNoStores()
187 bool CopyPropagateArrays::HasValidReferencesOnly(Instruction* ptr_inst, in HasValidReferencesOnly()
Dinst_buff_addr_check_pass.cpp48 Instruction* ptr_inst = du_mgr->GetDef(ptr_id); in IsPhysicalBuffAddrReference() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_bindless_check_pass.cpp192 Instruction* InstBindlessCheckPass::GetPointeeTypeInst(Instruction* ptr_inst) { in GetPointeeTypeInst()
203 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() local
289 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() local
602 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescIdxCheckCode() local
Dcopy_prop_arrays.cpp159 bool CopyPropagateArrays::HasNoStores(Instruction* ptr_inst) { in HasNoStores()
177 bool CopyPropagateArrays::HasValidReferencesOnly(Instruction* ptr_inst, in HasValidReferencesOnly()
Dfix_storage_class.cpp221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType() local
Dinst_buff_addr_check_pass.cpp48 Instruction* ptr_inst = du_mgr->GetDef(ptr_id); in IsPhysicalBuffAddrReference() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp192 Instruction* InstBindlessCheckPass::GetPointeeTypeInst(Instruction* ptr_inst) { in GetPointeeTypeInst()
203 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() local
289 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref->ptr_id); in AnalyzeDescriptorReference() local
602 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ref.ptr_id); in GenDescIdxCheckCode() local
Dcopy_prop_arrays.cpp159 bool CopyPropagateArrays::HasNoStores(Instruction* ptr_inst) { in HasNoStores()
177 bool CopyPropagateArrays::HasValidReferencesOnly(Instruction* ptr_inst, in HasValidReferencesOnly()
Dfix_storage_class.cpp221 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in PropagateType() local
Dinst_buff_addr_check_pass.cpp48 Instruction* ptr_inst = du_mgr->GetDef(ptr_id); in IsPhysicalBuffAddrReference() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp1370 const auto ptr_inst = vstate.FindDef(store->GetOperandAs<uint32_t>(0)); in CheckFPRoundingModeForShaders() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_decorations.cpp1370 const auto ptr_inst = vstate.FindDef(store->GetOperandAs<uint32_t>(0)); in CheckFPRoundingModeForShaders() local
/third_party/spirv-tools/source/val/
Dvalidate_decorations.cpp1466 const auto ptr_inst = vstate.FindDef(store->GetOperandAs<uint32_t>(0)); in CheckFPRoundingModeForShaders() local
/third_party/vulkan-loader/loader/
Dloader.c1240 void loader_icd_destroy(struct loader_instance *ptr_inst, struct loader_icd_term *icd_term, in loader_icd_destroy()
1252 static struct loader_icd_term *loader_icd_add(struct loader_instance *ptr_inst, const struct loader… in loader_icd_add()