Lines Matching refs:internalTextureFormat
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()
441 if(gather && Surface::componentCount(internalTextureFormat) == 1) in getTextureFilter()