Lines Matching defs:index
820 static inline void getCoordinates (deUint32 index, deInt32 &x, deInt32 &y)
822 x = index % widthArea;
823 y = index / heightArea;
1571 for (deUint32 index = 0u; index < m_param.blendOps.size(); index++)
1573 switch (m_param.blendOps[index])
1884 deUint32 index = secondDraw ? (color + DE_LENGTH_OF_ARRAY(srcColors) / 2) : color;
1887 vk.cmdPushConstants(*m_cmdBuffer, *m_pipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0u, sizeof(Vec4), &srcColors[index]);
1907 VkClearValue clearValue = vk::makeClearValueColorVec4(dstColors[index]);