/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustness1VertexAccessTests.cpp | 686 …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/ |
D | vktRobustness1VertexAccessTests.cpp | 686 …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/ |
D | vktMeshShaderSmokeTests.cpp | 410 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local 411 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate() 414 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
|
D | vktMeshShaderSmokeTestsEXT.cpp | 516 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local 517 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate() 520 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
|
D | vktMeshShaderMiscTests.cpp | 4566 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/ |
D | vktMeshShaderSmokeTests.cpp | 410 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local 411 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate() 414 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
|
D | vktMeshShaderSmokeTestsEXT.cpp | 516 auto& indexBufferAlloc = indexBuffer.getAllocation(); in iterate() local 517 void* indexBufferDataPtr = indexBufferAlloc.getHostPtr(); in iterate() 520 flushAlloc(vkd, device, indexBufferAlloc); in iterate()
|
D | vktMeshShaderMiscTests.cpp | 4566 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/ |
D | vktDrawMultiExtTests.cpp | 1077 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/ |
D | vktDrawMultiExtTests.cpp | 1077 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/ |
D | vktShaderRender.cpp | 1852 de::MovePtr<vk::Allocation> indexBufferAlloc; in render() local 2238 …indexBufferAlloc = 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/ |
D | vktShaderRender.cpp | 1852 de::MovePtr<vk::Allocation> indexBufferAlloc; in render() local 2238 …indexBufferAlloc = 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()
|