Searched refs:nir_tex_src_texture_deref (Results 1 - 25 of 79) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_bitmap.c99 tex->src[0].src_type = nir_tex_src_texture_deref;
H A Dnir_lower_samplers.c121 nir_tex_instr_src_index(instr, nir_tex_src_texture_deref);
H A Dnir_builtin_builder.c342 if (tex->src[i].src_type == nir_tex_src_texture_deref ||
363 if (tex->src[i].src_type == nir_tex_src_texture_deref ||
395 tex->src[i].src_type == nir_tex_src_texture_deref ||
418 tex->src[i].src_type == nir_tex_src_texture_deref ||
H A Dnir_lower_drawpixels.c150 tex->src[0].src_type = nir_tex_src_texture_deref;
192 tex->src[0].src_type = nir_tex_src_texture_deref;
H A Dnir_lower_input_attachments.c120 tex->src[0].src_type = nir_tex_src_texture_deref;
H A Dnir_lower_non_uniform_access.c120 case nir_tex_src_texture_deref:
H A Dnir_lower_readonly_images_to_tex.c136 tex->src[0].src_type = nir_tex_src_texture_deref;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers.c109 nir_tex_instr_src_index(instr, nir_tex_src_texture_deref);
H A Dgl_nir_lower_samplers_as_deref.c233 nir_tex_instr_src_index(instr, nir_tex_src_texture_deref);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_bitmap.c107 tex->src[0].src_type = nir_tex_src_texture_deref;
H A Dnir_lower_drawpixels.c149 tex->src[0].src_type = nir_tex_src_texture_deref;
191 tex->src[0].src_type = nir_tex_src_texture_deref;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_input_attachments.c98 tex->src[0].src_type = nir_tex_src_texture_deref;
H A Danv_nir_apply_pipeline_layout.c143 add_tex_src_binding(state, tex, nir_tex_src_texture_deref);
820 if (deref_src_type == nir_tex_src_texture_deref) {
838 if (deref_src_type == nir_tex_src_texture_deref) {
847 if (deref_src_type == nir_tex_src_texture_deref) {
941 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
1010 lower_tex_deref(tex, nir_tex_src_texture_deref,
H A Danv_nir_lower_ycbcr_textures.c175 tex->src[0].src_type = nir_tex_src_texture_deref;
327 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c43 int tex_index = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c124 int tex_index = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c53 tex->src[i].src_type == nir_tex_src_texture_deref ||
89 if (tex->src[i].src_type == nir_tex_src_texture_deref ||
259 if (tex->src[i].src_type == nir_tex_src_texture_deref ||
278 if (tex->src[i].src_type == nir_tex_src_texture_deref ||
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c53 tex->src[0].src_type = nir_tex_src_texture_deref;
224 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
H A Dradv_meta_copy_vrs_htile.c88 tex->src[2].src_type = nir_tex_src_texture_deref;
H A Dradv_meta_fmask_expand.c67 tex->src[2].src_type = nir_tex_src_texture_deref;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c55 tex->src[0].src_type = nir_tex_src_texture_deref;
213 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
H A Danv_nir_apply_pipeline_layout.c166 add_tex_src_binding(state, tex, nir_tex_src_texture_deref);
1135 if (deref_src_type == nir_tex_src_texture_deref) {
1152 if (deref_src_type == nir_tex_src_texture_deref) {
1161 if (deref_src_type == nir_tex_src_texture_deref) {
1255 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
1325 lower_tex_deref(b, tex, nir_tex_src_texture_deref,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta.c541 tex->src[2].src_type = nir_tex_src_texture_deref;
558 tex_all_same->src[1].src_type = nir_tex_src_texture_deref;
581 tex_add->src[2].src_type = nir_tex_src_texture_deref;
H A Dradv_nir_lower_ycbcr_textures.c172 tex->src[0].src_type = nir_tex_src_texture_deref;
352 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp148 if (tex->src[i].src_type == nir_tex_src_texture_deref ||
153 if (tex->src[i].src_type == nir_tex_src_texture_deref)
166 if (tex->src[i].src_type == nir_tex_src_texture_deref)

Completed in 30 milliseconds

1234