Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_const.c144 uint32_t hs_params[4] = { in fd6_build_tess_consts() local
149 emit_stage_tess_consts(constobj, emit->hs, hs_params, in fd6_build_tess_consts()
150 ARRAY_SIZE(hs_params)); in fd6_build_tess_consts()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1634 uint32_t hs_params[8] = { in tu6_emit_geom_tess_consts() local
1646 uint32_t hs_param_dwords = MIN2((hs->constlen - hs_base) * 4, ARRAY_SIZE(hs_params)); in tu6_emit_geom_tess_consts()
1648 hs_param_dwords, hs_params); in tu6_emit_geom_tess_consts()