Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h292 TGSI_PROPERTY_TES_POINT_MODE, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c449 info->properties[TGSI_PROPERTY_TES_POINT_MODE] = nir->info.tess.point_mode; in nir_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_tess.c556 tes->point_mode = tes->info.properties[TGSI_PROPERTY_TES_POINT_MODE]; in draw_create_tess_eval_shader()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2315 ureg_property(ureg, TGSI_PROPERTY_TES_POINT_MODE, in ureg_setup_tess_eval_shader()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1698 bool tes_point_mode = info->properties[TGSI_PROPERTY_TES_POINT_MODE]; in CompileTES()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1206 case TGSI_PROPERTY_TES_POINT_MODE: in scanProperty()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c2610 bool tes_point_mode = info->properties[TGSI_PROPERTY_TES_POINT_MODE]; in evergreen_emit_shader_stages()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2860 case TGSI_PROPERTY_TES_POINT_MODE: in emit_vgpu10_property()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3388 - radeonsi: stop using TGSI_PROPERTY_TES_POINT_MODE / TES_PRIM_MODE