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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 40 bool isDepthStencilFormat (VkFormat format);
vkImageUtil.cpp 57 bool isDepthStencilFormat (VkFormat format)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineClearUtil.cpp 97 if (isDepthStencilFormat(clearFormat))
vktPipelineDepthTests.cpp 68 DE_ASSERT(vk::isDepthStencilFormat(format));
87 DE_ASSERT(vk::isDepthStencilFormat(format));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 603 if (isDepthStencilFormat(format))
739 if (isDepthStencilFormat(format))
772 if (isDepthStencilFormat(format))
    [all...]
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp 466 const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order));
475 isDepthStencilFormat
577 isDepthStencilFormat ? 0u : 1u,
578 isDepthStencilFormat ? DE_NULL : &srcAttachmentRef,
581 isDepthStencilFormat ? &srcAttachmentRef : DE_NULL,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 287 if (isDepthStencilFormat(format))
935 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp     [all...]

Completed in 1182 milliseconds