Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp431 de::MovePtr<Buffer> m_outputBuffer; member in vkt::image::__anon0d914c530111::BinaryAtomicInstanceBase
526m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCrea… in iterate()
558 m_outputBuffer->get(), in iterate()
568 Allocation& outputBufferAllocation = m_outputBuffer->getAllocation(); in iterate()
647 …dBuffer, m_resultImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
856 …, m_intermResultsImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp697 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferComputeTestInstance
830 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init()
831 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init()
832 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init()
889 *m_outputBuffer, // VkBuffer buffer; in init()
1892 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageComputeTestInstance
2230 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init()
2231 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init()
2232 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init()
2348 *m_outputBuffer, // VkBuffer buffer; in init()
[all …]
DvktPipelineDynamicOffsetTests.cpp731 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetComputeTestInstance
859 m_outputBuffer = createBuffer(vk, vkDevice, &bufferCreateInfo); in init()
860 …m_outputBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer)… in init()
861 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_output… in init()
918 *m_outputBuffer, // VkBuffer buffer; in init()
/external/deqp/modules/egl/
DteglRobustnessTests.cpp700 glw::GLuint m_outputBuffer; member in deqp::egl::__anon78dce4ca0111::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/openglcts/modules/common/
DglcPackedPixelsTests.cpp869 std::vector<GLbyte> m_outputBuffer; member in glcts::RectangleTest
2097 if (m_outputBuffer.empty()) in readPixelsInner()
2130 if (!compare(&m_gradient[0], &m_outputBuffer[0], outputFormat, outputType, isCopy)) in readPixelsInner()
2196 m_outputBuffer.resize(static_cast<std::size_t>(bufferSize)); in readOutputData()
2197 std::fill(m_outputBuffer.begin(), m_outputBuffer.end(), defaultFillValue); in readOutputData()
2204 gl.bufferData(GL_PIXEL_PACK_BUFFER, bufferSize, &m_outputBuffer[0], GL_STATIC_READ); in readOutputData()
2211 …Image(m_textureTarget, 0, outputFormat.format, outputType.type, m_usePBO ? 0 : &m_outputBuffer[0]); in readOutputData()
2223 m_usePBO ? 0 : &m_outputBuffer[0]); in readOutputData()
2238 std::memcpy(&m_outputBuffer[0], mappedData, bufferSize); in readOutputData()
2247 swapBytes(outputType.size, m_outputBuffer); in readOutputData()
[all …]
/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/shaderexecutor/
DvktShaderExecutor.cpp1534 VkBuffer getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer()
1546 Move<VkBuffer> m_outputBuffer; member in vkt::shaderexecutor::__anon848681380111::BufferIoExecutor
1878 m_outputBuffer = createBuffer(vk, vkDevice, &outputBufferParams); in initBuffers()
1879 …m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), Memo… in initBuffers()
1881 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc-… in initBuffers()
2444 *m_outputBuffer, // VkBuffer buffer; in execute()
2722 *m_outputBuffer, // VkBuffer buffer; in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3130 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, in Implementation()
3134 const Allocation& alloc = m_outputBuffer->getAllocation(); in Implementation()
3149 …const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer-… in Implementation()
3213 …MemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, **m_outputBuffer, 0u, m_resourc… in recordCommands()
3231 return getHostBufferData(m_context, *m_outputBuffer, m_resource.getBuffer().size); in getData()
3237 de::MovePtr<Buffer> m_outputBuffer; member in vkt::synchronization::__anon7f0213210111::VertexInput::Implementation
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp9160 m_outputBuffer = getBuffer(to, outputNumber); in ConvertCase()
9162 m_outputBuffer = getBuffer(to, number); in ConvertCase()
9241 BufferSp m_outputBuffer; member
9643 spec.outputs.push_back (test->m_outputBuffer); in createConvertComputeTests()
9672 resources.outputs.push_back (Resource(test->m_outputBuffer, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in createConvertGraphicsTests()