Home
last modified time | relevance | path

Searched refs:SpvOpTypePointer (Results 1 – 25 of 204) sorted by relevance

123456789

/third_party/skia/third_party/externals/spirv-tools/test/link/
Dglobal_values_amount_test.cpp40 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
91 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
129 4u << SpvWordCountShift | SpvOpTypePointer, in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp40 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
91 4u << SpvWordCountShift | SpvOpTypePointer, in SetUp()
129 4u << SpvWordCountShift | SpvOpTypePointer, in TEST_F()
/third_party/spirv-tools/source/val/
Dvalidate_function.cpp31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch()
157 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter()
190 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter()
289 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
Dvalidate_memory.cpp403 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable()
519 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
665 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable()
771 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
833 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
912 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
939 result_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
967 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1076 object_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1155 target_pointer_type->opcode() != SpvOpTypePointer) { in ValidateCopyMemory()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch()
157 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter()
190 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter()
290 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
Dvalidate_memory.cpp404 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable()
507 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
639 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable()
738 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
800 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
882 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
906 result_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
937 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1025 object_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1104 target_pointer_type->opcode() != SpvOpTypePointer) { in ValidateCopyMemory()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_function.cpp31 if (a->opcode() != SpvOpTypePointer || b->opcode() != SpvOpTypePointer) { in DoPointeesLogicallyMatch()
157 if (_.GetIdOpcode(param_nonarray_type_id) == SpvOpTypePointer) { in ValidateFunctionParameter()
190 if (SpvOpTypePointer == pointee_type->opcode() && in ValidateFunctionParameter()
290 if (parameter_type->opcode() == SpvOpTypePointer && in ValidateFunctionCall()
Dvalidate_memory.cpp404 if (!result_type || result_type->opcode() != SpvOpTypePointer) { in ValidateVariable()
507 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
639 if (pointee_base->opcode() == SpvOpTypePointer) { in ValidateVariable()
738 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
800 while (underlying_type->opcode() == SpvOpTypePointer) { in ValidateVariable()
882 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
906 result_type->opcode() != SpvOpTypePointer) { in ValidateLoad()
937 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1025 object_type->opcode() != SpvOpTypePointer) { in ValidateStore()
1104 target_pointer_type->opcode() != SpvOpTypePointer) { in ValidateCopyMemory()
[all …]
/third_party/spirv-tools/source/reduce/
Doperand_to_undef_reduction_opportunity_finder.cpp35 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
71 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_undef_reduction_opportunity_finder.cpp35 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
71 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Doperand_to_undef_reduction_opportunity_finder.cpp35 if (type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
71 if (operand_type_id_def->opcode() == SpvOpTypePointer) { in GetAvailableOpportunities()
/third_party/spirv-tools/source/opt/
Dinstruction.cpp265 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage()
299 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage()
333 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer()
369 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer()
421 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer()
458 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
497 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
600 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
Ddesc_sroa_util.cpp44 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsDescriptorArray()
102 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetNumberOfElementsForArrayOrStruct()
/third_party/spirv-tools/test/link/
Dglobal_values_amount_test.cpp54 SpvOpTypePointer | 4u << SpvWordCountShift, in SetUp()
109 SpvOpTypePointer | 4u << SpvWordCountShift, in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp267 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage()
301 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage()
335 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer()
371 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer()
423 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer()
460 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
499 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
622 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
Ddesc_sroa_util.cpp44 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsDescriptorArray()
102 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetNumberOfElementsForArrayOrStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp267 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageImage()
301 if (opcode() != SpvOpTypePointer) { in IsVulkanSampledImage()
335 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageTexelBuffer()
371 if (opcode() != SpvOpTypePointer) { in IsVulkanStorageBuffer()
423 if (opcode() != SpvOpTypePointer) { in IsVulkanUniformBuffer()
460 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerShaders()
499 if (type_def->opcode() != SpvOpTypePointer) { in IsReadOnlyPointerKernel()
622 if (type->opcode() != SpvOpTypePointer) { in IsValidBasePointer()
Ddesc_sroa_util.cpp44 if (ptr_type_inst->opcode() != SpvOpTypePointer) { in IsDescriptorArray()
102 assert(ptr_type_inst->opcode() == SpvOpTypePointer && in GetNumberOfElementsForArrayOrStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Davailable_instructions_test.cpp187 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST()
197 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST()
208 ASSERT_EQ(SpvOpTypePointer, available[8]->opcode()); in TEST()
/third_party/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp187 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST()
197 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST()
208 ASSERT_EQ(SpvOpTypePointer, available[8]->opcode()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp187 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST()
197 ASSERT_EQ(SpvOpTypePointer, available[3]->opcode()); in TEST()
208 ASSERT_EQ(SpvOpTypePointer, available[8]->opcode()); in TEST()
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_copy_memory_with_load_store.cpp81 assert(target_type_opcode == SpvOpTypePointer && in Apply()
82 source_type_opcode == SpvOpTypePointer && in Apply()
Dfuzzer_pass_replace_copy_objects_with_stores_loads.cpp51 ->opcode() == SpvOpTypePointer) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_copy_memory_with_load_store.cpp81 assert(target_type_opcode == SpvOpTypePointer && in Apply()
82 source_type_opcode == SpvOpTypePointer && in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_copy_memory_with_load_store.cpp81 assert(target_type_opcode == SpvOpTypePointer && in Apply()
82 source_type_opcode == SpvOpTypePointer && in Apply()

123456789