OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlslSamplerType
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp
66
static std::string
getGlslSamplerType
(const tcu::TextureFormat& format, VkImageViewType type);
167
<< "layout(set = 0, binding = 0) uniform highp " <<
getGlslSamplerType
(format, m_imageViewType) << " " << getGlslSamplerDecl(m_imageCount) << ";\n";
243
std::string ImageTest::
getGlslSamplerType
(const tcu::TextureFormat& format, VkImageViewType type)
368
return
getGlslSamplerType
(format, type) + "(" + texImage + ", texSampler)";
vktPipelineImageViewTests.cpp
67
static std::string
getGlslSamplerType
(const tcu::TextureFormat& format,
174
<< "layout(set = 0, binding = 0) uniform highp " <<
getGlslSamplerType
(format, m_imageViewType) << " texSampler;\n"
225
std::string ImageViewTest::
getGlslSamplerType
(const tcu::TextureFormat& format, VkImageViewType type)
vktPipelineSamplerTests.cpp
72
static std::string
getGlslSamplerType
(const tcu::TextureFormat& format, VkImageViewType type);
303
<< "layout(set = 0, binding = 0) uniform highp " <<
getGlslSamplerType
(format, m_imageViewType) << " texSampler;\n"
406
std::string SamplerTest::
getGlslSamplerType
(const tcu::TextureFormat& format, VkImageViewType type)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.hpp
58
std::string
getGlslSamplerType
(const tcu::TextureFormat& format, vk::VkImageViewType type);
vktImageCompressionTranscodingSupport.cpp
[
all
...]
vktImageTestsUtil.cpp
769
std::string
getGlslSamplerType
(const tcu::TextureFormat& format, VkImageViewType type)
[
all
...]
vktImageTranscodingSupportTests.cpp
[
all
...]
Completed in 425 milliseconds