Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp162 VkBufferSp m_outputBuffer; member in vkt::renderpass::__anone2fa7ff20111::InputAttachmentSparseFillingTestInstance
372m_outputBuffer = safeSharedPtr(new Unique<VkBuffer>(createBuffer(vk, vkDevice, &outputBufferPara… in InputAttachmentSparseFillingTestInstance()
373 …redPtr(memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, **m_outputBuffer), MemoryRequir… in InputAttachmentSparseFillingTestInstance()
374 …VK_CHECK(vk.bindBufferMemory(vkDevice, **m_outputBuffer, m_outputBufferMemory->getMemory(), m_outp… in InputAttachmentSparseFillingTestInstance()
660 …copyImageToBuffer(vk, *m_cmdBuffer, **m_outputImage, **m_outputBuffer, tcu::IVec2(m_renderSize.x()… in createCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp162 VkBufferSp m_outputBuffer; member in vkt::renderpass::__anoncdfde1720111::InputAttachmentSparseFillingTestInstance
372m_outputBuffer = safeSharedPtr(new Unique<VkBuffer>(createBuffer(vk, vkDevice, &outputBufferPara… in InputAttachmentSparseFillingTestInstance()
373 …redPtr(memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, **m_outputBuffer), MemoryRequir… in InputAttachmentSparseFillingTestInstance()
374 …VK_CHECK(vk.bindBufferMemory(vkDevice, **m_outputBuffer, m_outputBufferMemory->getMemory(), m_outp… in InputAttachmentSparseFillingTestInstance()
660 …copyImageToBuffer(vk, *m_cmdBuffer, **m_outputImage, **m_outputBuffer, tcu::IVec2(m_renderSize.x()… in createCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp993 de::MovePtr<BufferWithMemory> m_outputBuffer; member in vkt::image::__anona3101ba80111::BinaryAtomicInstanceBase
1065 m_outputBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(deviceInterface, in iterate()
1178 m_outputBuffer->get(), in iterate()
1194 Allocation& outputBufferAllocation = m_outputBuffer->getAllocation(); in iterate()
1433 m_outputBuffer = m_inputBuffer; in commandsAfterCompute()
1453 …dBuffer, m_resultImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
1459 …const VkDescriptorBufferInfo descResultBufferInfo = makeDescriptorBufferInfo(m_outputBuffer->get()… in commandsAfterCompute()
1710 …m_descIntermResultsBufferView = makeBufferView(deviceInterface, device, *(*m_outputBuffer), mapTex… in prepareDescriptors()
1775 …, m_intermResultsImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
1781 …const VkDescriptorBufferInfo descResultBufferInfo = makeDescriptorBufferInfo(m_outputBuffer->get()… in commandsAfterCompute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAtomicOperationTests.cpp993 de::MovePtr<BufferWithMemory> m_outputBuffer; member in vkt::image::__anonb7293a280111::BinaryAtomicInstanceBase
1065 m_outputBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(deviceInterface, in iterate()
1178 m_outputBuffer->get(), in iterate()
1194 Allocation& outputBufferAllocation = m_outputBuffer->getAllocation(); in iterate()
1433 m_outputBuffer = m_inputBuffer; in commandsAfterCompute()
1453 …dBuffer, m_resultImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
1459 …const VkDescriptorBufferInfo descResultBufferInfo = makeDescriptorBufferInfo(m_outputBuffer->get()… in commandsAfterCompute()
1710 …m_descIntermResultsBufferView = makeBufferView(deviceInterface, device, *(*m_outputBuffer), mapTex… in prepareDescriptors()
1775 …, m_intermResultsImage->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, m_outputBuffer->get(), 1u, &b… in commandsAfterCompute()
1781 …const VkDescriptorBufferInfo descResultBufferInfo = makeDescriptorBufferInfo(m_outputBuffer->get()… in commandsAfterCompute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp734 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorBufferComputeTestInstance
868 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init()
869 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init()
870 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init()
927 *m_outputBuffer, // VkBuffer buffer; in init()
1947 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorImageComputeTestInstance
2289 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init()
2290 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init()
2291 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init()
2407 *m_outputBuffer, // VkBuffer buffer; in init()
[all …]
DvktPipelineDynamicOffsetTests.cpp900 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anone4f26d8c0111::DynamicOffsetComputeTestInstance
1064 m_outputBuffer = createBuffer(vk, vkDevice, &bufferCreateInfo); in init()
1065 …loc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), MemoryRequir… in init()
1066 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_output… in init()
1154 *m_outputBuffer, // VkBuffer buffer; in init()
1255 *m_outputBuffer, // VkBuffer buffer; in init()
DvktPipelineLibraryTests.cpp2113 BufferWithMemoryPtr m_outputBuffer; member in vkt::pipeline::__anonb424cb150111::PipelineLibraryShaderModuleInfoInstance
2142m_outputBuffer = BufferWithMemoryPtr(new BufferWithMemory(m_vkd, m_device, m_alloc, outputBufferCr… in prepareOutputBuffer()
2145 …const auto outputBufferDescInfo = makeDescriptorBufferInfo(m_outputBuffer->get(), 0ull, outputBuff… in prepareOutputBuffer()
2193 auto& allocation = m_outputBuffer->getAllocation(); in verifyOutputBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp734 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorBufferComputeTestInstance
868 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init()
869 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init()
870 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init()
927 *m_outputBuffer, // VkBuffer buffer; in init()
1947 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorImageComputeTestInstance
2289 m_outputBuffer = createBuffer(m_vkd, *m_device, &bufferCreateInfo); in init()
2290 … m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_outputBuffer), MemoryRequir… in init()
2291 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_ou… in init()
2407 *m_outputBuffer, // VkBuffer buffer; in init()
[all …]
DvktPipelineDynamicOffsetTests.cpp900 Move<VkBuffer> m_outputBuffer; member in vkt::pipeline::__anon8576cc0c0111::DynamicOffsetComputeTestInstance
1064 m_outputBuffer = createBuffer(vk, vkDevice, &bufferCreateInfo); in init()
1065 …loc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), MemoryRequir… in init()
1066 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_output… in init()
1154 *m_outputBuffer, // VkBuffer buffer; in init()
1255 *m_outputBuffer, // VkBuffer buffer; in init()
DvktPipelineLibraryTests.cpp2113 BufferWithMemoryPtr m_outputBuffer; member in vkt::pipeline::__anon3a6449950111::PipelineLibraryShaderModuleInfoInstance
2142m_outputBuffer = BufferWithMemoryPtr(new BufferWithMemory(m_vkd, m_device, m_alloc, outputBufferCr… in prepareOutputBuffer()
2145 …const auto outputBufferDescInfo = makeDescriptorBufferInfo(m_outputBuffer->get(), 0ull, outputBuff… in prepareOutputBuffer()
2193 auto& allocation = m_outputBuffer->getAllocation(); in verifyOutputBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1572 VkBuffer getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer()
1584 Move<VkBuffer> m_outputBuffer; member in vkt::shaderexecutor::__anon222ef5cd0111::BufferIoExecutor
1929 m_outputBuffer = createBuffer(vk, vkDevice, &outputBufferParams); in initBuffers()
1930 …m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), Memo… in initBuffers()
1932 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc-… in initBuffers()
2778 *m_outputBuffer, // VkBuffer buffer; in execute()
2821 *m_outputBuffer, // VkBuffer buffer; in execute()
3040 …const auto outputDescriptorBufferInfo = makeDescriptorBufferInfo(m_outputBuffer.get(), curOffset *… in execute()
3057 …erMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, m_outputBuffer.get(), 0ull, V… in execute()
3315 *m_outputBuffer, // VkBuffer buffer; in renderTess()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1572 VkBuffer getOutputBuffer (void) const { return *m_outputBuffer; } in getOutputBuffer()
1584 Move<VkBuffer> m_outputBuffer; member in vkt::shaderexecutor::__anon9bef774d0111::BufferIoExecutor
1929 m_outputBuffer = createBuffer(vk, vkDevice, &outputBufferParams); in initBuffers()
1930 …m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), Memo… in initBuffers()
1932 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc-… in initBuffers()
2778 *m_outputBuffer, // VkBuffer buffer; in execute()
2821 *m_outputBuffer, // VkBuffer buffer; in execute()
3040 …const auto outputDescriptorBufferInfo = makeDescriptorBufferInfo(m_outputBuffer.get(), curOffset *… in execute()
3057 …erMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, m_outputBuffer.get(), 0ull, V… in execute()
3315 *m_outputBuffer, // VkBuffer buffer; in renderTess()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp869 std::vector<GLbyte> m_outputBuffer; member in glcts::RectangleTest
2105 if (m_outputBuffer.empty()) in readPixelsInner()
2138 if (!compare(&m_gradient[0], &m_outputBuffer[0], outputFormat, outputType, isCopy)) in readPixelsInner()
2204 m_outputBuffer.resize(static_cast<std::size_t>(bufferSize)); in readOutputData()
2205 std::fill(m_outputBuffer.begin(), m_outputBuffer.end(), defaultFillValue); in readOutputData()
2212 gl.bufferData(GL_PIXEL_PACK_BUFFER, bufferSize, &m_outputBuffer[0], GL_STATIC_READ); in readOutputData()
2219 …Image(m_textureTarget, 0, outputFormat.format, outputType.type, m_usePBO ? 0 : &m_outputBuffer[0]); in readOutputData()
2231 m_usePBO ? 0 : &m_outputBuffer[0]); in readOutputData()
2246 std::memcpy(&m_outputBuffer[0], mappedData, bufferSize); in readOutputData()
2255 swapBytes(outputType.size, m_outputBuffer); in readOutputData()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp832 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp4905 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, in Implementation()
4908 const Allocation& alloc = m_outputBuffer->getAllocation(); in Implementation()
4936 …const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer-… in Implementation()
5021 **m_outputBuffer, // VkBuffer buffer in recordCommands()
5065 return getHostBufferData(m_context, *m_outputBuffer, m_resource.getBuffer().size); in getData()
5070 setHostBufferData(m_context, *m_outputBuffer, data); in setData()
5078 de::MovePtr<Buffer> m_outputBuffer; member in vkt::synchronization::__anon051bf2160111::VertexInput::Implementation
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperation.cpp4905 m_outputBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, in Implementation()
4908 const Allocation& alloc = m_outputBuffer->getAllocation(); in Implementation()
4936 …const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer-… in Implementation()
5021 **m_outputBuffer, // VkBuffer buffer in recordCommands()
5065 return getHostBufferData(m_context, *m_outputBuffer, m_resource.getBuffer().size); in getData()
5070 setHostBufferData(m_context, *m_outputBuffer, data); in setData()
5078 de::MovePtr<Buffer> m_outputBuffer; member in vkt::synchronization::__anon079f60960111::VertexInput::Implementation
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp10530 m_outputBuffer = getBuffer(to, outputNumber, m_elements); in ConvertCase()
10532 m_outputBuffer = getBuffer(to, number, m_elements); in ConvertCase()
10640 BufferSp m_outputBuffer; member
11156 spec.outputs.push_back (test->m_outputBuffer); in createConvertComputeTests()
11185 resources.outputs.push_back (Resource(test->m_outputBuffer, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in createConvertGraphicsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp10530 m_outputBuffer = getBuffer(to, outputNumber, m_elements); in ConvertCase()
10532 m_outputBuffer = getBuffer(to, number, m_elements); in ConvertCase()
10640 BufferSp m_outputBuffer; member
11156 spec.outputs.push_back (test->m_outputBuffer); in createConvertComputeTests()
11185 resources.outputs.push_back (Resource(test->m_outputBuffer, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)); in createConvertGraphicsTests()