Home
last modified time | relevance | path

Searched refs:copyAndFlush (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp115 void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, size_t offset, const void* src, size_t size) in copyAndFlush() function
461 copyAndFlush(vk, device, *colorBuffer, 0, colorData.data(), colorData.size() * sizeof(float)); in iterate()
462 copyAndFlush(vk, device, *vertexBuffer, 0, vertexData.data(), vertexData.size() * sizeof(float)); in iterate()
863 copyAndFlush(vk, device, *clrBuffer, 0, colors.data(), deUint32(colors.size() * sizeof(float))); in createBuffers()
922 copyAndFlush(vk, device, *buffer, 0, points.data(), deUint32(points.size() * sizeof(float))); in createBuffers()
H A DvktPipelineExtendedDynamicStateTests.cpp3877 void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, size_t offset, const void* src, size_t size) in copyAndFlush() function
4311 copyAndFlush(vkd, device, *buffers.back().buffer, 0, bufferBytes.data(), de::dataSize(bufferBytes)); in prepareVertexBuffers()
4849 copyAndFlush(vkd, device, *indexBuffer, 0, indices.data(), static_cast<size_t>(indexDataSize)); in iterate()
4862 copyAndFlush(vkd, device, *counterBuffer, 0u, &initialValue, static_cast<size_t>(counterBufferSize)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4336 void copyAndFlush (const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<ManyDrawsVertex>& vertices) in copyAndFlush() function
4424 copyAndFlush(vkd, device, *testData.frontBuffers.stagingBuffer, frontVector); in iterate()
4425 copyAndFlush(vkd, device, *testData.backBuffers.stagingBuffer, backVector); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4336 void copyAndFlush (const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<ManyDrawsVertex>& vertices) in copyAndFlush() function
4424 copyAndFlush(vkd, device, *testData.frontBuffers.stagingBuffer, frontVector); in iterate()
4425 copyAndFlush(vkd, device, *testData.backBuffers.stagingBuffer, backVector); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3205 void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, size_t offset, const void* src, size_t size) in copyAndFlush() function
3589 copyAndFlush(vkd, device, *buffers.back().buffer, 0, bufferBytes.data(), de::dataSize(bufferBytes)); in prepareVertexBuffers()
4036 copyAndFlush(vkd, device, *indexBuffer, 0, indices.data(), static_cast<size_t>(indexDataSize)); in iterate()
4049 copyAndFlush(vkd, device, *counterBuffer, 0u, &initialValue, static_cast<size_t>(counterBufferSize)); in iterate()

Completed in 41 milliseconds