HomeSort by relevance Sort by last modified time
    Searched refs:m_depthImage (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 148 Move<VkImage> m_depthImage;
292 m_depthImage = createImage(vk, vkDevice, &depthImageParams);
295 m_depthImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_depthImage), MemoryRequirement::Any);
296 VK_CHECK(vk.bindImageMemory(vkDevice, *m_depthImage, m_depthImageAlloc->getMemory(), m_depthImageAlloc->getOffset()));
327 *m_depthImage, // VkImage image;
752 *m_depthImage, // VkImage image;
    [all...]
vktPipelineTimestampTests.cpp     [all...]
vktPipelineCacheTests.cpp 640 Move<VkImage> m_depthImage;
    [all...]
vktPipelineVertexInputTests.cpp 230 Move<VkImage> m_depthImage;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp     [all...]

Completed in 200 milliseconds