Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluFboRenderContext.cpp72 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(depthStencilFormat); in getDepthStencilBits() local
74 *depthBits = getNumDepthBits(combinedFormat); in getDepthStencilBits()
75 *stencilBits = getNumStencilBits(combinedFormat); in getDepthStencilBits()
134 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(format); in chooseDepthStencilFormat() local
135 const int depthBits = getNumDepthBits(combinedFormat); in chooseDepthStencilFormat()
136 const int stencilBits = getNumStencilBits(combinedFormat); in chooseDepthStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp55 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
56 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat);
DvkImageUtil.cpp4071 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() argument
4073 switch (combinedFormat) in getDepthCopyFormat()
4078 return mapVkFormat(combinedFormat); in getDepthCopyFormat()
4096 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat) in getStencilCopyFormat() argument
4098 switch (combinedFormat) in getStencilCopyFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp414 const tcu::TextureFormat mapCombinedToDepthTransferFormat (const tcu::TextureFormat& combinedFormat) in mapCombinedToDepthTransferFormat() argument
417 switch (combinedFormat.type) in mapCombinedToDepthTransferFormat()