Home
last modified time | relevance | path

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

123

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_local_variables.cpp52 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_store.cpp45 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dtransformation_load.cpp48 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp98 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_local_variables.cpp54 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_store.cpp46 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_load.cpp49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp100 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_local_variables.cpp54 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_store.cpp46 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_load.cpp49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp100 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp474 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local
507 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
516 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
734 Instruction* pointer_type = in UpdateUses() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp474 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local
507 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
516 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
734 Instruction* pointer_type = in UpdateUses() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp474 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local
507 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
516 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local
734 Instruction* pointer_type = in UpdateUses() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_atomics.cpp197 const uint32_t pointer_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local

123