Searched refs:fast_clear_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c325 enum anv_fast_clear_type fast_clear_type = local in function:color_attachment_compute_aux_usage
329 switch (fast_clear_type) {
576 const struct gen_mi_value fast_clear_type = local in function:anv_cmd_compute_resolve_predicate
604 gen_mi_iand(&b, fast_clear_type,
606 gen_mi_store(&b, fast_clear_type, new_fast_clear_type);
618 gen_mi_ult(&b, gen_mi_imm(fast_clear_supported), fast_clear_type);
628 gen_mi_iand(&b, fast_clear_type, gen_mi_inot(&b, pred));
629 gen_mi_store(&b, fast_clear_type, new_fast_clear_type);
4526 enum anv_fast_clear_type fast_clear_type = local in function:cmd_buffer_end_subpass
4536 if (fast_clear_type !
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c373 enum anv_fast_clear_type fast_clear_type = local in function:anv_can_fast_clear_color_view
377 switch (fast_clear_type) {
826 const struct mi_value fast_clear_type = local in function:anv_cmd_compute_resolve_predicate
853 mi_iand(&b, fast_clear_type,
855 mi_store(&b, fast_clear_type, new_fast_clear_type);
867 mi_ult(&b, mi_imm(fast_clear_supported), fast_clear_type);
876 mi_iand(&b, fast_clear_type, mi_inot(&b, pred));
877 mi_store(&b, fast_clear_type, new_fast_clear_type);

Completed in 20 milliseconds