/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 191 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()
|
D | vktDrawIndirectTest.cpp | 262 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()
|
D | vktDrawIndexedTest.cpp | 150 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()
|
D | vktDrawShaderViewportIndexTests.cpp | 709 …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()
|
D | vktDrawShaderLayerTests.cpp | 791 …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()
|
D | vktDrawDifferingInterpolationTests.cpp | 247 deUint8* ptr = reinterpret_cast<deUint8*>(vertexBuffer->getBoundMemory().getHostPtr()); in iterate() 250 …ushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoun… in iterate()
|
D | vktDrawImageObjectUtil.cpp | 357 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()
|
D | vktDrawInvertedDepthRangesTests.cpp | 114 …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()
|
D | vktDrawBaseClass.cpp | 136 deUint8* ptr = reinterpret_cast<deUint8*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize() 139 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
|
D | vktDrawBufferObjectUtil.hpp | 54 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() function in vkt::Draw::Buffer
|
D | vktDrawNegativeViewportHeightTests.cpp | 115 …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()
|
D | vktDrawImageObjectUtil.hpp | 231 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() function in vkt::Draw::Image
|
D | vktDrawInstancedTests.cpp | 144 deUint8* ptr = reinterpret_cast<deUint8*>(buffer->getBoundMemory().getHostPtr()); in createAndUploadBuffer() 148 vk::flushAlloc(vk, context.getDevice(), buffer->getBoundMemory()); in createAndUploadBuffer()
|
D | vktBasicDrawTests.cpp | 416 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/ |
D | vktConditionalRenderingTestUtil.cpp | 58 deUint8* conditionBufferPtr = reinterpret_cast<deUint8*>(buffer->getBoundMemory().getHostPtr()); in createConditionalRenderingBuffer() 63 buffer->getBoundMemory().getMemory(), in createConditionalRenderingBuffer() 64 buffer->getBoundMemory().getOffset(), in createConditionalRenderingBuffer()
|
D | vktConditionalDrawTests.cpp | 166 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()
|
D | vktConditionalDrawAndClearTests.cpp | 312 …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/ |
D | vktDynamicStateBaseClass.cpp | 98 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize() 101 vk::flushAlloc(m_vk, device, m_vertexBuffer->getBoundMemory()); in initialize()
|
D | vktDynamicStateDSTests.cpp | 279 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()
|
D | vktDynamicStateRSTests.cpp | 251 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/ |
D | vktQueryPoolOcclusionTests.cpp | 235 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()
|
D | vktQueryPoolStatisticsTests.cpp | 172 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()
|