Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp191 deMemset(m_indirectBuffer->getBoundMemory().getHostPtr(), 0, indirectBufferSize); in DrawTest()
192 …vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBo… in DrawTest()
201 deUint32* indices = static_cast<deUint32*>(m_indexBuffer->getBoundMemory().getHostPtr()); in DrawTest()
211 …ge(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory().getMemory(), m_indexBuffer->getBou… in DrawTest()
224 deMemcpy(m_indirectBuffer->getBoundMemory().getHostPtr(), pCmdData, dataSize); in setIndirectCommand()
225 …vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBo… in setIndirectCommand()
DvktDrawIndirectTest.cpp262 deUint32* indices = reinterpret_cast<deUint32*>(m_indexBuffer->getBoundMemory().getHostPtr()); in IndirectDraw()
267 vk::flushAlloc(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory()); in IndirectDraw()
465 deUint8* ptr = reinterpret_cast<deUint8*>(m_indirectBuffer->getBoundMemory().getHostPtr()); in iterate()
470 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in iterate()
482 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in iterate()
489 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectCountBuffer->getBoundMemory()); in iterate()
780 deUint8* ptr = reinterpret_cast<deUint8*>(m_indirectBuffer->getBoundMemory().getHostPtr()); in iterate()
785 vk::flushAlloc(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory()); in iterate()
797 …deUint8* countBufferPtr = reinterpret_cast<deUint8*>(m_indirectCountBuffer->getBoundMemory().getHo… in iterate()
804 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()
DvktDrawShaderViewportIndexTests.cpp709 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &m_vertices[0], static_cast<std::size_t>(v… in Renderer()
710 flushAlloc(vk, device, m_vertexBuffer->getBoundMemory()); in Renderer()
821 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader()
840 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader()
878 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader()
897 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader()
DvktDrawShaderLayerTests.cpp791 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &m_vertices[0], static_cast<std::size_t>(v… in Renderer()
792 flushAlloc(vk, device, m_vertexBuffer->getBoundMemory()); in Renderer()
923 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader()
942 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader()
985 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader()
1004 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()
DvktDrawImageObjectUtil.cpp357 const vk::Allocation& bufAllocation = stagingResource->getBoundMemory(); in readUsingBuffer()
360 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in readUsingBuffer()
396 const deUint8* srcPtr = reinterpret_cast<const deUint8*>(getBoundMemory().getHostPtr()); in readLinear()
445 const vk::Allocation& imgAllocation = stagingResource->getBoundMemory(); in copyToLinearImage()
649 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in uploadUsingBuffer()
651 vk::flushAlloc(m_vk, m_device, stagingResource->getBoundMemory()); in uploadUsingBuffer()
720 deUint8* destPtr = reinterpret_cast<deUint8*>(getBoundMemory().getHostPtr()); in uploadLinear()
DvktDrawInvertedDepthRangesTests.cpp114 …deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &vertexData[0], static_cast<std::size_t>(d… in InvertedDepthRangesTestInstance()
115 …MappedMemoryRange(vk, device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBou… in InvertedDepthRangesTestInstance()
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
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.hpp231 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() function in vkt::Draw::Image
DvktDrawInstancedTests.cpp144 deUint8* ptr = reinterpret_cast<deUint8*>(buffer->getBoundMemory().getHostPtr()); in createAndUploadBuffer()
148 vk::flushAlloc(vk, context.getDevice(), buffer->getBoundMemory()); in createAndUploadBuffer()
DvktBasicDrawTests.cpp416 deUint8* ptr = reinterpret_cast<deUint8*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize()
419 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalRenderingTestUtil.cpp58 deUint8* conditionBufferPtr = reinterpret_cast<deUint8*>(buffer->getBoundMemory().getHostPtr()); in createConditionalRenderingBuffer()
63 buffer->getBoundMemory().getMemory(), in createConditionalRenderingBuffer()
64 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.cpp312 …fferDataPointer = static_cast<char*>(m_conditionalRenderingBuffer->getBoundMemory().getHostPtr()… in createInitBufferWithPredicate()
315 …_device, m_conditionalRenderingBuffer->getBoundMemory().getMemory(), m_conditionalRenderingBuffer-… in createInitBufferWithPredicate()
584 void * vertexBufferDataPointer = m_vertexBuffer->getBoundMemory().getHostPtr(); in createVertexBuffer()
587 …dMemoryRange(m_vkd, m_device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBou… in createVertexBuffer()
782 …ORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()… in iterate()
951 …ORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()… in iterate()
1230 …ORMAT_R8G8B8A8_UNORM), tcu::IVec3(WIDTH, HEIGHT, 1), m_resultBuffer->getBoundMemory().getHostPtr()… in iterate()
1237 …_device, m_conditionalRenderingBuffer->getBoundMemory().getMemory(), m_conditionalRenderingBuffer-… 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()
665 deUint8* ptr = reinterpret_cast<unsigned char *>(stageBuffer->getBoundMemory().getHostPtr()); in iterate()
668 vk::flushAlloc(m_vk, device, stageBuffer->getBoundMemory()); in iterate()
DvktDynamicStateRSTests.cpp251 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize()
254 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp235 tcu::Vec4 *ptr = reinterpret_cast<tcu::Vec4*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in setVertices()
238 vk::flushAlloc(vk, device, m_vertexBuffer->getBoundMemory()); in setVertices()
870 const vk::Allocation& allocation = m_queryPoolResultsBuffer->getBoundMemory(); in captureResults()
DvktQueryPoolStatisticsTests.cpp172 const Allocation& allocation = buffer->getBoundMemory(); in clearBuffer()
353 const Allocation& bufferAllocation = buffer->getBoundMemory(); in executeTest()
511 const Allocation& bufferAllocation = buffer->getBoundMemory(); in checkResult()
737 deUint8* ptr = reinterpret_cast<deUint8*>(vertexBuffer->getBoundMemory().getHostPtr()); in creatAndFillVertexBuffer()
740 …ushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoun… in creatAndFillVertexBuffer()