Home
last modified time | relevance | path

Searched defs:image_variable (Results 1 – 4 of 4) sorted by relevance

/third_party/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp255 Instruction* image_variable) { in GetSampledImageTypeForImage()
326 Instruction* image_variable, uint32_t sampled_image_type_id) { in ConvertImageVariableToSampledImage()
343 Instruction* image_variable, in UpdateImageVariableToSampledImage()
366 Instruction* sampled_image_inst, Instruction* image_variable) { in DoesSampledImageReferenceImage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_sampled_image_pass.cpp255 Instruction* image_variable) { in GetSampledImageTypeForImage()
326 Instruction* image_variable, uint32_t sampled_image_type_id) { in ConvertImageVariableToSampledImage()
343 Instruction* image_variable, in UpdateImageVariableToSampledImage()
366 Instruction* sampled_image_inst, Instruction* image_variable) { in DoesSampledImageReferenceImage()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp255 Instruction* image_variable) { in GetSampledImageTypeForImage()
326 Instruction* image_variable, uint32_t sampled_image_type_id) { in ConvertImageVariableToSampledImage()
343 Instruction* image_variable, in UpdateImageVariableToSampledImage()
366 Instruction* sampled_image_inst, Instruction* image_variable) { in DoesSampledImageReferenceImage()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp6832 auto *image_variable = maybe_get_backing_variable(image_id); in to_texture_op() local