Home
last modified time | relevance | path

Searched refs:getShaderSamplerType (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp316 std::string getShaderSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getShaderSamplerType() function
479 const std::string samplerTypeStr = getShaderSamplerType(tcuFormat, viewType); in initPrograms()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType() function
910 "precision highp " + getShaderSamplerType(textureFormat.type, textureType) + ";\n" in readFloatOrNormTextureWithLookupsAndVerify()
912 … "uniform highp " + getShaderSamplerType(textureFormat.type, textureType) + " u_texture;\n" in readFloatOrNormTextureWithLookupsAndVerify()