Home
last modified time | relevance | path

Searched refs:ir3_tess_factor_stride (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h358 ir3_tess_factor_stride(unsigned patch_type) in ir3_tess_factor_stride() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_draw.c259 uint32_t factor_stride = ir3_tess_factor_stride(emit.key.key.tessellation); in fd6_draw_vbo()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c2461 …uint32_t subdraw_size = MIN2(TU_TESS_FACTOR_SIZE / ir3_tess_factor_stride(pipeline->tess.patch_typ… in tu_CmdBindPipeline()