Home
last modified time | relevance | path

Searched refs:m_outputBufferAlloc (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp888 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon28158::ComputeCacheTestInstance
945 m_outputBuf[ndx] = createBufferAndBindMemory(m_context, size, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, &m_outputBufferAlloc[ndx]); in buildBuffers()
947 pVec = reinterpret_cast<tcu::Vec4*>(m_outputBufferAlloc[ndx]->getHostPtr()); in buildBuffers()
952 flushAlloc(vk, vkDevice, *m_outputBufferAlloc[ndx]); in buildBuffers()
1105 invalidateAlloc(vk, vkDevice, *m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]); in verifyTestResult()
1107 invalidateAlloc(vk, vkDevice, *m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]); in verifyTestResult()
1109 deUint8* bufNoCache = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]->getHostPtr()); in verifyTestResult()
1110 deUint8* bufCached = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]->getHostPtr()); in verifyTestResult()
H A DvktPipelinePushDescriptorTests.cpp748 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon28251::PushDescriptorBufferComputeTestInstance
882 m_outputBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequirement::HostVisible); in init()
883 VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBufferAlloc->getOffset())); in init()
996 invalidateAlloc(m_vkd, *m_device, *m_outputBufferAlloc); in verifyOutput()
999 auto bufferPtr = reinterpret_cast<const char*>(m_outputBufferAlloc->getHostPtr()); in verifyOutput()
1959 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon28251::PushDescriptorImageComputeTestInstance
2301 m_outputBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequirement::HostVisible); in init()
2302 VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBufferAlloc in init()
3249 de::MovePtr<Allocation> m_outputBufferAlloc; global() member in vkt::pipeline::__anon28251::PushDescriptorTexelBufferComputeTestInstance
[all...]
H A DvktPipelineDynamicOffsetTests.cpp897 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon28177::DynamicOffsetComputeTestInstance
1061 m_outputBufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), MemoryRequirement::HostVisible); in init()
1062 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBufferAlloc->getOffset())); in init()
1289 invalidateAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_outputBufferAlloc); in verifyOutput()
1293 outColors[i] = *(tcu::Vec4*)((deUint8*)m_outputBufferAlloc->getHostPtr() + colorBlockOutputSize * i); in verifyOutput()
H A DvktPipelineCreationFeedbackTests.cpp876 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon28166::ComputeCacheTestInstance
H A DvktPipelineExecutablePropertiesTests.cpp1102 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon28190::ComputeExecutablePropertiesTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp893 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon29385::ComputeCacheTestInstance
950 m_outputBuf[ndx] = createBufferAndBindMemory(m_context, size, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, &m_outputBufferAlloc[ndx]); in buildBuffers()
952 pVec = reinterpret_cast<tcu::Vec4*>(m_outputBufferAlloc[ndx]->getHostPtr()); in buildBuffers()
957 flushAlloc(vk, vkDevice, *m_outputBufferAlloc[ndx]); in buildBuffers()
1110 invalidateAlloc(vk, vkDevice, *m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]); in verifyTestResult()
1112 invalidateAlloc(vk, vkDevice, *m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]); in verifyTestResult()
1114 deUint8* bufNoCache = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]->getHostPtr()); in verifyTestResult()
1115 deUint8* bufCached = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]->getHostPtr()); in verifyTestResult()
H A DvktPipelinePushDescriptorTests.cpp735 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon29471::PushDescriptorBufferComputeTestInstance
869 m_outputBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequirement::HostVisible); in init()
870 VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBufferAlloc->getOffset())); in init()
983 invalidateAlloc(m_vkd, *m_device, *m_outputBufferAlloc); in verifyOutput()
986 auto bufferPtr = reinterpret_cast<const char*>(m_outputBufferAlloc->getHostPtr()); in verifyOutput()
1948 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon29471::PushDescriptorImageComputeTestInstance
2290 m_outputBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequirement::HostVisible); in init()
2291 VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBufferAlloc in init()
3229 de::MovePtr<Allocation> m_outputBufferAlloc; global() member in vkt::pipeline::__anon29471::PushDescriptorTexelBufferComputeTestInstance
[all...]
H A DvktPipelineDynamicOffsetTests.cpp901 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon29404::DynamicOffsetComputeTestInstance
1065 m_outputBufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), MemoryRequirement::HostVisible); in init()
1066 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBufferAlloc->getOffset())); in init()
1317 invalidateAlloc(m_context.getDeviceInterface(), m_context.getDevice(), *m_outputBufferAlloc); in verifyOutput()
1321 outColors[i] = *(tcu::Vec4*)((deUint8*)m_outputBufferAlloc->getHostPtr() + colorBlockOutputSize * i); in verifyOutput()
H A DvktPipelineCreationFeedbackTests.cpp891 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon29393::ComputeCacheTestInstance
H A DvktPipelineExecutablePropertiesTests.cpp1130 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon29416::ComputeExecutablePropertiesTestInstance

Completed in 31 milliseconds