Searched refs:image_deref (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.4.rst160 - nir: add access to image_deref intrinsics
H A D20.2.0.rst2899 - nv50/ir/nir: move away from image_deref intrinsics
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1743 nir_deref_instr *image_deref = nir_build_deref_var(b, image); local in function:ttn_mem
1744 const struct glsl_type *type = image_deref->type;
1746 nir_intrinsic_set_access(instr, image_deref->var->data.access);
1748 instr->src[0] = nir_src_for_ssa(&image_deref->dest.ssa);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c2471 const nir_deref_instr *image_deref = get_image_deref(instr); local in function:visit_image_load
2472 const struct glsl_type *type = image_deref->type;
2473 const nir_variable *var = nir_deref_instr_get_variable(image_deref);
2528 const nir_deref_instr *image_deref = get_image_deref(instr); local in function:visit_image_store
2529 const struct glsl_type *type = image_deref->type;
2530 const nir_variable *var = nir_deref_instr_get_variable(image_deref);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c2534 const nir_deref_instr *image_deref = get_image_deref(instr); local in function:visit_image_load
2535 const struct glsl_type *type = image_deref->type;
2536 const nir_variable *var = nir_deref_instr_get_variable(image_deref);
2624 const nir_deref_instr *image_deref = get_image_deref(instr); local in function:visit_image_store
2625 const struct glsl_type *type = image_deref->type;
2626 const nir_variable *var = nir_deref_instr_get_variable(image_deref);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2598 nir_deref_instr *image_deref = vtn_pointer_to_deref(b, image.image); local in function:vtn_handle_image
2599 intrin->src[0] = nir_src_for_ssa(&image_deref->dest.ssa);

Completed in 33 milliseconds