Searched defs:vertexDataSizeBytes (Results 1 – 9 of 9) sorted by relevance
98 …const VkDeviceSize vertexDataSizeBytes = sizeInBytes(m_vertexPosData) + sizeInBytes(m_vertexAttrDa… in iterate() local
332 const VkDeviceSize vertexDataSizeBytes = in test() local
411 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(attributes); in test() local
489 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(m_params.vertices); in iterate() local
69 … const VkFormat vertexFormat, const void *vertexData, const VkDeviceSize vertexDataSizeBytes, in runTest()
149 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(vertexData); in runTest() local
1523 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * numPatchesPerDrawCall * vertexStride; in iterate() local2269 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * vertexStride; in test() local
816 const VkDeviceSize vertexDataSizeBytes = numAttributes * vertexStride; in iterate() local
145 const VkDeviceSize vertexDataSizeBytes = m_vertexData.size() * sizeof(m_vertexData[0]); in VertexGrid() local