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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 935 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat);
936 m_requiredQueueFlags = (isDepthStencil || m_type == TYPE_BLIT ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT);
939 DE_ASSERT(m_type != TYPE_BLIT || !isDepthStencil);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 95 milliseconds