Home
last modified time | relevance | path

Searched refs:tgsi_get_gl_varying_semantic (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.h41 tgsi_get_gl_varying_semantic(gl_varying_slot attr,
Dtgsi_from_mesa.c61 tgsi_get_gl_varying_semantic(gl_varying_slot attr, in tgsi_get_gl_varying_semantic() function
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c154 tgsi_get_gl_varying_semantic(var->data.location, need_texcoord, in gather_intrinsic_load_deref_info()
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()
Dnir_to_tgsi.c142 tgsi_get_gl_varying_semantic(location, true, in ntt_get_gl_varying_semantic()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp434 tgsi_get_gl_varying_semantic(static_cast<gl_varying_slot>(varying_location), in r600_get_varying_semantic()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c634 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_vertex_program()
1757 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_common_program()
1793 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_common_program()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp1031 tgsi_get_gl_varying_semantic((gl_varying_slot)slot, true, in assignSlots()
1039 tgsi_get_gl_varying_semantic((gl_varying_slot)slot, true, in assignSlots()
1044 tgsi_get_gl_varying_semantic((gl_varying_slot)slot, true, in assignSlots()
1114 tgsi_get_gl_varying_semantic((gl_varying_slot)slot, true, in assignSlots()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1555 - nouveau: Reuse tgsi_get_gl_varying_semantic().