Searched refs:combinedFormat (Results 1 – 5 of 5) sorted by relevance
72 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(depthStencilFormat); in getDepthStencilBits() local74 *depthBits = getNumDepthBits(combinedFormat); in getDepthStencilBits()75 *stencilBits = getNumStencilBits(combinedFormat); in getDepthStencilBits()134 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(format); in chooseDepthStencilFormat() local135 const int depthBits = getNumDepthBits(combinedFormat); in chooseDepthStencilFormat()136 const int stencilBits = getNumStencilBits(combinedFormat); in chooseDepthStencilFormat()
59 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);60 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat);
4135 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() argument4137 switch (combinedFormat) in getDepthCopyFormat()4142 return mapVkFormat(combinedFormat); in getDepthCopyFormat()4160 tcu::TextureFormat getStencilCopyFormat (VkFormat combinedFormat) in getStencilCopyFormat() argument4162 switch (combinedFormat) in getStencilCopyFormat()
450 const tcu::TextureFormat mapCombinedToDepthTransferFormat (const tcu::TextureFormat& combinedFormat) in mapCombinedToDepthTransferFormat() argument453 switch (combinedFormat.type) in mapCombinedToDepthTransferFormat()