Home
last modified time | relevance | path

Searched refs:getBoundMemory (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalRenderingTestUtil.cpp59 …onBufferPtr = reinterpret_cast<deUint8*>(buffer->getBoundMemory().getHostPtr()) + buffer->getBound… in createConditionalRenderingBuffer()
65 buffer->getBoundMemory().getMemory(), in createConditionalRenderingBuffer()
66 buffer->getBoundMemory().getOffset(), in createConditionalRenderingBuffer()
DvktConditionalDrawTests.cpp166 deUint8* indexBufferPtr = reinterpret_cast<deUint8*>(m_indexBuffer->getBoundMemory().getHostPtr()); in createAndBindIndexBuffer()
169 vk::flushAlloc(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory()); in createAndBindIndexBuffer()
211 deUint8* ptr = reinterpret_cast<deUint8*>(m_indirectBuffer->getBoundMemory().getHostPtr()); in createIndirectBuffer()
214 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in createIndirectBuffer()
255 deUint8* ptr = reinterpret_cast<deUint8*>(m_indirectBuffer->getBoundMemory().getHostPtr()); in createIndexedIndirectBuffer()
258 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in createIndexedIndirectBuffer()
270 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in createIndirectCountBuffer()
273 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectCountBuffer->getBoundMemory()); in createIndirectCountBuffer()
DvktConditionalDrawAndClearTests.cpp310 …fferDataPointer = static_cast<char*>(m_conditionalRenderingBuffer->getBoundMemory().getHostPtr()… in createInitBufferWithPredicate()
313 …_device, m_conditionalRenderingBuffer->getBoundMemory().getMemory(), m_conditionalRenderingBuffer-… in createInitBufferWithPredicate()
582 void * vertexBufferDataPointer = m_vertexBuffer->getBoundMemory().getHostPtr(); in createVertexBuffer()
585 …dMemoryRange(m_vkd, m_device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBou… in createVertexBuffer()
797 …dMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBou… in iterate()
799 …ORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()… in iterate()
983 …dMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBou… in iterate()
985 …ORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()… in iterate()
1283 …dMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBou… in iterate()
1285 …ORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp153 deMemset(m_indirectBuffer->getBoundMemory().getHostPtr(), 0, indirectBufferSize); in DrawTest()
154 …vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBo… in DrawTest()
163 deUint32* indices = static_cast<deUint32*>(m_indexBuffer->getBoundMemory().getHostPtr()); in DrawTest()
173 …ge(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory().getMemory(), m_indexBuffer->getBou… in DrawTest()
186 deMemcpy(m_indirectBuffer->getBoundMemory().getHostPtr(), pCmdData, dataSize); in setIndirectCommand()
187 …vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBo… in setIndirectCommand()
DvktDrawExplicitVertexParameterTests.cpp433 deUint8* ptr = reinterpret_cast<deUint8*>(vertexBuffer->getBoundMemory().getHostPtr()); in iterate()
436 …ushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoun… in iterate()
443 deUint8* ptr = reinterpret_cast<deUint8*>(ssboBuffer->getBoundMemory().getHostPtr()); in iterate()
446 …flushMappedMemoryRange(vk, device, ssboBuffer->getBoundMemory().getMemory(), ssboBuffer->getBoundM… in iterate()
550 const Allocation& resultAlloc = ssboBuffer->getBoundMemory(); in iterate()
DvktDrawIndirectTest.cpp268 deUint32* indices = reinterpret_cast<deUint32*>(m_indexBuffer->getBoundMemory().getHostPtr()); in IndirectDraw()
273 vk::flushAlloc(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory()); in IndirectDraw()
492 deUint8* ptr = reinterpret_cast<deUint8*>(m_indirectBuffer->getBoundMemory().getHostPtr()); in iterate()
497 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in iterate()
509 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in iterate()
517 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectCountBuffer->getBoundMemory()); in iterate()
837 deUint8* ptr = reinterpret_cast<deUint8*>(m_indirectBuffer->getBoundMemory().getHostPtr()); in iterate()
842 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in iterate()
854 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in iterate()
862 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectCountBuffer->getBoundMemory()); in iterate()
DvktDrawIndexedTest.cpp150 deUint8* ptr = reinterpret_cast<deUint8*>(m_indexBuffer->getBoundMemory().getHostPtr()); in iterate()
152 vk::flushAlloc(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory()); in iterate()
232 deUint8* ptr = reinterpret_cast<deUint8*>(m_indexBuffer->getBoundMemory().getHostPtr()); in iterate()
235 vk::flushAlloc(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory()); in iterate()
DvktDrawShaderLayerTests.cpp614 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &m_vertices[0], static_cast<std::size_t>(v… in Renderer()
615 flushAlloc(vk, device, m_vertexBuffer->getBoundMemory()); in Renderer()
739 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader()
758 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader()
799 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader()
818 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader()
DvktDrawShaderViewportIndexTests.cpp682 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &m_vertices[0], static_cast<std::size_t>(v… in Renderer()
683 flushAlloc(vk, device, m_vertexBuffer->getBoundMemory()); in Renderer()
822 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader()
841 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader()
883 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader()
902 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader()
DvktDrawDifferingInterpolationTests.cpp247 deUint8* ptr = reinterpret_cast<deUint8*>(vertexBuffer->getBoundMemory().getHostPtr()); in iterate()
250 …ushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoun… in iterate()
DvktDrawBaseClass.cpp136 deUint8* ptr = reinterpret_cast<deUint8*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize()
139 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
DvktDrawBufferObjectUtil.hpp54 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() function in vkt::Draw::Buffer
DvktDrawDepthClampTests.cpp232 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), testVertices, static_cast<std::size_t>(dat… in DepthClampTestInstance()
233 …MappedMemoryRange(vk, device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBou… in DepthClampTestInstance()
DvktDrawDiscardRectanglesTests.cpp519 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate()
535 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), m_vertices.data(), static_cast<std::size_t… in iterate()
536 flushAlloc(vk, device, m_vertexBuffer->getBoundMemory()); in iterate()
601 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate()
DvktDrawNegativeViewportHeightTests.cpp115 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &vertexData[0], static_cast<std::size_t>(d… in NegativeViewportHeightTestInstance()
116 …MappedMemoryRange(vk, device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBou… in NegativeViewportHeightTestInstance()
DvktDrawImageObjectUtil.cpp397 const vk::Allocation& bufAllocation = stagingResource->getBoundMemory(); in readUsingBuffer()
400 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in readUsingBuffer()
446 const deUint8* srcPtr = reinterpret_cast<const deUint8*>(getBoundMemory().getHostPtr()); in readLinear()
520 const vk::Allocation& imgAllocation = stagingResource->getBoundMemory(); in copyToLinearImage()
724 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in uploadUsingBuffer()
726 vk::flushAlloc(m_vk, m_device, stagingResource->getBoundMemory()); in uploadUsingBuffer()
795 deUint8* destPtr = reinterpret_cast<deUint8*>(getBoundMemory().getHostPtr()); in uploadLinear()
DvktDrawInvertedDepthRangesTests.cpp141 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), kVertices.data(), static_cast<size_t>(data… in InvertedDepthRangesTestInstance()
142 …MappedMemoryRange(vk, device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBou… in InvertedDepthRangesTestInstance()
DvktDrawMultipleClearsWithinRenderPass.cpp233 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), m_vertices, static_cast<std::size_t>(total… in MultipleClearsTest()
234 …MappedMemoryRange(vk, device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBou… in MultipleClearsTest()
DvktDrawMultipleInterpolationTests.cpp441 deUint8* ptr = reinterpret_cast<deUint8*>(vertexBuffer->getBoundMemory().getHostPtr()); in render()
446 vertexBuffer->getBoundMemory().getMemory(), in render()
447 vertexBuffer->getBoundMemory().getOffset(), in render()
DvktDrawAhbTests.cpp463 deUint8* ptr = reinterpret_cast<deUint8*>(vertexBuffer->getBoundMemory().getHostPtr()); in iterate()
466 flushAlloc(vk, device, vertexBuffer->getBoundMemory()); in iterate()
DvktDrawImageObjectUtil.hpp241 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() function in vkt::Draw::Image
DvktDrawScissorTests.cpp438 deUint8* ptr = reinterpret_cast<deUint8*>(vertexBuffer->getBoundMemory().getHostPtr()); in iterate()
441 …ushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoun… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp98 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize()
101 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
DvktDynamicStateDSTests.cpp279 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize()
282 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
652 deUint8* ptr = reinterpret_cast<unsigned char *>(stageBuffer->getBoundMemory().getHostPtr()); in iterate()
655 vk::flushAlloc(m_vk, device, stageBuffer->getBoundMemory()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp546 tcu::Vec4 *ptr = reinterpret_cast<tcu::Vec4*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initStateObjects()
549 flushAlloc(vkd, device, m_vertexBuffer->getBoundMemory()); in initStateObjects()
933 const Allocation& allocation = m_buffer->getBoundMemory(); in initStateObjects()

12