Searched refs:non_array_components (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d40_tex.c86 unsigned non_array_components,
106 if (non_array_components > 1) {
113 if (non_array_components > 2) {
165 if (non_array_components >= 2)
168 if (non_array_components >= 3)
206 unsigned non_array_components = instr->op != nir_texop_lod ? local in function:vir_tex_handle_srcs
211 handle_tex_src(c, instr, i, non_array_components,
83 handle_tex_src(struct v3d_compile * c,nir_tex_instr * instr,unsigned src_idx,unsigned non_array_components,struct V3D41_TMU_CONFIG_PARAMETER_2 * p2_unpacked,struct qreg * s_out,unsigned * tmu_writes) argument
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d40_tex.c90 int non_array_components = instr->coord_components - instr->is_array; local in function:v3d40_vir_emit_tex
99 if (non_array_components > 1) {
104 if (non_array_components > 2) {
145 if (non_array_components >= 3)

Completed in 3 milliseconds