Searched refs:deref_src_type (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c105 nir_tex_src_type deref_src_type,
109 int deref_src_idx = nir_tex_instr_src_index(tex, deref_src_type);
122 if (deref_src_type == nir_tex_src_sampler_deref)
127 if (deref_src_type == nir_tex_src_sampler_deref)
136 if (deref_src_type == nir_tex_src_sampler_deref)
142 if (deref_src_type == nir_tex_src_sampler_deref)
147 if (deref_src_type == nir_tex_src_sampler_deref)
104 lower_vri_instr_tex_deref(nir_tex_instr * tex,nir_tex_src_type deref_src_type,gl_shader_stage stage,struct lvp_pipeline_layout * layout) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c91 nir_tex_instr *tex, nir_tex_src_type deref_src_type)
93 int deref_src_idx = nir_tex_instr_src_index(tex, deref_src_type);
803 lower_tex_deref(nir_tex_instr *tex, nir_tex_src_type deref_src_type, argument
807 int deref_src_idx = nir_tex_instr_src_index(tex, deref_src_type);
820 if (deref_src_type == nir_tex_src_texture_deref) {
823 assert(deref_src_type == nir_tex_src_sampler_deref);
838 if (deref_src_type == nir_tex_src_texture_deref) {
842 assert(deref_src_type == nir_tex_src_sampler_deref);
847 if (deref_src_type == nir_tex_src_texture_deref) {
850 assert(deref_src_type
90 add_tex_src_binding(struct apply_pipeline_layout_state * state,nir_tex_instr * tex,nir_tex_src_type deref_src_type) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c111 nir_tex_instr *tex, nir_tex_src_type deref_src_type)
113 int deref_src_idx = nir_tex_instr_src_index(tex, deref_src_type);
1118 nir_tex_src_type deref_src_type,
1122 int deref_src_idx = nir_tex_instr_src_index(tex, deref_src_type);
1135 if (deref_src_type == nir_tex_src_texture_deref) {
1138 assert(deref_src_type == nir_tex_src_sampler_deref);
1152 if (deref_src_type == nir_tex_src_texture_deref) {
1156 assert(deref_src_type == nir_tex_src_sampler_deref);
1161 if (deref_src_type == nir_tex_src_texture_deref) {
1164 assert(deref_src_type
110 add_tex_src_binding(struct apply_pipeline_layout_state * state,nir_tex_instr * tex,nir_tex_src_type deref_src_type) argument
1117 lower_tex_deref(nir_builder * b,nir_tex_instr * tex,nir_tex_src_type deref_src_type,unsigned * base_index,unsigned plane,struct apply_pipeline_layout_state * state) argument
[all...]

Completed in 5 milliseconds