Home
last modified time | relevance | path

Searched refs:VK_WHOLE_SIZE (Results 1 - 25 of 322) sorted by relevance

12345678910>>...13

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp283 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
284 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
316 auto inputBufferHostToDevBarrier = vk::makeBufferMemoryBarrier(vk::VK_ACCESS_HOST_WRITE_BIT, vk::VK_ACCESS_SHADER_READ_BIT, inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
317 auto outputBufferHostToDevBarrier = vk::makeBufferMemoryBarrier(vk::VK_ACCESS_HOST_WRITE_BIT, vk::VK_ACCESS_SHADER_WRITE_BIT, outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
318 auto outputBufferDevToHostBarrier = vk::makeBufferMemoryBarrier(vk::VK_ACCESS_SHADER_WRITE_BIT, vk::VK_ACCESS_HOST_READ_BIT, outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp283 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
284 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
316 auto inputBufferHostToDevBarrier = vk::makeBufferMemoryBarrier(vk::VK_ACCESS_HOST_WRITE_BIT, vk::VK_ACCESS_SHADER_READ_BIT, inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
317 auto outputBufferHostToDevBarrier = vk::makeBufferMemoryBarrier(vk::VK_ACCESS_HOST_WRITE_BIT, vk::VK_ACCESS_SHADER_WRITE_BIT, outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
318 auto outputBufferDevToHostBarrier = vk::makeBufferMemoryBarrier(vk::VK_ACCESS_SHADER_WRITE_BIT, vk::VK_ACCESS_HOST_READ_BIT, outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFillBufferTests.cpp79 // size in vkCmdFillBuffer will always be VK_WHOLE_SIZE.
128 VK_WHOLE_SIZE // VkDeviceSize size; in iterate()
131 // Fill buffer using VK_WHOLE_SIZE. in iterate()
133 vk.cmdFillBuffer(*m_cmdBuffer, *m_destination, m_params.dstOffset, VK_WHOLE_SIZE, deUint32{0x01010101}); in iterate()
257 VK_WHOLE_SIZE // VkDeviceSize size; in iterate()
399 VK_WHOLE_SIZE // VkDeviceSize size; in iterate()
534 // VK_WHOLE_SIZE tests. in createFillAndUpdateBufferTests()
542 params.size = VK_WHOLE_SIZE; in createFillAndUpdateBufferTests()
546 const std::string description = "vkCmdFillBuffer with VK_WHOLE_SIZE, " + de::toString(extraBytes) + " extra bytes and offset " + de::toString(params.dstOffset); in createFillAndUpdateBufferTests()
H A DvktApiDescriptorSetTests.cpp390 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
395 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
400 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
408 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorSetTests.cpp390 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
395 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
400 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
408 VK_WHOLE_SIZE // VkDeviceSize range in descriptorSetLayoutBindingOrderingTest()
H A DvktApiFillBufferTests.cpp169 // size in vkCmdFillBuffer will always be VK_WHOLE_SIZE.
241 VK_WHOLE_SIZE // VkDeviceSize size; in iterate()
268 gpuToHostBarrier2.size = VK_WHOLE_SIZE; in iterate()
274 // Fill buffer using VK_WHOLE_SIZE. in iterate()
276 vk.cmdFillBuffer(*m_cmdBuffer, *m_destination, m_params.dstOffset, VK_WHOLE_SIZE, deUint32{0x01010101}); in iterate()
445 VK_WHOLE_SIZE // VkDeviceSize size; in iterate()
584 VK_WHOLE_SIZE // VkDeviceSize size; in iterate()
715 // VK_WHOLE_SIZE tests. in createFillAndUpdateBufferTests()
723 params.size = VK_WHOLE_SIZE; in createFillAndUpdateBufferTests()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBufferView.cpp27 if(pCreateInfo->range == VK_WHOLE_SIZE) in BufferView()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_buffer.h65 if (range == VK_WHOLE_SIZE) { in vk_buffer_range()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1531 {dst->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertIndexBuffer()
1532 {src->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertIndexBuffer()
1597 {dstIndexBuf->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertIndexIndirectBuffer()
1598 {srcIndexBuf->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertIndexIndirectBuffer()
1599 {srcIndirectBuf->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertIndexIndirectBuffer()
1600 {dstIndirectBuf->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertIndexIndirectBuffer()
1667 {dstIndexBuffer->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertLineLoopIndexIndirectBuffer()
1668 {srcIndexBuffer->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertLineLoopIndexIndirectBuffer()
1669 {srcIndirectBuffer->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertLineLoopIndexIndirectBuffer()
1670 {dstIndirectBuffer->getBuffer().getHandle(), 0, VK_WHOLE_SIZE}, in convertLineLoopIndexIndirectBuffer()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemCopyBufferToImageTests.cpp188 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
198 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate()
212 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp206 vk.cmdFillBuffer(targetCmdBuffer, **dstBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate()
222 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate()
234 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
273 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemCopyBufferToImageTests.cpp188 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
198 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate()
212 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp206 vk.cmdFillBuffer(targetCmdBuffer, **dstBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate()
222 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate()
234 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
273 VK_WHOLE_SIZE, // VkDeviceSize size in iterate()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_buffer.cc74 buffer_view_info.range = VK_WHOLE_SIZE; in Initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp599 flushMappedMemoryRange(vk, *m_device, m_vertexRateBufferAlloc->getMemory(), m_vertexRateBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
627 flushMappedMemoryRange(vk, *m_device, m_instanceRateBufferAlloc->getMemory(), m_instanceRateBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
674 flushMappedMemoryRange(vk, *m_device, m_indexBufferAlloc->getMemory(), m_indexBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
702 flushMappedMemoryRange(vk, *m_device, m_outBufferAlloc->getMemory(), m_outBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
726 const VkDescriptorBufferInfo outBufferDescriptorInfo = makeDescriptorBufferInfo(*m_outBuffer, 0ull, VK_WHOLE_SIZE); in VertexAccessInstance()
788 flushMappedMemoryRange(vk, *m_device, m_vertexNumBufferAlloc->getMemory(), m_vertexNumBufferAlloc->getOffset(), VK_WHOLE_SIZE); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp606 flushMappedMemoryRange(vk, *m_device, m_vertexRateBufferAlloc->getMemory(), m_vertexRateBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
634 flushMappedMemoryRange(vk, *m_device, m_instanceRateBufferAlloc->getMemory(), m_instanceRateBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
681 flushMappedMemoryRange(vk, *m_device, m_indexBufferAlloc->getMemory(), m_indexBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
709 flushMappedMemoryRange(vk, *m_device, m_outBufferAlloc->getMemory(), m_outBufferAlloc->getOffset(), VK_WHOLE_SIZE); in VertexAccessInstance()
733 const VkDescriptorBufferInfo outBufferDescriptorInfo = makeDescriptorBufferInfo(*m_outBuffer, 0ull, VK_WHOLE_SIZE); in VertexAccessInstance()
795 flushMappedMemoryRange(vk, *m_device, m_vertexNumBufferAlloc->getMemory(), m_vertexNumBufferAlloc->getOffset(), VK_WHOLE_SIZE); in iterate()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device_memory.c577 mem->map_end = size == VK_WHOLE_SIZE ? mem->size : offset + size; in vn_MapMemory()
603 const VkDeviceSize size = range->size == VK_WHOLE_SIZE in vn_FlushMappedMemoryRanges()
626 const VkDeviceSize size = range->size == VK_WHOLE_SIZE in vn_InvalidateMappedMemoryRanges()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp457 flushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
467 flushMappedMemoryRange(vk, device, ssboBuffer->getBoundMemory().getMemory(), ssboBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
489 VK_WHOLE_SIZE // VkDeviceSize range; in iterate()
H A DvktDrawShaderDrawParametersTests.cpp158 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in DrawTest()
177 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory().getMemory(), m_indexBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in DrawTest()
191 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp457 flushMappedMemoryRange(vk, device, vertexBuffer->getBoundMemory().getMemory(), vertexBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
467 flushMappedMemoryRange(vk, device, ssboBuffer->getBoundMemory().getMemory(), ssboBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
489 VK_WHOLE_SIZE // VkDeviceSize range; in iterate()
H A DvktDrawShaderDrawParametersTests.cpp158 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in DrawTest()
177 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory().getMemory(), m_indexBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in DrawTest()
191 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemory(), m_indirectBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp426 flushMappedMemoryRange(m_vkd, m_device, buffer->getBoundMemory().getMemory(), buffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in createInitBufferWithPredicate()
764 flushMappedMemoryRange(m_vkd, m_device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in createVertexBuffer()
968 VK_WHOLE_SIZE in iterate()
977 invalidateMappedMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
1156 VK_WHOLE_SIZE in iterate()
1165 invalidateMappedMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
1457 VK_WHOLE_SIZE in iterate()
1466 invalidateMappedMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp128 flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE); in flush()
133 invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE); in invalidate()
598 flushMappedMemoryRange(vkd, device, alloc->getMemory(), alloc->getOffset(), VK_WHOLE_SIZE); in TestImage()
850 VK_WHOLE_SIZE in iterate()
1300 bufferInfos[ndx].range = VK_WHOLE_SIZE; in iterate()
1312 VK_WHOLE_SIZE in iterate()
1676 VK_WHOLE_SIZE in iterate()
1701 VK_WHOLE_SIZE in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp414 flushMappedMemoryRange(m_vkd, m_device, buffer->getBoundMemory().getMemory(), buffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in createInitBufferWithPredicate()
744 flushMappedMemoryRange(m_vkd, m_device, m_vertexBuffer->getBoundMemory().getMemory(), m_vertexBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in createVertexBuffer()
948 VK_WHOLE_SIZE in iterate()
957 invalidateMappedMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
1136 VK_WHOLE_SIZE in iterate()
1145 invalidateMappedMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
1437 VK_WHOLE_SIZE in iterate()
1446 invalidateMappedMemoryRange(m_vkd, m_device, m_resultBuffer->getBoundMemory().getMemory(), m_resultBuffer->getBoundMemory().getOffset(), VK_WHOLE_SIZE); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp128 flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE); in flush()
133 invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE); in invalidate()
600 flushMappedMemoryRange(vkd, device, alloc->getMemory(), alloc->getOffset(), VK_WHOLE_SIZE); in TestImage()
852 VK_WHOLE_SIZE in iterate()
1304 bufferInfos[ndx].range = VK_WHOLE_SIZE; in iterate()
1316 VK_WHOLE_SIZE in iterate()
1682 VK_WHOLE_SIZE in iterate()
1707 VK_WHOLE_SIZE in iterate()

Completed in 33 milliseconds

12345678910>>...13