/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingTraceRaysTests.cpp | 460 …deMemcpy(uniformBuffer->getAllocation().getHostPtr(), &m_data.traceDimensions, sizeof(VkTraceRaysI… in runTest() 461 …shMappedMemoryRange(vkd, device, uniformBuffer->getAllocation().getMemory(), uniformBuffer->getAll… in runTest() 465 …deMemcpy(indirectBuffer->getAllocation().getHostPtr(), &m_data.traceDimensions, sizeof(VkTraceRays… in runTest() 466 …MappedMemoryRange(vkd, device, indirectBuffer->getAllocation().getMemory(), indirectBuffer->getAll… in runTest() 563 …ateMappedMemoryRange(vkd, device, resultBuffer->getAllocation().getMemory(), resultBuffer->getAllo… in runTest() 572 const deUint32* bufferPtr = (deUint32*)buffer->getAllocation().getHostPtr(); in iterate()
|
D | vktRayTracingShaderBindingTableTests.cpp | 309 deMemcpy(uniformBuffer->getAllocation().getHostPtr(), &uniformValue, sizeof(tcu::UVec4)); in initUniformBuffer() 310 …shMappedMemoryRange(vkd, device, uniformBuffer->getAllocation().getMemory(), uniformBuffer->getAll… in initUniformBuffer() 466 …deUint8* hitAddressBegin = (deUint8*)hitShaderBindingTable->getAllocation().getHostPtr() + shaderB… in initShaderBindingTables() 475 …ryRange(vkd, device, hitShaderBindingTable->getAllocation().getMemory(), hitShaderBindingTable->ge… in initShaderBindingTables() 498 …deUint8* missAddressBegin = (deUint8*)missShaderBindingTable->getAllocation().getHostPtr() + shade… in initShaderBindingTables() 507 …Range(vkd, device, missShaderBindingTable->getAllocation().getMemory(), missShaderBindingTable->ge… in initShaderBindingTables() 531 …deUint8* callAddressBegin = (deUint8*)callableShaderBindingTable->getAllocation().getHostPtr() + s… in initShaderBindingTables() 539 …vkd, device, callableShaderBindingTable->getAllocation().getMemory(), callableShaderBindingTable->… in initShaderBindingTables() 552 …ss(imageFormat, testParams.width, testParams.height, 1, resultBuffer->getAllocation().getHostPtr()… in verifyImage() 973 …ateMappedMemoryRange(vkd, device, resultBuffer->getAllocation().getMemory(), resultBuffer->getAllo… in runTest()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTestsUtil.hpp | 51 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::compute::Buffer 72 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::compute::Image
|
D | vktComputeBasicComputeShaderTests.cpp | 263 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() 434 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() 607 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() 733 const Allocation& stagingBufferAllocation = stagingBuffer.getAllocation(); in iterate() 807 const Allocation& outputBufferAllocation = outputBuffer.getAllocation(); in iterate() 811 const deUint32* refBufferPtr = static_cast<deUint32*>(stagingBuffer.getAllocation().getHostPtr()); in iterate() 928 const Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() 1007 const Allocation& outputBufferAllocation = outputBuffer.getAllocation(); in iterate() 1011 const deUint32* refBufferPtr = static_cast<deUint32*>(inputBuffer.getAllocation().getHostPtr()); in iterate() 1205 const Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() [all …]
|
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 78 deUint32* ptr = (deUint32*)buffer->getAllocation().getHostPtr(); 118 flushAlloc(vk, device, buffer->getAllocation()); 166 invalidateAlloc(vk, device, buffer->getAllocation()); 1247 ptrs[i] = (deUint32*)buffers[i]->getAllocation().getHostPtr(); in iterate() 1298 flushAlloc(vk, device, buffers[i]->getAllocation()); in iterate() 1352 invalidateAlloc(vk, device, buffers[0]->getAllocation()); in iterate() 1365 flushAlloc(vk, device, buffers[0]->getAllocation()); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.hpp | 48 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::pipeline::Buffer 69 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::pipeline::Image
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 397 const Allocation& vertexBufferAllocation = vertexBuffer->getAllocation(); in iterate() 476 const Allocation& vertexAllocPerSampleFetchPass = vertexBufferPerSampleFetchPass->getAllocation(); in iterate() 533 …deMemcpy(bufferSampleID->getAllocation().getHostPtr(), sampleIDs, static_cast<deUint32>(uboOffsetA… in iterate() 535 flushAlloc(deviceInterface, device, bufferSampleID->getAllocation()); in iterate() 755 const Allocation& bufferRSAlloc = bufferRS->getAllocation(); in iterate() 778 const Allocation& bufferAlloc = buffersPerSample[sampleNdx]->getAllocation(); in iterate()
|
D | vktPipelineNoPositionTests.cpp | 454 auto& vertexBufferAlloc = vertexBuffer.getAllocation(); in iterate() 570 auto& ssboBufferAlloc = ssboBuffer->getAllocation(); in iterate() 645 auto& verificationBufferAlloc = verificationBuffer.getAllocation(); in iterate() 679 auto& ssboAlloc = ssboBuffer->getAllocation(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemShaderTimeoutTests.cpp | 176 const Allocation& storageBufferAllocation = storageBuffer.getAllocation(); in iterate() 186 const Allocation& uniformBufferAllocation = uniformBuffer.getAllocation(); in iterate() 242 const Allocation& storageAllocation = storageBuffer.getAllocation(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 194 const vk::Allocation& alloc = outputBuffer.getAllocation(); in iterate() 237 …deUint8* indirectBufferPtr = reinterpret_cast<deUint8*>(indirectBuffer.getAllocation().getHostPtr(… in iterate() 240 vk::flushAlloc(vk, device, indirectBuffer.getAllocation()); in iterate() 345 const vk::Allocation& outputBufferAllocation = outputBuffer.getAllocation(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 626 Allocation& getAllocation() const in getAllocation() function 2627 const Allocation& alloc = inputBuffers[i]->getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2701 const Allocation& alloc = vertexBuffer.getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2757 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2862 const Allocation& alloc = inputBuffers[i]->getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() 2930 const Allocation& alloc = vertexBuffer.getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() 2958 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() 2992 const Allocation& allocResult = imageBufferResult.getAllocation(); in makeGeometryFrameBufferTestRequiredSubgroupSize() 3133 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); in allStagesRequiredSubgroupSize() 3238 const Allocation& alloc = inputBuffers[ndx]->getAllocation(); in allStagesRequiredSubgroupSize() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageWithMemory.hpp | 52 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::ImageWithMemory
|
D | vkBufferWithMemory.hpp | 53 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::BufferWithMemory
|
D | vkRayTracingUtil.cpp | 559 return makeDeviceOrHostAddressKHR(m_buffer->getAllocation().getHostPtr()); in getAddress() 568 return makeDeviceOrHostAddressConstKHR(m_buffer->getAllocation().getHostPtr()); in getAddressConst() 579 const deUint8* startPtr = static_cast<deUint8*>(m_buffer->getAllocation().getHostPtr()); in getDeserializedSize() 715 const Allocation& geometryAlloc = vertexBuffer->getAllocation(); in updateVertexBuffer() 756 const Allocation& indexAlloc = indexBuffer->getAllocation(); in updateIndexBuffer() 1524 const Allocation& instancesAlloc = instanceBuffer->getAllocation(); in updateInstanceBuffer() 2085 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances() 2096 …Range(vk, device, m_instanceAddressBuffer->getAllocation().getMemory(), m_instanceAddressBuffer->g… in prepareInstances() 2112 …deUint8* bufferStart = static_cast<deUint8*>(m_instanceAddressBuffer->getAllocation().getHo… in prepareInstances() 2117 …currentInstance.hostAddress = (deUint8*)m_instanceBuffer->getAllocation().getHostPtr() + instanceN… in prepareInstances() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 116 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() 177 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate()
|
D | vktGeometryTestsUtil.hpp | 71 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::geometry::Buffer 99 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::geometry::Image
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateBasic.cpp | 807 deUint32 *abuf = (deUint32 *)atomicBuffer->getAllocation().getHostPtr(); in iterate() 816 float *vbuf = (float *)vertexBuffer->getAllocation().getHostPtr(); in iterate() 821 flushAlloc(vk, device, vertexBuffer->getAllocation()); in iterate() 849 fillPtr = (deUint8 *)srFillBuffer->getAllocation().getHostPtr(); in iterate() 1336 flushAlloc(vk, device, atomicBuffer->getAllocation()); in iterate() 1952 flushAlloc(vk, device, srFillBuffer->getAllocation()); in iterate() 2067 deUint32 *colorptr = (deUint32 *)colorOutputBuffer->getAllocation().getHostPtr(); in iterate() 2068 invalidateAlloc(vk, device, colorOutputBuffer->getAllocation()); in iterate() 2070 invalidateAlloc(vk, device, atomicBuffer->getAllocation()); in iterate() 2077 depthptr = (float *)depthOutputBuffer->getAllocation().getHostPtr(); in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryProceduralGeometryTests.cpp | 198 auto referenceAllocation = referenceBuffer->getAllocation(); in iterate() 201 auto resultAllocation = resultBuffer->getAllocation(); in iterate() 228 auto& bufferAlloc = buffer->getAllocation(); in clearBuffer()
|
D | vktRayQueryMiscTests.cpp | 207 auto& inputBufferAlloc = inputBuffer.getAllocation(); in iterate() 217 auto& outputBufferAlloc = outputBuffer.getAllocation(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationPrimitiveDiscardTests.cpp | 416 const Allocation& alloc = vertexBuffer.getAllocation(); in test() 429 const Allocation& alloc = resultBuffer.getAllocation(); in test() 541 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in test() 551 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test()
|
D | vktTessellationMiscDrawTests.cpp | 155 const Allocation& alloc = vertexBuffer.getAllocation(); in runTest() 231 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in runTest() 282 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in runTest()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemImageValidator.cpp | 150 deMemcpy(refUniform->getAllocation().getHostPtr(), &refData, refUniformSize); in validateImage() 151 flushAlloc(vk, device, refUniform->getAllocation()); in validateImage()
|
D | vktProtectedMemBufferValidator.hpp | 201 deMemcpy(refUniform->getAllocation().getHostPtr(), getReferenceDataSrc(), refDataSize); in validateBuffer() 202 flushAlloc(vk, device, refUniform->getAllocation()); in validateBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 101 auto& bufferAlloc = m_vertexBuffer->getAllocation(); in BindVertexBuffersData() 324 const auto bufferOffset = vertexBuffer->getAllocation().getOffset(); in bindVertexBuffers() 629 auto& alloc = buffer.getAllocation(); in fillBuffer() 702 auto& dstBufferAlloc = dstBuffer.getAllocation(); in iterateTransfer() 793 auto& outputBufferAlloc = outputBuffer.getAllocation(); in iterateCompute()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDescriptorSetTests.cpp | 380 deUint32 *bufferPtr = (deUint32 *)buffer->getAllocation().getHostPtr(); in descriptorSetLayoutBindingOrderingTest() 582 flushAlloc(vk, device, buffer->getAllocation()); in descriptorSetLayoutBindingOrderingTest() 589 const Allocation& bufferAllocationResult = resultBuffer->getAllocation(); in descriptorSetLayoutBindingOrderingTest()
|