Searched defs:bytesPerVertex (Results 1 – 2 of 2) sorted by relevance
1332 const deUint32 bytesPerVertex = m_parameters.bufferSize / m_parameters.partCount; in TransformFeedbackMultistreamTestInstance() local1915 const deUint32 bytesPerVertex = static_cast<deUint32>(4 * sizeof(float)); in iterate() local2143 const deUint32 bytesPerVertex = m_parameters.bufferSize / m_parameters.partCount; in TransformFeedbackMultiQueryTestInstance() local2231 const deUint32 bytesPerVertex = static_cast<deUint32>(4 * sizeof(float)); in iterate() local3678 const deUint32 bytesPerVertex = static_cast<deUint32>(4 * sizeof(float)); in createTransformFeedbackSimpleTests() local3750 const deUint32 bytesPerVertex = static_cast<deUint32>(sizeof(tcu::Vec4)); in createTransformFeedbackSimpleTests() local
378 const VkDeviceSize bytesPerVertex = 4 * sizeof(float); in iterate() local