Searched refs:has8bitTextureComponents (Results 1 – 4 of 4) sorted by relevance
74 bool has8bitTextureComponents() const;
2654 bool Format::has8bitTextureComponents() const in has8bitTextureComponents() function in vk::Format
105 bool has8bitTextureComponents() const;
1485 else if(has8bitTextureComponents()) in sampleTexel()1711 ASSERT(state.textureFormat.has8bitTextureComponents()); in sampleTexel()2596 bool SamplerCore::has8bitTextureComponents() const in has8bitTextureComponents() function in sw::SamplerCore2598 return state.textureFormat.has8bitTextureComponents(); in has8bitTextureComponents()