Searched refs:pFormatProp (Results 1 – 1 of 1) sorted by relevance
7106 void maskFormatPropertiesForEmulatedTextures(VkFormatProperties* pFormatProp) { in maskFormatPropertiesForEmulatedTextures() argument7107 pFormatProp->linearTilingFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()7108 pFormatProp->optimalTilingFeatures &= kEmulatedTextureOptimalTilingMask; in maskFormatPropertiesForEmulatedTextures()7109 pFormatProp->bufferFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()7112 void maskFormatPropertiesForEmulatedTextures(VkFormatProperties2* pFormatProp) { in maskFormatPropertiesForEmulatedTextures() argument7113 pFormatProp->formatProperties.linearTilingFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()7114 pFormatProp->formatProperties.optimalTilingFeatures &= kEmulatedTextureOptimalTilingMask; in maskFormatPropertiesForEmulatedTextures()7115 pFormatProp->formatProperties.bufferFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()