Home
last modified time | relevance | path

Searched defs:image_load (Results 1 – 6 of 6) sorted by relevance

/third_party/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp295 Instruction* image_load, Instruction* image_extraction, in UpdateSampledImageUses()
369 auto* image_load = GetNonCopyObjectDef( in DoesSampledImageReferenceImage() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_sampled_image_pass.cpp295 Instruction* image_load, Instruction* image_extraction, in UpdateSampledImageUses()
369 auto* image_load = GetNonCopyObjectDef( in DoesSampledImageReferenceImage() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp295 Instruction* image_load, Instruction* image_extraction, in UpdateSampledImageUses()
369 auto* image_load = GetNonCopyObjectDef( in DoesSampledImageReferenceImage() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp431 void image_load (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_load() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp795 bool image_load = (intrin->intrinsic == nir_intrinsic_image_load); in emit_image_load_or_atomic() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3880 SpvId image_load = spirv_builder_emit_load(&ctx->builder, image_type, sampler_id); in get_texture_load() local