Home | History | Annotate | Download | only in vulkan

Lines Matching refs:aspectMask

243       assert(pRegions[r].srcSubresource.aspectMask ==
244 pRegions[r].dstSubresource.aspectMask);
247 for_each_bit(a, pRegions[r].dstSubresource.aspectMask) {
300 const VkImageAspectFlags aspect = pRegions[r].imageSubresource.aspectMask;
448 get_blorp_surf_for_anv_image(src_image, src_res->aspectMask,
450 get_blorp_surf_for_anv_image(dst_image, dst_res->aspectMask,
455 src_res->aspectMask, src_image->tiling);
458 aspectMask, dst_image->tiling);
814 if (pRanges[r].aspectMask == 0)
817 assert(pRanges[r].aspectMask == VK_IMAGE_ASPECT_COLOR_BIT);
877 if (pRanges[r].aspectMask == 0)
880 bool clear_depth = pRanges[r].aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT;
881 bool clear_stencil = pRanges[r].aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT;
1000 bool clear_depth = attachment->aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT;
1001 bool clear_stencil = attachment->aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT;
1048 if (pAttachments[a].aspectMask == VK_IMAGE_ASPECT_COLOR_BIT) {
1254 .aspectMask = cmd_state->attachments[ds].pending_clear_aspects,
1265 const bool clear_depth = clear_att.aspectMask &
1267 const bool clear_stencil = clear_att.aspectMask &
1383 assert(pRegions[r].srcSubresource.aspectMask ==
1384 pRegions[r].dstSubresource.aspectMask);
1397 pRegions[r].dstSubresource.aspectMask,