Home
last modified time | relevance | path

Searched refs:image_variable (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp255 Instruction* image_variable) { in GetSampledImageTypeForImage() argument
256 const auto* variable_type = GetVariableType(*image_variable); in GetSampledImageTypeForImage()
326 Instruction* image_variable, uint32_t sampled_image_type_id) { in ConvertImageVariableToSampledImage() argument
330 auto storage_class = GetStorageClass(*image_variable); in ConvertImageVariableToSampledImage()
338 MoveInstructionNextToType(image_variable, type_id); in ConvertImageVariableToSampledImage()
343 Instruction* image_variable, in UpdateImageVariableToSampledImage() argument
346 FindUses(image_variable, &image_variable_loads, SpvOpLoad); in UpdateImageVariableToSampledImage()
350 GetSampledImageTypeForImage(image_variable); in UpdateImageVariableToSampledImage()
359 return ConvertImageVariableToSampledImage(image_variable, in UpdateImageVariableToSampledImage()
366 Instruction* sampled_image_inst, Instruction* image_variable) { in DoesSampledImageReferenceImage() argument
[all …]
Dconvert_to_sampled_image_pass.h149 Instruction* image_variable,
154 uint32_t GetSampledImageTypeForImage(Instruction* image_variable);
162 bool ConvertImageVariableToSampledImage(Instruction* image_variable,
195 Instruction* image_variable);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_sampled_image_pass.cpp255 Instruction* image_variable) { in GetSampledImageTypeForImage() argument
256 const auto* variable_type = GetVariableType(*image_variable); in GetSampledImageTypeForImage()
326 Instruction* image_variable, uint32_t sampled_image_type_id) { in ConvertImageVariableToSampledImage() argument
330 auto storage_class = GetStorageClass(*image_variable); in ConvertImageVariableToSampledImage()
338 MoveInstructionNextToType(image_variable, type_id); in ConvertImageVariableToSampledImage()
343 Instruction* image_variable, in UpdateImageVariableToSampledImage() argument
346 FindUses(image_variable, &image_variable_loads, SpvOpLoad); in UpdateImageVariableToSampledImage()
350 GetSampledImageTypeForImage(image_variable); in UpdateImageVariableToSampledImage()
359 return ConvertImageVariableToSampledImage(image_variable, in UpdateImageVariableToSampledImage()
366 Instruction* sampled_image_inst, Instruction* image_variable) { in DoesSampledImageReferenceImage() argument
[all …]
Dconvert_to_sampled_image_pass.h149 Instruction* image_variable,
154 uint32_t GetSampledImageTypeForImage(Instruction* image_variable);
162 bool ConvertImageVariableToSampledImage(Instruction* image_variable,
195 Instruction* image_variable);
/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
6833 …if (image_variable && image_is_comparison(get<SPIRType>(image_variable->basetype), image_variable-… in to_texture_op()