Searched refs:internalTextureFormat (Results 1 – 4 of 4) sorted by relevance
53 internalTextureFormat = FORMAT_NULL; in Sampler()93 state.textureFormat = internalTextureFormat; in samplerState()99 …&& Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(internalTextureFormat); in samplerState()127 internalTextureFormat = surface->getInternalFormat(); in setTextureLevel()158 if(Surface::isFloatFormat(internalTextureFormat)) in setTextureLevel()225 if(internalTextureFormat == FORMAT_YV12_BT601 || in setTextureLevel()226 internalTextureFormat == FORMAT_YV12_BT709 || in setTextureLevel()227 internalTextureFormat == FORMAT_YV12_JFIF) in setTextureLevel()388 return Surface::isUnsignedComponent(internalTextureFormat, 0) && in hasUnsignedTexture()389 Surface::isUnsignedComponent(internalTextureFormat, 1) && in hasUnsignedTexture()[all …]
220 Format internalTextureFormat; member in sw::Sampler
52 internalTextureFormat = VK_FORMAT_UNDEFINED; in Sampler()92 state.textureFormat = internalTextureFormat; in samplerState()98 …&& Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(internalTextureFormat); in samplerState()126 internalTextureFormat = surface->getInternalFormat(); in setTextureLevel()157 if(Surface::isFloatFormat(internalTextureFormat)) in setTextureLevel()224 if(internalTextureFormat == VK_FORMAT_G8_B8R8_2PLANE_420_UNORM) in setTextureLevel()385 return Surface::isUnsignedComponent(internalTextureFormat, 0) && in hasUnsignedTexture()386 Surface::isUnsignedComponent(internalTextureFormat, 1) && in hasUnsignedTexture()387 Surface::isUnsignedComponent(internalTextureFormat, 2) && in hasUnsignedTexture()388 Surface::isUnsignedComponent(internalTextureFormat, 3); in hasUnsignedTexture()[all …]
218 VkFormat internalTextureFormat; member in sw::Sampler