Searched refs:combinedFormat (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp48 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
49 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat);
H A DvkImageUtil.cpp949 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat)
951 switch (combinedFormat)
956 return mapVkFormat(combinedFormat);
974 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat)
976 switch (combinedFormat)
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp72 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(depthStencilFormat); local
74 *depthBits = getNumDepthBits(combinedFormat);
75 *stencilBits = getNumStencilBits(combinedFormat);
134 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(format); local
135 const int depthBits = getNumDepthBits(combinedFormat);
136 const int stencilBits = getNumStencilBits(combinedFormat);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp145 const tcu::TextureFormat mapCombinedToDepthTransferFormat (const tcu::TextureFormat& combinedFormat) argument
148 switch (combinedFormat.type)

Completed in 138 milliseconds