Searched refs:SetImageLayout (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 285 void CoreChecks::SetImageLayout(layer_data *device_data, GLOBAL_CB_NODE *cb_node, const IMAGE_STATE… in SetImageLayout() function in CoreChecks 318 void CoreChecks::SetImageLayout(layer_data *device_data, GLOBAL_CB_NODE *cb_node, const IMAGE_STATE… in SetImageLayout() function in CoreChecks 327 SetImageLayout(device_data, cb_node, image_state, image_subresource_range, layout); in SetImageLayout() 345 SetImageLayout(device_data, cb_node, image_state, sub_range, layout); in SetImageViewLayout() 2736 … SetImageLayout(device_data, cb_node, src_image_state, pRegions[i].srcSubresource, srcImageLayout); in PreCallRecordCmdCopyImage() 2737 … SetImageLayout(device_data, cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout); in PreCallRecordCmdCopyImage() 3360 … SetImageLayout(device_data, cb_node, src_image_state, pRegions[i].srcSubresource, srcImageLayout); in PreCallRecordCmdBlitImage() 3361 … SetImageLayout(device_data, cb_node, dst_image_state, pRegions[i].dstSubresource, dstImageLayout); in PreCallRecordCmdBlitImage() 4949 …SetImageLayout(device_data, cb_node, src_image_state, pRegions[i].imageSubresource, srcImageLayout… in PreCallRecordCmdCopyImageToBuffer() 5034 …SetImageLayout(device_data, cb_node, dst_image_state, pRegions[i].imageSubresource, dstImageLayout… in PreCallRecordCmdCopyBufferToImage()
|
D | core_validation.h | 688 …void SetImageLayout(layer_data* device_data, GLOBAL_CB_NODE* cb_node, const IMAGE_STATE* image_sta… 690 …void SetImageLayout(layer_data* device_data, GLOBAL_CB_NODE* cb_node, const IMAGE_STATE* image_sta…
|