Lines Matching refs:pRects
1370 uint32_t rectCount, const VkClearRect *pRects) in clear_color_attachment() argument
1400 const VkOffset2D offset = pRects[r].rect.offset; in clear_color_attachment()
1401 const VkExtent2D extent = pRects[r].rect.extent; in clear_color_attachment()
1415 const VkOffset2D offset = pRects[r].rect.offset; in clear_color_attachment()
1416 const VkExtent2D extent = pRects[r].rect.extent; in clear_color_attachment()
1417 assert(pRects[r].layerCount != VK_REMAINING_ARRAY_LAYERS); in clear_color_attachment()
1420 pRects[r].baseArrayLayer, in clear_color_attachment()
1421 pRects[r].layerCount, in clear_color_attachment()
1432 uint32_t rectCount, const VkClearRect *pRects) in clear_depth_stencil_attachment() argument
1468 const VkOffset2D offset = pRects[r].rect.offset; in clear_depth_stencil_attachment()
1469 const VkExtent2D extent = pRects[r].rect.extent; in clear_depth_stencil_attachment()
1486 const VkOffset2D offset = pRects[r].rect.offset; in clear_depth_stencil_attachment()
1487 const VkExtent2D extent = pRects[r].rect.extent; in clear_depth_stencil_attachment()
1489 assert(pRects[r].layerCount != VK_REMAINING_ARRAY_LAYERS); in clear_depth_stencil_attachment()
1492 pRects[r].baseArrayLayer, in clear_depth_stencil_attachment()
1493 pRects[r].layerCount, in clear_depth_stencil_attachment()
1507 const VkClearRect* pRects) in anv_CmdClearAttachments() argument
1527 rectCount, pRects); in anv_CmdClearAttachments()
1531 rectCount, pRects); in anv_CmdClearAttachments()