OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultClearColorUint
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineClearUtil.hpp
38
tcu::UVec4
defaultClearColorUint
(const tcu::TextureFormat& format);
vktPipelineClearUtil.cpp
58
tcu::UVec4
defaultClearColorUint
(const tcu::TextureFormat& format)
108
const tcu::UVec4 defaultColor =
defaultClearColorUint
(tcuClearFormat);
vktPipelineReferenceRenderer.cpp
192
tcu::clear(m_colorBuffer.getAccess(),
defaultClearColorUint
(m_colorFormat));
193
tcu::clear(m_resolveColorBuffer.getAccess(),
defaultClearColorUint
(m_colorFormat));
Completed in 36 milliseconds