Searched refs:blorp_flags (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c204 enum blorp_batch_flags blorp_flags)
260 blorp_flags |= color_changed ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR;
263 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
302 enum blorp_batch_flags blorp_flags = 0; local in function:clear_color
309 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
321 blorp_flags);
338 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
495 enum blorp_batch_flags blorp_flags = 0; local in function:clear_depth_stencil
502 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
535 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
198 fast_clear_color(struct iris_context * ice,struct iris_resource * res,unsigned level,const struct pipe_box * box,enum isl_format format,union isl_color_value color,enum blorp_batch_flags blorp_flags) argument
[all...]
H A Diris_blit.c310 enum blorp_batch_flags blorp_flags = 0; local in function:iris_blit
323 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
436 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c204 enum blorp_batch_flags blorp_flags)
294 blorp_flags |= color_changed ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR;
297 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
339 enum blorp_batch_flags blorp_flags = 0; local in function:clear_color
346 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
359 blorp_flags);
374 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
552 enum blorp_batch_flags blorp_flags = 0; local in function:clear_depth_stencil
559 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
599 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
198 fast_clear_color(struct crocus_context * ice,struct crocus_resource * res,unsigned level,const struct pipe_box * box,enum isl_format format,union isl_color_value color,enum blorp_batch_flags blorp_flags) argument
[all...]
H A Dcrocus_blit.c393 enum blorp_batch_flags blorp_flags = 0; local in function:crocus_blit
457 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
529 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c314 enum blorp_batch_flags blorp_flags = 0; local in function:fast_clear_color
315 blorp_flags |= color_changed ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR;
318 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
356 enum blorp_batch_flags blorp_flags = 0; local in function:clear_color
363 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
393 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
563 enum blorp_batch_flags blorp_flags = 0; local in function:clear_depth_stencil
570 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
623 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
H A Diris_blit.c363 enum blorp_batch_flags blorp_flags = 0; local in function:iris_blit
374 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE;
446 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2557 - iris: Drop fast_clear_color's blorp_flags param

Completed in 13 milliseconds