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

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp224 std::string getShaderSamplerType (const tcu::TextureFormat& format, VkImageViewType type) function in namespace:vkt::image
383 const std::string samplerTypeStr = getShaderSamplerType(tcuFormat, viewType);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType) function in namespace:deqp::gles31::Functional
903 "precision highp " + getShaderSamplerType(textureFormat.type, textureType) + ";\n"
905 "uniform highp " + getShaderSamplerType(textureFormat.type, textureType) + " u_texture;\n"

Completed in 215 milliseconds