Lines Matching refs:textureFormat
138 if(state.textureFormat == VK_FORMAT_R5G6B5_UNORM_PACK16) in sampleTexture()
165 switch(state.textureFormat) in sampleTexture()
293 switch(state.textureFormat) in sampleTexture()
317 if(state.textureFormat == VK_FORMAT_R5G6B5_UNORM_PACK16) in sampleTexture()
344 switch(state.textureFormat) in sampleTexture()
1669 switch(state.textureFormat) in sampleTexel()
1693 switch(state.textureFormat) in sampleTexel()
1718 if(state.textureFormat == VK_FORMAT_R8G8B8A8_SINT) in sampleTexel()
1747 switch(state.textureFormat) in sampleTexel()
1774 switch(state.textureFormat) in sampleTexel()
1782 if(state.textureFormat == VK_FORMAT_R8_SINT) in sampleTexel()
1839 if(state.textureFormat == VK_FORMAT_R5G6B5_UNORM_PACK16) in sampleTexel()
1878 switch(state.textureFormat) in sampleTexel()
2060 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel()
2429 return Surface::isFloatFormat(state.textureFormat); in hasFloatTexture()
2434 return Surface::isNonNormalizedInteger(state.textureFormat); in hasUnnormalizedIntegerTexture()
2439 return Surface::isUnsignedComponent(state.textureFormat, component); in hasUnsignedTextureComponent()
2444 return Surface::componentCount(state.textureFormat); in textureComponentCount()
2454 switch(state.textureFormat) in has16bitTextureFormat()
2500 switch(state.textureFormat) in has8bitTextureComponents()
2546 switch(state.textureFormat) in has16bitTextureComponents()
2592 switch(state.textureFormat) in has32bitIntegerTextureComponents()
2638 switch(state.textureFormat) in hasYuvFormat()
2684 switch(state.textureFormat) in isRGBComponent()