OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShaderSamplerType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp
314
std::string
getShaderSamplerType
(const tcu::TextureFormat& format, VkImageViewType type)
477
const std::string samplerTypeStr =
getShaderSamplerType
(tcuFormat, viewType);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
258
static inline string
getShaderSamplerType
(TextureFormat::ChannelType formatType, TextureType imageType)
903
"precision highp " +
getShaderSamplerType
(textureFormat.type, textureType) + ";\n"
905
"uniform highp " +
getShaderSamplerType
(textureFormat.type, textureType) + " u_texture;\n"
[
all
...]
Completed in 46 milliseconds