Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp45 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
46 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat);
DvkImageUtil.cpp954 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() argument
956 switch (combinedFormat) in getDepthCopyFormat()
961 return mapVkFormat(combinedFormat); in getDepthCopyFormat()
979 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat) in getStencilCopyFormat() argument
981 switch (combinedFormat) in getStencilCopyFormat()