Searched refs:non_array_components (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d40_tex.c | 86 unsigned non_array_components, in handle_tex_src() 106 if (non_array_components > 1) { in handle_tex_src() 113 if (non_array_components > 2) { in handle_tex_src() 165 if (non_array_components >= 2) in handle_tex_src() 168 if (non_array_components >= 3) in handle_tex_src() 206 unsigned non_array_components = instr->op != nir_texop_lod ? in vir_tex_handle_srcs() local 211 handle_tex_src(c, instr, i, non_array_components, in vir_tex_handle_srcs() 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) handle_tex_src() argument
|
Completed in 2 milliseconds