/third_party/spirv-tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P() 79 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, SpvDim1D, 2, 3, 0, 4, in TEST_P() 147 Eq(MakeInstruction(SpvOpTypeImage, in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P() 79 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, SpvDim1D, 2, 3, 0, 4, in TEST_P() 147 Eq(MakeInstruction(SpvOpTypeImage, in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.type_declaration_test.cpp | 42 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, GetParam().value(), 2, 3, 0, 4, in TEST_P() 79 Eq(MakeInstruction(SpvOpTypeImage, {1, 2, SpvDim1D, 2, 3, 0, 4, in TEST_P() 147 Eq(MakeInstruction(SpvOpTypeImage, in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_image.cpp | 106 if (inst->opcode() != SpvOpTypeImage) return false; in GetImageTypeInfo() 899 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage() 957 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage() 1075 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer() 1348 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageFetch() 1529 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageRead() 1630 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageWrite() 1715 if (_.GetIdOpcode(result_type) != SpvOpTypeImage) { in ValidateImage() 1746 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySizeLod() 1812 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySize() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 106 if (inst->opcode() != SpvOpTypeImage) return false; in GetImageTypeInfo() 899 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage() 957 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage() 1075 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer() 1348 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageFetch() 1529 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageRead() 1630 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageWrite() 1715 if (_.GetIdOpcode(result_type) != SpvOpTypeImage) { in ValidateImage() 1746 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySizeLod() 1812 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySize() [all …]
|
/third_party/spirv-tools/source/val/ |
D | validate_image.cpp | 108 if (inst->opcode() != SpvOpTypeImage) return false; in GetImageTypeInfo() 901 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateTypeSampledImage() 969 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateSampledImage() 1088 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageTexelPointer() 1382 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageFetch() 1560 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageRead() 1659 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageWrite() 1736 if (_.GetIdOpcode(result_type) != SpvOpTypeImage) { in ValidateImage() 1767 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySizeLod() 1833 if (_.GetIdOpcode(image_type) != SpvOpTypeImage) { in ValidateImageQuerySize() [all …]
|
D | validate_type.cpp | 402 (opcode == SpvOpTypeImage || opcode == SpvOpTypeSampler || in ValidateTypeStruct() 441 if (type->opcode() == SpvOpTypeImage) { in ValidateTypePointer()
|
D | validate_logicals.cpp | 174 case SpvOpTypeImage: in LogicalsPass()
|
/third_party/spirv-tools/source/opt/ |
D | instruction.cpp | 285 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageImage() 319 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanSampledImage() 353 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageTexelBuffer() 715 return (type->opcode() == SpvOpTypeImage || in IsValidBaseImage()
|
D | inline_opaque_pass.cpp | 33 case SpvOpTypeImage: in IsOpaqueType()
|
D | mem_pass.cpp | 47 case SpvOpTypeImage: in IsBaseTargetType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_opaque_pass.cpp | 33 case SpvOpTypeImage: in IsOpaqueType()
|
D | instruction.cpp | 287 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageImage() 321 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanSampledImage() 355 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageTexelBuffer() 733 return (type->opcode() == SpvOpTypeImage || in IsValidBaseImage()
|
D | mem_pass.cpp | 47 case SpvOpTypeImage: in IsBaseTargetType()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inline_opaque_pass.cpp | 33 case SpvOpTypeImage: in IsOpaqueType()
|
D | instruction.cpp | 287 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageImage() 321 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanSampledImage() 355 if (base_type->opcode() != SpvOpTypeImage) { in IsVulkanStorageTexelBuffer() 733 return (type->opcode() == SpvOpTypeImage || in IsValidBaseImage()
|
D | mem_pass.cpp | 47 case SpvOpTypeImage: in IsBaseTargetType()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 148 case SpvOpTypeImage: in vtn_validate_handle_constant_instruction()
|
/third_party/spirv-tools/source/ |
D | opcode.cpp | 320 case SpvOpTypeImage: in spvOpcodeGeneratesType() 473 case SpvOpTypeImage: in spvOpcodeIsBaseOpaqueType()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | opcode.cpp | 320 case SpvOpTypeImage: in spvOpcodeGeneratesType() 477 case SpvOpTypeImage: in spvOpcodeIsBaseOpaqueType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 320 case SpvOpTypeImage: in spvOpcodeGeneratesType() 477 case SpvOpTypeImage: in spvOpcodeIsBaseOpaqueType()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_donate_modules.cpp | 203 case SpvOpTypeImage: in HandleTypeOrValue() 746 case SpvOpTypeImage: in CanDonateInstruction()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_donate_modules.cpp | 203 case SpvOpTypeImage: in HandleTypeOrValue() 746 case SpvOpTypeImage: in CanDonateInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_donate_modules.cpp | 203 case SpvOpTypeImage: in HandleTypeOrValue() 746 case SpvOpTypeImage: in CanDonateInstruction()
|
/third_party/skia/src/sksl/ |
D | spirv.h | 596 SpvOpTypeImage = 25, enumerator
|