Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c733 bool need_size_persamp = false; in setup_stateobj() local
736 need_size_persamp = true; in setup_stateobj()
751 COND(need_size_persamp, A6XX_GRAS_CNTL_SIZE_PERSAMP) | in setup_stateobj()
761 COND(need_size_persamp, A6XX_RB_RENDER_CONTROL0_SIZE_PERSAMP) | in setup_stateobj()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1266 bool need_size_persamp = false; in tu6_emit_fs_inputs() local
1269 need_size_persamp = true; in tu6_emit_fs_inputs()
1282 COND(need_size_persamp, A6XX_GRAS_CNTL_SIZE_PERSAMP) | in tu6_emit_fs_inputs()
1292 COND(need_size_persamp, A6XX_RB_RENDER_CONTROL0_SIZE_PERSAMP) | in tu6_emit_fs_inputs()