Searched refs:externalTextureFormat (Results 1 – 4 of 4) sorted by relevance
52 externalTextureFormat = FORMAT_NULL; in Sampler()99 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()108 state.compressedFormat = Surface::isCompressed(externalTextureFormat); in samplerState()126 externalTextureFormat = surface->getExternalFormat(); in setTextureLevel()
219 Format externalTextureFormat; member in sw::Sampler
51 externalTextureFormat = VK_FORMAT_UNDEFINED; in Sampler()98 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()107 state.compressedFormat = Surface::isCompressed(externalTextureFormat); in samplerState()125 externalTextureFormat = surface->getExternalFormat(); in setTextureLevel()
217 VkFormat externalTextureFormat; member in sw::Sampler