Home
last modified time | relevance | path

Searched refs:SpvOpImageSampleImplicitLod (Results 1 – 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_image_sample_unused_components_test.cpp76 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
91 MakeInstructionDescriptor(27, SpvOpImageSampleImplicitLod, 0); in TEST()
127 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
136 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
145 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
201 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
Dtransformation_split_block_test.cpp915 MakeInstructionDescriptor(217, SpvOpImageSampleImplicitLod, 0), 500); in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_image_sample_unused_components_test.cpp76 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
91 MakeInstructionDescriptor(27, SpvOpImageSampleImplicitLod, 0); in TEST()
127 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
136 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
145 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
201 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
Dtransformation_split_block_test.cpp915 MakeInstructionDescriptor(217, SpvOpImageSampleImplicitLod, 0), 500); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_image_sample_unused_components_test.cpp76 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
91 MakeInstructionDescriptor(27, SpvOpImageSampleImplicitLod, 0); in TEST()
127 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
136 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
145 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
201 MakeInstructionDescriptor(25, SpvOpImageSampleImplicitLod, 0); in TEST()
Dtransformation_split_block_test.cpp915 MakeInstructionDescriptor(217, SpvOpImageSampleImplicitLod, 0), 500); in TEST()
/third_party/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp352 case SpvOpImageSampleImplicitLod: in IsMemoryReadInstruction()
424 case SpvOpImageSampleImplicitLod: in GetMemoryReadTarget()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_move_instruction_down.cpp352 case SpvOpImageSampleImplicitLod: in IsMemoryReadInstruction()
424 case SpvOpImageSampleImplicitLod: in GetMemoryReadTarget()
/third_party/spirv-tools/source/
Dopcode.cpp371 case SpvOpImageSampleImplicitLod: in spvOpcodeIsLoad()
689 case SpvOpImageSampleImplicitLod: in spvOpcodeIsImageSample()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp371 case SpvOpImageSampleImplicitLod: in spvOpcodeIsLoad()
691 case SpvOpImageSampleImplicitLod: in spvOpcodeIsImageSample()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_move_instruction_down.cpp352 case SpvOpImageSampleImplicitLod: in IsMemoryReadInstruction()
424 case SpvOpImageSampleImplicitLod: in GetMemoryReadTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp371 case SpvOpImageSampleImplicitLod: in spvOpcodeIsLoad()
691 case SpvOpImageSampleImplicitLod: in spvOpcodeIsImageSample()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp150 sample_ops_ = {SpvOpImageSampleImplicitLod, in Initialize()
Dreplace_invalid_opc.cpp144 case SpvOpImageSampleImplicitLod: in IsFragmentShaderOnlyInstruction()
/third_party/spirv-tools/source/opt/
Drelax_float_ops_pass.cpp150 sample_ops_ = {SpvOpImageSampleImplicitLod, in Initialize()
Dreplace_invalid_opc.cpp143 case SpvOpImageSampleImplicitLod: in IsFragmentShaderOnlyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Drelax_float_ops_pass.cpp150 sample_ops_ = {SpvOpImageSampleImplicitLod, in Initialize()
Dreplace_invalid_opc.cpp144 case SpvOpImageSampleImplicitLod: in IsFragmentShaderOnlyInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp59 SpvOpImageSampleImplicitLod, in InstructionHasDerivative()
/third_party/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp59 SpvOpImageSampleImplicitLod, in InstructionHasDerivative()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlint_divergent_derivatives.cpp59 SpvOpImageSampleImplicitLod, in InstructionHasDerivative()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c809 opcode = SpvOpImageSampleImplicitLod; in spirv_builder_emit_image_sample()
811 opcode += SpvOpImageSampleProjImplicitLod - SpvOpImageSampleImplicitLod; in spirv_builder_emit_image_sample()
813 opcode += SpvOpImageSampleExplicitLod - SpvOpImageSampleImplicitLod; in spirv_builder_emit_image_sample()
815 opcode += SpvOpImageSampleDrefImplicitLod - SpvOpImageSampleImplicitLod; in spirv_builder_emit_image_sample()
/third_party/skia/src/sksl/
Dspirv.h652 SpvOpImageSampleImplicitLod = 87, enumerator
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp126 case SpvOpImageSampleImplicitLod: in IsImplicitLod()
924 case SpvOpImageSampleImplicitLod: in IsAllowedSampledImageOperand()
2102 case SpvOpImageSampleImplicitLod: in ImagePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp126 case SpvOpImageSampleImplicitLod: in IsImplicitLod()
924 case SpvOpImageSampleImplicitLod: in IsAllowedSampledImageOperand()
2102 case SpvOpImageSampleImplicitLod: in ImagePass()

123