/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 419 de::MovePtr<Buffer> m_outputBuffer; member in vkt::image::__anoneaaf71890111::BinaryAtomicInstanceBase 504 …m_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/ |
D | teglRobustnessTests.cpp | 700 glw::GLuint m_outputBuffer; member in deqp::egl::__anon892b18400111::InfiniteLoop 707 , m_outputBuffer (0) in InfiniteLoop() 834 m_outputBuffer = 0; in setup() 835 GLU_CHECK_GLW_CALL(m_gl, genBuffers(1, &m_outputBuffer)); in setup() 836 GLU_CHECK_GLW_CALL(m_gl, bindBuffer(GL_SHADER_STORAGE_BUFFER, m_outputBuffer)); in setup() 838 GLU_CHECK_GLW_CALL(m_gl, bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, m_outputBuffer)); in setup() 894 if (m_outputBuffer) in teardown() 896 GLU_CHECK_GLW_CALL(m_gl, deleteBuffers(1, &m_outputBuffer)); in teardown() 897 m_outputBuffer = 0; in teardown()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1532 VkBuffer getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer() 1544 Move<VkBuffer> m_outputBuffer; member in vkt::shaderexecutor::__anond24de0ee0111::BufferIoExecutor 1840 m_outputBuffer = createBuffer(vk, vkDevice, &outputBufferParams); in initBuffers() 1841 …m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), Memo… in initBuffers() 1843 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc-… in initBuffers() 2037 *m_outputBuffer, // VkBuffer buffer; in execute() 2335 *m_outputBuffer, // VkBuffer buffer; in renderTess()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 831 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/ |
D | vktSynchronizationOperation.cpp | 3211 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, in Implementation() 3215 const Allocation& alloc = m_outputBuffer->getAllocation(); in Implementation() 3230 …const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer-… in Implementation() 3297 …MemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, **m_outputBuffer, 0u, m_resourc… in recordCommands() 3315 return getHostBufferData(m_context, *m_outputBuffer, m_resource.getBuffer().size); in getData() 3321 de::MovePtr<Buffer> m_outputBuffer; member in vkt::synchronization::__anon5f1475170111::VertexInput::Implementation
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5847 , m_outputBuffer (getBuffer(to, number)) in ConvertCase() 5877 BufferSp m_outputBuffer; member 5981 spec.outputs.push_back(test->m_outputBuffer); in createSConvertTests() 6019 spec.outputs.push_back(test->m_outputBuffer); in createUConvertTests()
|