Home
last modified time | relevance | path

Searched refs:BRW_TESS_OUTPUT_TOPOLOGY_POINT (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1398 prog_data->output_topology = BRW_TESS_OUTPUT_TOPOLOGY_POINT; in brw_compile_tes()
Dbrw_compiler.h1280 BRW_TESS_OUTPUT_TOPOLOGY_POINT = 0, enumerator
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c607 case BRW_TESS_OUTPUT_TOPOLOGY_POINT: in genX()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2203 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in iris_update_compiled_shaders()
Diris_state.c4277 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in iris_is_drawing_points()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2474 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in crocus_update_compiled_shaders()
Dcrocus_state.c4451 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in crocus_is_drawing_points()