Home
last modified time | relevance | path

Searched refs:need_texcoord (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.h35 bool need_texcoord);
39 bool need_texcoord) {} in nir_tgsi_scan_shader() argument
Dnir_to_tgsi_info.c137 bool need_texcoord, in gather_intrinsic_load_deref_info() argument
154 tgsi_get_gl_varying_semantic(var->data.location, need_texcoord, in gather_intrinsic_load_deref_info()
170 bool need_texcoord, in scan_instruction() argument
347 gather_intrinsic_load_deref_info(nir, intr, deref, need_texcoord, var, info); in scan_instruction()
413 bool need_texcoord) in nir_tgsi_scan_shader() argument
526 tgsi_get_gl_varying_semantic(variable->data.location + j, need_texcoord, in nir_tgsi_scan_shader()
619 tgsi_get_gl_varying_semantic(variable->data.location + k, need_texcoord, in nir_tgsi_scan_shader()
775 tgsi_get_gl_varying_semantic(location, need_texcoord, in nir_tgsi_scan_shader()
821 scan_instruction(nir, need_texcoord, info, instr); in nir_tgsi_scan_shader()