OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_quadGrid
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
306
,
m_quadGrid
(quadGrid)
308
const std::vector<TextureBindingSp>& bindings =
m_quadGrid
.getTextures();
347
coords =
m_quadGrid
.getCoords(sx, sy);
348
unitCoords =
m_quadGrid
.getUnitCoords(sx, sy);
351
const int numAttribs =
m_quadGrid
.getNumUserAttribs();
354
in[attribNdx] =
m_quadGrid
.getUserAttrib(attribNdx, sx, sy);
[
all
...]
vktShaderRender.hpp
156
const QuadGrid&
m_quadGrid
;
Completed in 80 milliseconds