Home
last modified time | relevance | path

Searched refs:m_resultBufferAlloc (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferViewAccessTests.cpp150 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::api::__anonb25550cf0111::BufferViewTestInstance
210 …DST_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewTestInstance()
214 …DST_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewTestInstance()
465 invalidateAlloc(vk, vkDevice, *m_resultBufferAlloc); in checkResult()
466 …ixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize(), m_resultBufferAlloc->getHostPtr… in checkResult()
601 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::api::__anonb25550cf0111::BufferViewAllFormatsTestInstance
662 …FER_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewAllFormatsTestInstance()
887 invalidateAlloc(vk, vkDevice, *m_resultBufferAlloc); in checkResult()
888 deMemcpy(results, m_resultBufferAlloc->getHostPtr(), sizeof(tcu::UVec4[4])); in checkResult()
923 invalidateAlloc(vk, vkDevice, *m_resultBufferAlloc); in checkResultFloat()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp150 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::api::__anoncd4ba24f0111::BufferViewTestInstance
210 …DST_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewTestInstance()
214 …DST_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewTestInstance()
465 invalidateAlloc(vk, vkDevice, *m_resultBufferAlloc); in checkResult()
466 …ixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize(), m_resultBufferAlloc->getHostPtr… in checkResult()
601 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::api::__anoncd4ba24f0111::BufferViewAllFormatsTestInstance
662 …FER_BIT, m_context, memAlloc, m_resultBuffer, MemoryRequirement::HostVisible, m_resultBufferAlloc); in BufferViewAllFormatsTestInstance()
887 invalidateAlloc(vk, vkDevice, *m_resultBufferAlloc); in checkResult()
888 deMemcpy(results, m_resultBufferAlloc->getHostPtr(), sizeof(tcu::UVec4[4])); in checkResult()
923 invalidateAlloc(vk, vkDevice, *m_resultBufferAlloc); in checkResultFloat()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp151 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::pipeline::__anone9cf04dc0111::InterfaceMatchingTestInstance
351m_resultBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_resultBuffer), M… in iterate()
352 …HECK(vk.bindBufferMemory(device, *m_resultBuffer, m_resultBufferAlloc->getMemory(), m_resultBuffer… in iterate()
387 invalidateAlloc(vk, device, *m_resultBufferAlloc); in iterate()
391 const unsigned char* bufferPtr = static_cast<unsigned char*>(m_resultBufferAlloc->getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp151 de::MovePtr<Allocation> m_resultBufferAlloc; member in vkt::pipeline::__anonf93f665c0111::InterfaceMatchingTestInstance
351m_resultBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_resultBuffer), M… in iterate()
352 …HECK(vk.bindBufferMemory(device, *m_resultBuffer, m_resultBufferAlloc->getMemory(), m_resultBuffer… in iterate()
387 invalidateAlloc(vk, device, *m_resultBufferAlloc); in iterate()
391 const unsigned char* bufferPtr = static_cast<unsigned char*>(m_resultBufferAlloc->getHostPtr()); in iterate()