OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_surfacewidth
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp
169
:
m_surfaceWidth
(surfaceWidth)
182
m_colorBuffer.setStorage(m_colorFormat, actualSamples,
m_surfaceWidth
, m_surfaceHeight);
183
m_resolveColorBuffer.setStorage(m_colorFormat,
m_surfaceWidth
, m_surfaceHeight);
328
return rr::ViewportState(rr::WindowRectangle(0, 0,
m_surfaceWidth
, m_surfaceHeight));
vktPipelineReferenceRenderer.hpp
251
const int
m_surfaceWidth
;
Completed in 73 milliseconds