Home | History | Annotate | Download | only in core_validation

Lines Matching refs:FindLayout

3220 bool FindLayout(const GLOBAL_CB_NODE *pCB, ImageSubresourcePair imgpair, IMAGE_CMD_BUF_LAYOUT_NODE &node, const VkImageAspectFlags aspectMask) {
3247 bool FindLayout(const layer_data *my_data, ImageSubresourcePair imgpair, VkImageLayout &layout, const VkImageAspectFlags aspectMask) {
3268 bool FindLayout(const GLOBAL_CB_NODE *pCB, VkImage image, VkImageSubresource range, IMAGE_CMD_BUF_LAYOUT_NODE &node) {
3271 FindLayout(pCB, imgpair, node, VK_IMAGE_ASPECT_COLOR_BIT);
3272 FindLayout(pCB, imgpair, node, VK_IMAGE_ASPECT_DEPTH_BIT);
3273 FindLayout(pCB, imgpair, node, VK_IMAGE_ASPECT_STENCIL_BIT);
3274 FindLayout(pCB, imgpair, node, VK_IMAGE_ASPECT_METADATA_BIT);
3286 bool FindLayout(const layer_data *my_data, ImageSubresourcePair imgpair, VkImageLayout &layout) {
3288 FindLayout(my_data, imgpair, layout, VK_IMAGE_ASPECT_COLOR_BIT);
3289 FindLayout(my_data, imgpair, layout, VK_IMAGE_ASPECT_DEPTH_BIT);
3290 FindLayout(my_data, imgpair, layout, VK_IMAGE_ASPECT_STENCIL_BIT);
3291 FindLayout(my_data, imgpair, layout, VK_IMAGE_ASPECT_METADATA_BIT);
3302 bool FindLayout(const layer_data *my_data, VkImage image, VkImageSubresource range, VkImageLayout &layout) {
3304 return FindLayout(my_data, imgpair, layout);
3363 if (!FindLayout(pCB, imgpair.image, imgpair.subresource, node)) {
4026 if (!FindLayout(dev_data, cb_image_data.first, imageLayout)) {
6969 if (!FindLayout(pCB, srcImage, sub, node)) {
7008 if (!FindLayout(pCB, destImage, sub, node)) {
7492 if (!FindLayout(pCB, mem_barrier->image, sub, node)) {
8806 if (!FindLayout(pCB, image, sub, node)) {