HomeSort by relevance Sort by last modified time
    Searched full:vertexdatasize (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 597 const VkDeviceSize vertexDataSize = m_vertices.size() * sizeof(tcu::Vec4);
603 vertexDataSize, // VkDeviceSize size;
616 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), (size_t)vertexDataSize);
617 flushMappedMemoryRange(vk, vkDevice, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset(), vertexDataSize);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 714 const int vertexDataSize = (m_spec.instanced) ? (6) : (6 * GRID_SIZE * GRID_SIZE);
716 const int primitiveBufSize = (m_spec.aliasingBuffers) ? (vertexDataSize + offsetColorSize) : (vertexDataSize);
    [all...]

Completed in 177 milliseconds