Searched refs:has32bitIntegerTextureComponents (Results 1 – 6 of 6) sorted by relevance
73 bool has32bitIntegerTextureComponents() const;
2401 bool Format::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in vk::Format
107 bool has32bitIntegerTextureComponents() const;
2122 if(hasFloatTexture() || has32bitIntegerTextureComponents()) in sampleTexel()2815 bool SamplerCore::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in sw::SamplerCore
106 bool has32bitIntegerTextureComponents() const;
1892 if(hasFloatTexture() || has32bitIntegerTextureComponents()) in sampleTexel()2540 bool SamplerCore::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in sw::SamplerCore2542 return state.textureFormat.has32bitIntegerTextureComponents(); in has32bitIntegerTextureComponents()