Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/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
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp295 Instruction* image_load, Instruction* image_extraction, in UpdateSampledImageUses()
369 auto* image_load = GetNonCopyObjectDef( in DoesSampledImageReferenceImage() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconvert_to_sampled_image_pass.cpp295 Instruction* image_load, Instruction* image_extraction, in UpdateSampledImageUses()
367 auto* image_load = GetNonCopyObjectDef( in DoesSampledImageReferenceImage() local
/aosp_15_r20/external/llvm/test/MC/AMDGPU/
H A Dmimg.s5 image_load v[4:6], v[237:240], s[28:35] dmask:0x7 unorm label
/aosp_15_r20/system/extras/verity/fec/
H A Dimage.cpp145 bool image_load(const std::vector<std::string>& filenames, image *ctx) in image_load() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp482 void image_load(NegativeTestContext &ctx, glu::TextureTestUtil::TextureType imageType) in image_load() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp795 bool image_load = (intrin->intrinsic == nir_intrinsic_image_load); in emit_image_load_or_atomic() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3714 SpvId image_load = spirv_builder_emit_load(&ctx->builder, image_type, sampler_id); in get_texture_load() local