Searched refs:m_outputBuffer (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp419 de::MovePtr<Buffer> m_outputBuffer; member in class:vkt::image::__anon3813::BinaryAtomicInstanceBase
504 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(outBuffSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible));
564 m_outputBuffer->get(),
574 Allocation& outputBufferAllocation = m_outputBuffer->getAllocation();
653 deviceInterface.cmdCopyImageToBuffer(cmdBuffer, m_resultImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &bufferImageCopyParams);
848 deviceInterface.cmdCopyImageToBuffer(cmdBuffer, m_intermResultsImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &bufferImageCopyParams);
/external/deqp/modules/egl/
H A DteglRobustnessTests.cpp693 glw::GLuint m_outputBuffer; member in class:deqp::egl::__anon4255::InfiniteLoop
700 , m_outputBuffer (0)
827 m_outputBuffer = 0;
828 GLU_CHECK_GLW_CALL(m_gl, genBuffers(1, &m_outputBuffer));
829 GLU_CHECK_GLW_CALL(m_gl, bindBuffer(GL_SHADER_STORAGE_BUFFER, m_outputBuffer));
831 GLU_CHECK_GLW_CALL(m_gl, bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, m_outputBuffer));
887 if (m_outputBuffer)
889 GLU_CHECK_GLW_CALL(m_gl, deleteBuffers(1, &m_outputBuffer));
890 m_outputBuffer = 0;
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp831 deUint32 getOutputBuffer (void) const { return *m_outputBuffer; }
863 glu::Buffer m_outputBuffer; member in class:deqp::gls::ShaderExecUtil::BufferIoExecutor
873 , m_outputBuffer (renderCtx)
894 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, *m_outputBuffer);
1061 const deUint32 buffer = *m_outputBuffer;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1576 VkBuffer getOutputBuffer (void) const { return *m_outputBuffer; }
1588 Move<VkBuffer> m_outputBuffer; member in class:vkt::shaderexecutor::__anon3883::BufferIoExecutor
1884 m_outputBuffer = createBuffer(vk, vkDevice, &outputBufferParams);
1885 m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), MemoryRequirement::HostVisible);
1887 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc->getOffset()));
2108 *m_outputBuffer, // VkBuffer buffer;
2406 *m_outputBuffer, // VkBuffer buffer;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp3189 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator,
3193 const Allocation& alloc = m_outputBuffer->getAllocation();
3208 const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer->get(), 0ull, dataSizeBytes);
3271 const VkBufferMemoryBarrier barrier = makeBufferMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, **m_outputBuffer, 0u, m_resource.getBuffer().size);
3290 return getHostBufferData(m_context, *m_outputBuffer, m_resource.getBuffer().size);
3296 de::MovePtr<Buffer> m_outputBuffer; member in class:vkt::synchronization::__anon3963::VertexInput::Implementation
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp8062 , m_outputBuffer (getBuffer(to, number))
8092 BufferSp m_outputBuffer; member in struct:vkt::SpirVAssembly::ConvertCase
8196 spec.outputs.push_back(test->m_outputBuffer);
8234 spec.outputs.push_back(test->m_outputBuffer);

Completed in 257 milliseconds