Home
last modified time | relevance | path

Searched refs:vertexDataSizeBytes (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryBasicClass.cpp96 …const VkDeviceSize vertexDataSizeBytes = sizeInBytes(m_vertexPosData) + sizeInBytes(m_vertexAt… in iterate() local
116 … BufferWithMemory vertexBuffer (vk, device, memAlloc, makeBufferCreateInfo(vertexDataSizeBytes, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp96 …const VkDeviceSize vertexDataSizeBytes = sizeInBytes(m_vertexPosData) + sizeInBytes(m_vertexAt… in iterate() local
116 … BufferWithMemory vertexBuffer (vk, device, memAlloc, makeBufferCreateInfo(vertexDataSizeBytes, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationMiscDrawTests.cpp148 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(vertexData); in runTest() local
151 …makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::H… in runTest()
159 deMemcpy(alloc.getHostPtr(), &vertexData[0], static_cast<std::size_t>(vertexDataSizeBytes)); in runTest()
DvktTessellationPrimitiveDiscardTests.cpp411 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(attributes); in test() local
412 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in test()
420 deMemcpy(alloc.getHostPtr(), &attributes[0], static_cast<std::size_t>(vertexDataSizeBytes)); in test()
DvktTessellationGeometryPassthroughTests.cpp469 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(m_params.vertices); in iterate() local
471 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in iterate()
476 …deMemcpy(alloc.getHostPtr(), &m_params.vertices[0], static_cast<std::size_t>(vertexDataSizeBytes)); in iterate()
DvktTessellationShaderInputOutputTests.cpp74 const VkDeviceSize vertexDataSizeBytes, in runTest() argument
88 …makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::H… in runTest()
93 deMemcpy(alloc.getHostPtr(), vertexData, static_cast<std::size_t>(vertexDataSizeBytes)); in runTest()
DvktTessellationCommonEdgeTests.cpp333 …const VkDeviceSize vertexDataSizeBytes = sizeInBytes(gridPosComps) + sizeInBytes(gridTessParams… in test() local
339 …makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT | VK_BUFFER_USAGE_INDE… in test()
DvktTessellationUserDefinedIO.cpp785 const VkDeviceSize vertexDataSizeBytes = numAttributes * vertexStride; in iterate() local
786 …emory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in iterate()
791 deMemcpy(alloc.getHostPtr(), &attributes[0], static_cast<std::size_t>(vertexDataSizeBytes)); in iterate()
DvktTessellationInvarianceTests.cpp1393 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * numPatchesPerDrawCall * vertexStride; in iterate() local
1394 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in iterate()
2045 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * vertexStride; in test() local
2046 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in test()
2048 DE_ASSERT(vertexDataSizeBytes == sizeof(TessLevels)); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationMiscDrawTests.cpp148 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(vertexData); in runTest() local
151 …makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::H… in runTest()
159 deMemcpy(alloc.getHostPtr(), &vertexData[0], static_cast<std::size_t>(vertexDataSizeBytes)); in runTest()
DvktTessellationPrimitiveDiscardTests.cpp411 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(attributes); in test() local
412 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in test()
420 deMemcpy(alloc.getHostPtr(), &attributes[0], static_cast<std::size_t>(vertexDataSizeBytes)); in test()
DvktTessellationGeometryPassthroughTests.cpp469 const VkDeviceSize vertexDataSizeBytes = sizeInBytes(m_params.vertices); in iterate() local
471 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in iterate()
476 …deMemcpy(alloc.getHostPtr(), &m_params.vertices[0], static_cast<std::size_t>(vertexDataSizeBytes)); in iterate()
DvktTessellationShaderInputOutputTests.cpp74 const VkDeviceSize vertexDataSizeBytes, in runTest() argument
88 …makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::H… in runTest()
93 deMemcpy(alloc.getHostPtr(), vertexData, static_cast<std::size_t>(vertexDataSizeBytes)); in runTest()
DvktTessellationCommonEdgeTests.cpp333 …const VkDeviceSize vertexDataSizeBytes = sizeInBytes(gridPosComps) + sizeInBytes(gridTessParams… in test() local
339 …makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT | VK_BUFFER_USAGE_INDE… in test()
DvktTessellationUserDefinedIO.cpp785 const VkDeviceSize vertexDataSizeBytes = numAttributes * vertexStride; in iterate() local
786 …emory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in iterate()
791 deMemcpy(alloc.getHostPtr(), &attributes[0], static_cast<std::size_t>(vertexDataSizeBytes)); in iterate()
DvktTessellationInvarianceTests.cpp1393 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * numPatchesPerDrawCall * vertexStride; in iterate() local
1394 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in iterate()
2045 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * vertexStride; in test() local
2046 …hMemory vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in test()
2048 DE_ASSERT(vertexDataSizeBytes == sizeof(TessLevels)); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp142 const VkDeviceSize vertexDataSizeBytes = m_vertexData.size() * sizeof(m_vertexData[0]); in VertexGrid() local
144 …Ptr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in VertexGrid()
150 deMemcpy(alloc.getHostPtr(), &m_vertexData[0], static_cast<std::size_t>(vertexDataSizeBytes)); in VertexGrid()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperation.cpp142 const VkDeviceSize vertexDataSizeBytes = m_vertexData.size() * sizeof(m_vertexData[0]); in VertexGrid() local
144 …Ptr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_… in VertexGrid()
150 deMemcpy(alloc.getHostPtr(), &m_vertexData[0], static_cast<std::size_t>(vertexDataSizeBytes)); in VertexGrid()