Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c128 found |= check("tes primitive mode", _tes_primitive_mode); in debug_tcs_recompile()
Dbrw_vec4_tcs.cpp385 key->_tes_primitive_mode); in brw_compile_tcs()
Dbrw_compiler.h355 enum tess_primitive_mode _tes_primitive_mode; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c122 ._tes_primitive_mode = key->_tes_primitive_mode, in iris_to_brw_tcs_key()
1532 if (key->_tes_primitive_mode == TESS_PRIMITIVE_QUADS) { in iris_compile_tcs()
1538 } else if (key->_tes_primitive_mode == TESS_PRIMITIVE_TRIANGLES) { in iris_compile_tcs()
1544 assert(key->_tes_primitive_mode == TESS_PRIMITIVE_ISOLINES); in iris_compile_tcs()
1612 ._tes_primitive_mode = tes_info->tess._primitive_mode, in iris_update_compiled_tcs()
2617 ._tes_primitive_mode = in iris_create_shader_state()
Diris_context.h241 enum tess_primitive_mode _tes_primitive_mode; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1444 if (key->_tes_primitive_mode == TESS_PRIMITIVE_QUADS) { in crocus_compile_tcs()
1450 } else if (key->_tes_primitive_mode == TESS_PRIMITIVE_TRIANGLES) { in crocus_compile_tcs()
1456 assert(key->_tes_primitive_mode == TESS_PRIMITIVE_ISOLINES); in crocus_compile_tcs()
1530 ._tes_primitive_mode = tes_info->tess._primitive_mode, in crocus_update_compiled_tcs()
2798 ._tes_primitive_mode = in crocus_create_tcs_state()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c895 tcs_stage->key.tcs._tes_primitive_mode = in anv_pipeline_link_tcs()