/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 161 VkBufferSp m_outputBuffer; member in vkt::renderpass::__anon649b053b0111::InputAttachmentSparseFillingTestInstance 371 …m_outputBuffer = safeSharedPtr(new Unique<VkBuffer>(createBuffer(vk, vkDevice, &outputBufferPara… in InputAttachmentSparseFillingTestInstance() 372 …redPtr(memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, **m_outputBuffer), MemoryRequir… in InputAttachmentSparseFillingTestInstance() 373 …VK_CHECK(vk.bindBufferMemory(vkDevice, **m_outputBuffer, m_outputBufferMemory->getMemory(), m_outp… in InputAttachmentSparseFillingTestInstance() 659 …copyImageToBuffer(vk, *m_cmdBuffer, **m_outputImage, **m_outputBuffer, tcu::IVec2(m_renderSize.x()… in createCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 941 de::MovePtr<Buffer> m_outputBuffer; member in vkt::image::__anonc92c14710111::BinaryAtomicInstanceBase 1011 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, in iterate() 1124 m_outputBuffer->get(), in iterate() 1140 Allocation& outputBufferAllocation = m_outputBuffer->getAllocation(); in iterate() 1376 m_outputBuffer = m_inputBuffer; in commandsAfterCompute() 1396 …dBuffer, m_resultImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute() 1402 …const VkDescriptorBufferInfo descResultBufferInfo = makeDescriptorBufferInfo(m_outputBuffer->get()… in commandsAfterCompute() 1652 …m_descIntermResultsBufferView = makeBufferView(deviceInterface, device, *(*m_outputBuffer), mapTex… in prepareDescriptors() 1717 …, m_intermResultsImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute() 1723 …const VkDescriptorBufferInfo descResultBufferInfo = makeDescriptorBufferInfo(m_outputBuffer->get()… in commandsAfterCompute()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 710 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon18f959e80111::PushDescriptorBufferComputeTestInstance 844 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init() 845 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init() 846 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init() 903 *m_outputBuffer, // VkBuffer buffer; in init() 1912 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon18f959e80111::PushDescriptorImageComputeTestInstance 2254 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init() 2255 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init() 2256 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init() 2372 *m_outputBuffer, // VkBuffer buffer; in init() [all …]
|
D | vktPipelineDynamicOffsetTests.cpp | 854 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon367fa2d50111::DynamicOffsetComputeTestInstance 1018 m_outputBuffer = createBuffer(vk, vkDevice, &bufferCreateInfo); in init() 1019 …loc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), MemoryRequir… in init() 1020 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_output… in init() 1108 *m_outputBuffer, // VkBuffer buffer; in init() 1209 *m_outputBuffer, // VkBuffer buffer; in init()
|
/external/deqp/modules/egl/ |
D | teglRobustnessTests.cpp | 700 glw::GLuint m_outputBuffer; member in deqp::egl::__anone786aa280111::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/ |
D | glcPackedPixelsTests.cpp | 869 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/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1560 VkBuffer getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer() 1572 Move<VkBuffer> m_outputBuffer; member in vkt::shaderexecutor::__anonabf4a9d60111::BufferIoExecutor 1917 m_outputBuffer = createBuffer(vk, vkDevice, &outputBufferParams); in initBuffers() 1918 …m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), Memo… in initBuffers() 1920 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc-… in initBuffers() 2768 *m_outputBuffer, // VkBuffer buffer; in execute() 2811 *m_outputBuffer, // VkBuffer buffer; in execute() 3067 *m_outputBuffer, // VkBuffer buffer; in renderTess() 3188 *m_outputBuffer, // VkBuffer buffer; in renderTess()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 832 deUint32 getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer() 864 glu::Buffer m_outputBuffer; member in deqp::gls::ShaderExecUtil::BufferIoExecutor 874 , m_outputBuffer (renderCtx) in BufferIoExecutor() 895 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, *m_outputBuffer); in resizeOutputBuffer() 1062 const deUint32 buffer = *m_outputBuffer; in readOutputBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 4886 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, in Implementation() 4889 const Allocation& alloc = m_outputBuffer->getAllocation(); in Implementation() 4917 …const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer-… in Implementation() 5001 **m_outputBuffer, // VkBuffer buffer in recordCommands() 5045 return getHostBufferData(m_context, *m_outputBuffer, m_resource.getBuffer().size); in getData() 5050 setHostBufferData(m_context, *m_outputBuffer, data); in setData() 5058 de::MovePtr<Buffer> m_outputBuffer; member in vkt::synchronization::__anona27adcff0111::VertexInput::Implementation
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 10468 m_outputBuffer = getBuffer(to, outputNumber, m_elements); in ConvertCase() 10470 m_outputBuffer = getBuffer(to, number, m_elements); in ConvertCase() 10578 BufferSp m_outputBuffer; member 11070 spec.outputs.push_back (test->m_outputBuffer); in createConvertComputeTests() 11099 resources.outputs.push_back (Resource(test->m_outputBuffer, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in createConvertGraphicsTests()
|