Searched refs:isl_aux_usage_has_mcs (Results 1 – 10 of 10) sorted by relevance
497 assert(isl_aux_usage_has_mcs(res->aux.usage)); in iris_mcs_partial_resolve()776 } else if (isl_aux_usage_has_mcs(res->aux.usage)) { in iris_resource_prepare_access()968 assert(isl_aux_usage_has_mcs(res->aux.usage)); in iris_can_sample_mcs_with_clear()1021 if (isl_aux_usage_has_mcs(aux_usage) && in iris_resource_prepare_texture()
929 uint8_t memset_value = isl_aux_usage_has_mcs(res->aux.usage) ? 0xFF : 0; in iris_resource_init_aux_buf()
50 .. doxygenfunction:: isl_aux_usage_has_mcs
579 assert(isl_aux_usage_has_mcs(res->aux.usage)); in crocus_mcs_partial_resolve()859 } else if (isl_aux_usage_has_mcs(res->aux.usage)) { in crocus_resource_prepare_access()
575 uint8_t memset_value = isl_aux_usage_has_mcs(res->aux.usage) ? 0xFF : 0; in crocus_resource_init_aux_buf()
576 if (isl_aux_usage_has_mcs(tex_aux_usage)) in blorp_nir_combine_samples()655 if (i == 0 && isl_aux_usage_has_mcs(tex_aux_usage)) { in blorp_nir_combine_samples()766 if (isl_aux_usage_has_mcs(key->tex_aux_usage)) in blorp_nir_manual_blend_bilinear()1350 if (isl_aux_usage_has_mcs(key->tex_aux_usage)) in brw_blorp_build_nir_shader()1531 isl_aux_usage_has_mcs(key->tex_aux_usage); in brw_blorp_get_blit_kernel_fs()
670 (GFX_VER >= 12 && isl_aux_usage_has_mcs(info->aux_usage))) { in isl_genX()
2155 isl_aux_usage_has_mcs(enum isl_aux_usage usage) in isl_aux_usage_has_mcs() function
3793 assert(isl_aux_usage_has_mcs(image->planes[plane].aux_usage)); in anv_can_sample_mcs_with_clear()
2976 - intel/blorp: Use isl_aux_usage_has_mcs instead of comparing