/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 96 …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/ |
D | vktGeometryBasicClass.cpp | 96 …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/ |
D | vktTessellationMiscDrawTests.cpp | 148 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()
|
D | vktTessellationPrimitiveDiscardTests.cpp | 411 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()
|
D | vktTessellationGeometryPassthroughTests.cpp | 469 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()
|
D | vktTessellationShaderInputOutputTests.cpp | 74 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()
|
D | vktTessellationCommonEdgeTests.cpp | 333 …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()
|
D | vktTessellationUserDefinedIO.cpp | 785 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()
|
D | vktTessellationInvarianceTests.cpp | 1393 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/ |
D | vktTessellationMiscDrawTests.cpp | 148 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()
|
D | vktTessellationPrimitiveDiscardTests.cpp | 411 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()
|
D | vktTessellationGeometryPassthroughTests.cpp | 469 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()
|
D | vktTessellationShaderInputOutputTests.cpp | 74 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()
|
D | vktTessellationCommonEdgeTests.cpp | 333 …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()
|
D | vktTessellationUserDefinedIO.cpp | 785 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()
|
D | vktTessellationInvarianceTests.cpp | 1393 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/ |
D | vktSynchronizationOperation.cpp | 142 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/ |
D | vktSynchronizationOperation.cpp | 142 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()
|