Lines Matching defs:ndx
1738 for(int ndx = 0; ndx < static_cast<int>(m_data.samples); ++ndx)
1740 fillShader << " imageStore(u_resultImage, " << ivecCords << ", " << ndx << ", i64vec4(inBuffer.data[index]));\n";
2134 for (int ndx = 0; ndx < static_cast<int>(sizeOutputR64 / 8); ++ndx)
2136 bufferUint64Ptr[ndx] = 0;
2150 for (int ndx = 0; ndx < static_cast<int>(sizeOneLayers / 8); ++ndx)
2152 bufferUint64Ptr[ndx] = 0x1234567887654321 + ((m_data.viewType != VK_IMAGE_VIEW_TYPE_CUBE && m_data.viewType != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) ? layerNdx : 0);