Home
last modified time | relevance | path

Searched refs:CROCUS_DIRTY_SF_CL_VIEWPORT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c345 CROCUS_DIRTY_SF_CL_VIEWPORT); in crocus_blorp_exec()
Dcrocus_context.h82 #define CROCUS_DIRTY_SF_CL_VIEWPORT (1ull << 3) macro
Dcrocus_state.c2177 ice->state.dirty |= CROCUS_DIRTY_SF_CL_VIEWPORT; in crocus_bind_rasterizer_state()
3337 ice->state.dirty |= CROCUS_DIRTY_SF_CL_VIEWPORT; in crocus_set_scissor_states()
3380 ice->state.dirty |= CROCUS_DIRTY_SF_CL_VIEWPORT; in crocus_set_viewport_states()
3434 ice->state.dirty |= CROCUS_DIRTY_SF_CL_VIEWPORT; in crocus_set_framebuffer_state()
5945 if (dirty & CROCUS_DIRTY_SF_CL_VIEWPORT) {
9104 batch->ice->state.dirty |= CROCUS_DIRTY_CC_VIEWPORT | CROCUS_DIRTY_SF_CL_VIEWPORT;
Dcrocus_program.c2003 ice->state.dirty |= CROCUS_DIRTY_SF_CL_VIEWPORT | in update_last_vue_map()