Home
last modified time | relevance | path

Searched refs:indexBufferAlloc (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustness1VertexAccessTests.cpp686 …auto indexBufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *indexBuffer),… in robustness1TestFn() local
687 …VK_CHECK(vk.bindBufferMemory(device, *indexBuffer, indexBufferAlloc->getMemory(), indexBufferAlloc in robustness1TestFn()
688 deMemcpy(indexBufferAlloc->getHostPtr(), input.indices.data(), indexDataSize); in robustness1TestFn()
689 …flushMappedMemoryRange(vk, device, indexBufferAlloc->getMemory(), indexBufferAlloc->getOffset(), V… in robustness1TestFn()
690 indexBufferAllocs.emplace_back(indexBufferAlloc); in robustness1TestFn()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustness1VertexAccessTests.cpp686 …auto indexBufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *indexBuffer),… in robustness1TestFn() local
687 …VK_CHECK(vk.bindBufferMemory(device, *indexBuffer, indexBufferAlloc->getMemory(), indexBufferAlloc in robustness1TestFn()
688 deMemcpy(indexBufferAlloc->getHostPtr(), input.indices.data(), indexDataSize); in robustness1TestFn()
689 …flushMappedMemoryRange(vk, device, indexBufferAlloc->getMemory(), indexBufferAlloc->getOffset(), V… in robustness1TestFn()
690 indexBufferAllocs.emplace_back(indexBufferAlloc); in robustness1TestFn()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp410 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local
411 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate()
414 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
DvktMeshShaderSmokeTestsEXT.cpp516 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local
517 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate()
520 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
DvktMeshShaderMiscTests.cpp4566 auto& indexBufferAlloc = indexBuffer.getAllocation(); in testMixedPipelines() local
4567 void* indexBufferData = indexBufferAlloc.getHostPtr(); in testMixedPipelines()
4570 flushAlloc(vkd, device, indexBufferAlloc); in testMixedPipelines()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp410 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local
411 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate()
414 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
DvktMeshShaderSmokeTestsEXT.cpp516 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local
517 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate()
520 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
DvktMeshShaderMiscTests.cpp4566 auto& indexBufferAlloc = indexBuffer.getAllocation(); in testMixedPipelines() local
4567 void* indexBufferData = indexBufferAlloc.getHostPtr(); in testMixedPipelines()
4570 flushAlloc(vkd, device, indexBufferAlloc); in testMixedPipelines()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp1077 auto& indexBufferAlloc = indexBuffer->getAllocation(); in iterate() local
1078 indexBufferOffset = indexBufferAlloc.getOffset(); in iterate()
1079 void* indexBufferData = indexBufferAlloc.getHostPtr(); in iterate()
1082 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawMultiExtTests.cpp1077 auto& indexBufferAlloc = indexBuffer->getAllocation(); in iterate() local
1078 indexBufferOffset = indexBufferAlloc.getOffset(); in iterate()
1079 void* indexBufferData = indexBufferAlloc.getHostPtr(); in iterate()
1082 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1852 de::MovePtr<vk::Allocation> indexBufferAlloc; in render() local
2238indexBufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), Me… in render()
2240 …VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexBufferAlloc->getMemory(), indexBufferAll… in render()
2243 deMemcpy(indexBufferAlloc->getHostPtr(), indices, (size_t)indexBufferSize); in render()
2244 flushAlloc(vk, vkDevice, *indexBufferAlloc); in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp1852 de::MovePtr<vk::Allocation> indexBufferAlloc; in render() local
2238indexBufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), Me… in render()
2240 …VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexBufferAlloc->getMemory(), indexBufferAll… in render()
2243 deMemcpy(indexBufferAlloc->getHostPtr(), indices, (size_t)indexBufferSize); in render()
2244 flushAlloc(vk, vkDevice, *indexBufferAlloc); in render()