Home
last modified time | relevance | path

Searched defs:pointer_type (Results 1 – 25 of 55) sorted by relevance

123

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_local_variables.cpp57 uint32_t pointer_type; in Apply() local
Dtransformation_access_chain.cpp65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_store.cpp49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_load.cpp53 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_local_variables.cpp57 uint32_t pointer_type; in Apply() local
Dtransformation_access_chain.cpp65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_store.cpp49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_load.cpp53 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_local_variables.cpp57 uint32_t pointer_type; in Apply() local
Dtransformation_access_chain.cpp65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_store.cpp49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_load.cpp53 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp478 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local
511 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
520 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
737 Instruction* pointer_type = in UpdateUses() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp478 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local
511 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
520 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
737 Instruction* pointer_type = in UpdateUses() local
/third_party/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp471 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local
504 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
513 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
736 Instruction* pointer_type = in UpdateUses() local
Dcopy_prop_arrays.h146 const analysis::Pointer* pointer_type = in GetStorageClass() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_atomics.cpp177 const uint32_t pointer_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local

123