Home
last modified time | relevance | path

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

/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.h1047 TESS_SPACING_EQUAL, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c433 STATIC_ASSERT((TESS_SPACING_EQUAL + 1) % 3 == PIPE_TESS_SPACING_EQUAL); in nir_tgsi_scan_shader()
/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1374 STATIC_ASSERT(BRW_TESS_PARTITIONING_INTEGER == TESS_SPACING_EQUAL - 1); in brw_compile_tes()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp989 key->hs.spacing = TESS_SPACING_EQUAL; in d3d12_fill_shader_key()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2320 STATIC_ASSERT((TESS_SPACING_EQUAL + 1) % 3 == PIPE_TESS_SPACING_EQUAL); in ureg_setup_tess_eval_shader()
/third_party/mesa3d/src/compiler/glsl/
Dlinker.cpp1945 gl_prog->info.tess.spacing = TESS_SPACING_EQUAL; in link_tes_in_layout_qualifiers()
Dglsl_parser.yy1537 { "equal_spacing", TESS_SPACING_EQUAL },
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1617 tes_info->tess.spacing == TESS_SPACING_EQUAL, in iris_update_compiled_tcs()
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c988 case TESS_SPACING_EQUAL: in get_programiv()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c900 tes_stage->nir->info.tess.spacing == TESS_SPACING_EQUAL; in anv_pipeline_link_tcs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1533 tes_info->tess.spacing == TESS_SPACING_EQUAL, in crocus_update_compiled_tcs()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1239 case TESS_SPACING_EQUAL: in tu6_emit_vpc()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp545 case TESS_SPACING_EQUAL: in si_set_tesseval_regs()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c4096 case TESS_SPACING_EQUAL: in get_spacing()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5111 b->shader->info.tess.spacing = TESS_SPACING_EQUAL; in vtn_handle_execution_mode()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c1386 case TESS_SPACING_EQUAL: in get_tessellator_partitioning()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c6053 case TESS_SPACING_EQUAL: in radv_pipeline_emit_tess_state()