Searched refs:old_state (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c295 unsigned old_state = setup->state; local in function:set_scene_state
297 if (old_state == new_state)
303 states[old_state],
314 if (old_state == SETUP_FLUSHED)
327 if (old_state == SETUP_CLEARED)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c315 unsigned old_state = setup->state; local in function:set_scene_state
317 if (old_state == new_state)
323 states[old_state],
334 if (old_state == SETUP_FLUSHED)
347 if (old_state == SETUP_CLEARED)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp362 struct d3d12_blend_state *old_state = ctx->gfx_pipeline_state.blend; local in function:d3d12_bind_blend_state
366 if (new_state == NULL || old_state == NULL ||
367 new_state->blend_factor_flags != old_state->blend_factor_flags)

Completed in 9 milliseconds