Home
last modified time | relevance | path

Searched refs:VerifyImageLayout (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1073 bool CoreChecks::VerifyImageLayout(const CMD_BUFFER_STATE *cb_node, const IMAGE_STATE *image_state, in VerifyImageLayout() function in CoreChecks
1136 bool CoreChecks::VerifyImageLayout(const CMD_BUFFER_STATE *cb_node, const IMAGE_STATE *image_state, in VerifyImageLayout() function in CoreChecks
1140 …return VerifyImageLayout(cb_node, image_state, RangeFromLayers(subLayers), explicit_layout, optima… in VerifyImageLayout()
2739 … skip |= VerifyImageLayout(cb_node, src_image_state, pRegions[i].srcSubresource, srcImageLayout, in PreCallValidateCmdCopyImage()
2742 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout, in PreCallValidateCmdCopyImage()
3004 … skip |= VerifyImageLayout(cb_node, src_image_state, pRegions[i].srcSubresource, srcImageLayout, in PreCallValidateCmdResolveImage()
3007 … skip |= VerifyImageLayout(cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout, in PreCallValidateCmdResolveImage()
3195 skip |= VerifyImageLayout(cb_node, src_image_state, rgn.srcSubresource, srcImageLayout, in PreCallValidateCmdBlitImage()
3198 skip |= VerifyImageLayout(cb_node, dst_image_state, rgn.dstSubresource, dstImageLayout, in PreCallValidateCmdBlitImage()
5018 … skip |= VerifyImageLayout(cb_node, src_image_state, pRegions[i].imageSubresource, srcImageLayout, in PreCallValidateCmdCopyImageToBuffer()
[all …]
Dcore_validation.h1332 …bool VerifyImageLayout(const CMD_BUFFER_STATE* cb_node, const IMAGE_STATE* image_state, const VkIm…
1337 …bool VerifyImageLayout(const CMD_BUFFER_STATE* cb_node, const IMAGE_STATE* image_state, const VkIm…
1340 …return VerifyImageLayout(cb_node, image_state, range, 0, explicit_layout, optimal_layout, caller, …
1344 bool VerifyImageLayout(const CMD_BUFFER_STATE* cb_node, const IMAGE_STATE* image_state,
Ddescriptor_sets.cpp808VerifyImageLayout(cb_node, image_node, image_view_state->normalized_subresource_range, in ValidateDrawState()
Dcore_validation.cpp6687 …skip |= VerifyImageLayout(cb_state, image_state, subresource, imageLayout, VK_IMAGE_LAYOUT_SHADING… in PreCallValidateCmdBindShadingRateImageNV()