Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp419 de::MovePtr<Buffer> m_outputBuffer; member in vkt::image::__anona3b8e84a0111::BinaryAtomicInstanceBase
504m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCrea… in iterate()
564 m_outputBuffer->get(), in iterate()
574 Allocation& outputBufferAllocation = m_outputBuffer->getAllocation(); in iterate()
653 …dBuffer, m_resultImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
848 …, m_intermResultsImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
/external/deqp/modules/egl/
DteglRobustnessTests.cpp693 glw::GLuint m_outputBuffer; member in deqp::egl::__anon80c5ce610111::InfiniteLoop
700 , m_outputBuffer (0) in InfiniteLoop()
827 m_outputBuffer = 0; in setup()
828 GLU_CHECK_GLW_CALL(m_gl, genBuffers(1, &m_outputBuffer)); in setup()
829 GLU_CHECK_GLW_CALL(m_gl, bindBuffer(GL_SHADER_STORAGE_BUFFER, m_outputBuffer)); in setup()
831 GLU_CHECK_GLW_CALL(m_gl, bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, m_outputBuffer)); in setup()
887 if (m_outputBuffer) in teardown()
889 GLU_CHECK_GLW_CALL(m_gl, deleteBuffers(1, &m_outputBuffer)); in teardown()
890 m_outputBuffer = 0; in teardown()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1576 VkBuffer getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer()
1588 Move<VkBuffer> m_outputBuffer; member in vkt::shaderexecutor::__anon9d58b36f0111::BufferIoExecutor
1884 m_outputBuffer = createBuffer(vk, vkDevice, &outputBufferParams); in initBuffers()
1885 …m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), Memo… in initBuffers()
1887 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc-… in initBuffers()
2108 *m_outputBuffer, // VkBuffer buffer; in execute()
2406 *m_outputBuffer, // VkBuffer buffer; in renderTess()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp831 deUint32 getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer()
863 glu::Buffer m_outputBuffer; member in deqp::gls::ShaderExecUtil::BufferIoExecutor
873 , m_outputBuffer (renderCtx) in BufferIoExecutor()
894 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, *m_outputBuffer); in resizeOutputBuffer()
1061 const deUint32 buffer = *m_outputBuffer; in readOutputBuffer()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3189 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, in Implementation()
3193 const Allocation& alloc = m_outputBuffer->getAllocation(); in Implementation()
3208 …const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer-… in Implementation()
3271 …MemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, **m_outputBuffer, 0u, m_resourc… in recordCommands()
3290 return getHostBufferData(m_context, *m_outputBuffer, m_resource.getBuffer().size); in getData()
3296 de::MovePtr<Buffer> m_outputBuffer; member in vkt::synchronization::__anon3d1a14f80111::VertexInput::Implementation
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp8062 , m_outputBuffer (getBuffer(to, number)) in ConvertCase()
8092 BufferSp m_outputBuffer; member
8196 spec.outputs.push_back(test->m_outputBuffer); in createSConvertTests()
8234 spec.outputs.push_back(test->m_outputBuffer); in createUConvertTests()