Home
last modified time | relevance | path

Searched refs:spvOpcodeIsImageSample (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_add_image_sample_unused_components.cpp48 if (!spvOpcodeIsImageSample(image_sample_instruction->opcode())) { in IsApplicable()
H A Dfuzzer_pass_add_image_sample_unused_components.cpp80 if (!spvOpcodeIsImageSample(instruction->opcode())) { in Apply()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_image_sample_unused_components.cpp48 if (!spvOpcodeIsImageSample(image_sample_instruction->opcode())) { in IsApplicable()
H A Dfuzzer_pass_add_image_sample_unused_components.cpp80 if (!spvOpcodeIsImageSample(instruction->opcode())) { in Apply()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_image_sample_unused_components.cpp48 if (!spvOpcodeIsImageSample(image_sample_instruction->opcode())) { in IsApplicable()
Dfuzzer_pass_add_image_sample_unused_components.cpp80 if (!spvOpcodeIsImageSample(instruction->opcode())) { in Apply()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.h147 bool spvOpcodeIsImageSample(spv::Op opcode);
H A Dopcode.cpp700 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h147 bool spvOpcodeIsImageSample(spv::Op opcode);
Dopcode.cpp698 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dopcode.h147 bool spvOpcodeIsImageSample(spv::Op opcode);
H A Dopcode.cpp736 bool spvOpcodeIsImageSample(const spv::Op opcode) { in spvOpcodeIsImageSample() function