Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_TES_VERTEX_ORDER_CW (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h291 TGSI_PROPERTY_TES_VERTEX_ORDER_CW, enumerator
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_tess.c555 tes->vertex_order_cw = tes->info.properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; in draw_create_tess_eval_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c448 info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW] = !nir->info.tess.ccw; in nir_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2313 ureg_property(ureg, TGSI_PROPERTY_TES_VERTEX_ORDER_CW, in ureg_setup_tess_eval_shader()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1697 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; in CompileTES()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1203 case TGSI_PROPERTY_TES_VERTEX_ORDER_CW: in scanProperty()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c2609 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; in evergreen_emit_shader_stages()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2856 case TGSI_PROPERTY_TES_VERTEX_ORDER_CW: in emit_vgpu10_property()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3390 - radeonsi: stop using TGSI_PROPERTY_TES_VERTEX_ORDER_CW