Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h559 unsigned int tessPartitioning : 3; /* VGPU10_TESSELLATOR_PARTITIONING */ member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3126 opcode0.tessPartitioning = VGPU10_TESSELLATOR_PARTITIONING_FRACTIONAL_ODD; in emit_hull_shader_declarations()
3129 opcode0.tessPartitioning = VGPU10_TESSELLATOR_PARTITIONING_FRACTIONAL_EVEN; in emit_hull_shader_declarations()
3132 opcode0.tessPartitioning = VGPU10_TESSELLATOR_PARTITIONING_INTEGER; in emit_hull_shader_declarations()
3136 opcode0.tessPartitioning = VGPU10_TESSELLATOR_PARTITIONING_UNDEFINED; in emit_hull_shader_declarations()