Searched refs:vtxIndices (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 326 …tcu::IVec4 vtxIndices = computeVertexIndices(cellWidth, cellHeight, gridVtxWidth, gridVtxHeight, x… in execute() local 330 src->getValue(type, vtxIndices.x()), in execute() 331 src->getValue(type, vtxIndices.y()), in execute() 332 src->getValue(type, vtxIndices.z()), in execute() 333 src->getValue(type, vtxIndices.w()), in execute()
|