OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShaderSamplerOrImageType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemShaderImageAccessTests.cpp
214
static std::string
getShaderSamplerOrImageType
(const tcu::TextureFormat& format, bool isSampler)
274
const std::string imageType =
getShaderSamplerOrImageType
(texFormat, false);
275
const std::string samplerType =
getShaderSamplerOrImageType
(texFormat, true);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
237
static inline string
getShaderSamplerOrImageType
(TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler)
255
return
getShaderSamplerOrImageType
(formatType, imageType, false);
260
return
getShaderSamplerOrImageType
(formatType, imageType, true);
[
all
...]
Completed in 49 milliseconds