Searched refs:vtxIndices (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 326 tcu::IVec4 vtxIndices = computeVertexIndices(cellWidth, cellHeight, gridVtxWidth, gridVtxHeight, x, y); 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()
|
Completed in 2 milliseconds