Home
last modified time | relevance | path

Searched defs:currentLayout (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkImage.h128 VkImageLayout currentLayout() const { return fMutableState->getImageLayout(); } in currentLayout() function
DGrVkImage.cpp387 VkImageLayout currentLayout = this->currentLayout(); in setImageLayoutAndQueueIndex() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationMiscDrawTests.cpp244 …const VkImageLayout currentLayout = (tessLevelCaseNdx == 0 ? VK_IMAGE_LAYOUT_UNDEFINED : VK_IMAGE_… in runTest() local
DvktTessellationWindingTests.cpp496 …const VkImageLayout currentLayout = (caseNdx == 0 ? VK_IMAGE_LAYOUT_UNDEFINED : VK_IMAGE_LAYOUT_TR… in iterate() local
DvktTessellationGeometryPassthroughTests.cpp554 …const VkImageLayout currentLayout = (pipelineNdx == 0 ? VK_IMAGE_LAYOUT_UNDEFINED : VK_IMAGE_LAYOU… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp273 vk::VkImageLayout currentLayout) in readDepthAttachment()
351 vk::VkImageLayout currentLayout) in readStencilAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1032 …const VkImageLayout currentLayout = (stencilOnly ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OP… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSyncTests.cpp745 VkImageLayout currentLayout = VK_IMAGE_LAYOUT_UNDEFINED; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5056 ImageLayout currentLayout, in acquireFromExternal()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp6131 const auto currentLayout = m_params.src.image.operationLayout; in checkIntermediateCopy() local