/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_local_variables.cpp | 52 uint32_t pointer_type; in Apply() local
|
D | transformation_access_chain.cpp | 65 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
|
D | transformation_store.cpp | 45 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local
|
D | transformation_load.cpp | 48 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | fuzzer_pass_add_access_chains.cpp | 98 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_local_variables.cpp | 54 uint32_t pointer_type; in Apply() local
|
D | transformation_access_chain.cpp | 65 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
|
D | transformation_store.cpp | 46 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | transformation_load.cpp | 49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local
|
D | fuzzer_pass_add_access_chains.cpp | 100 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_local_variables.cpp | 54 uint32_t pointer_type; in Apply() local
|
D | transformation_access_chain.cpp | 65 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
|
D | transformation_store.cpp | 46 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | transformation_load.cpp | 49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local
|
D | fuzzer_pass_add_access_chains.cpp | 100 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.h | 124 const analysis::Pointer* pointer_type = in GetStorageClass() local
|
D | copy_prop_arrays.cpp | 474 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/ |
D | copy_prop_arrays.h | 124 const analysis::Pointer* pointer_type = in GetStorageClass() local
|
D | copy_prop_arrays.cpp | 474 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/ |
D | copy_prop_arrays.h | 124 const analysis::Pointer* pointer_type = in GetStorageClass() local
|
D | copy_prop_arrays.cpp | 474 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/ |
D | validate_atomics.cpp | 197 const uint32_t pointer_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local
|