Home
last modified time | relevance | path

Searched refs:TESS_SPACING_EQUAL (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs.c194 tep->program.info.tess.spacing == TESS_SPACING_EQUAL; in brw_tcs_populate_key()
261 tes->Program->info.tess.spacing == TESS_SPACING_EQUAL; in brw_tcs_populate_default_key()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.h269 case TESS_SPACING_EQUAL: in fd6_gl2spacing()
/third_party/mesa3d/src/compiler/
Dshader_enums.h957 TESS_SPACING_EQUAL, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c441 STATIC_ASSERT((TESS_SPACING_EQUAL + 1) % 3 == PIPE_TESS_SPACING_EQUAL); in nir_tgsi_scan_shader()
/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1381 STATIC_ASSERT(BRW_TESS_PARTITIONING_INTEGER == TESS_SPACING_EQUAL - 1); in brw_compile_tes()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2304 STATIC_ASSERT((TESS_SPACING_EQUAL + 1) % 3 == PIPE_TESS_SPACING_EQUAL); in ureg_setup_tess_eval_shader()
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c1011 case TESS_SPACING_EQUAL: in get_programiv()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1608 tes_info->tess.spacing == TESS_SPACING_EQUAL, in iris_update_compiled_tcs()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1001 tes_stage->nir->info.tess.spacing == TESS_SPACING_EQUAL; in anv_pipeline_link_tcs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1520 tes_info->tess.spacing == TESS_SPACING_EQUAL, in crocus_update_compiled_tcs()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser.yy1538 { "equal_spacing", TESS_SPACING_EQUAL },
Dlinker.cpp2040 gl_prog->info.tess.spacing = TESS_SPACING_EQUAL; in link_tes_in_layout_qualifiers()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1184 case TESS_SPACING_EQUAL: in tu6_emit_vpc()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c407 case TESS_SPACING_EQUAL: in si_set_tesseval_regs()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3785 case TESS_SPACING_EQUAL: in get_spacing()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5011 b->shader->info.tess.spacing = TESS_SPACING_EQUAL; in vtn_handle_execution_mode()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4756 case TESS_SPACING_EQUAL: in radv_pipeline_generate_tess_state()