/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 72 device->mapMemory(*stagingBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P() 207 mapResult = device->mapMemory(*readbackBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, in TEST_P() 257 device->mapMemory(*uniformBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P() 271 device->mapMemory(*uniformBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
|
D | GfxstreamEnd2EndTestUtils.cpp | 170 auto mapResult = device->mapMemory(*readbackBufferMemory, 0, VK_WHOLE_SIZE, in readImageData()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 119 device.mapMemory(*vertexBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in createAndPopulateBuffer() 748 .range = VK_WHOLE_SIZE, in TEST_P() 969 .range = VK_WHOLE_SIZE, in TEST_P() 1141 .range = VK_WHOLE_SIZE, in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 416 auto mapResult = device->mapMemory(*memory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P() 921 ASSERT_THAT(device->mapMemory(*buffer3Memory, 0, VK_WHOLE_SIZE, in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 393 device->mapMemory(*stagingBufferMemory, 0, VK_WHOLE_SIZE, vkhpp::MemoryMapFlags{}, &mapped); in TEST_P()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device_memory.h | 74 if (range == VK_WHOLE_SIZE) { in vk_device_memory_range()
|
D | vk_buffer.h | 65 if (range == VK_WHOLE_SIZE) { in vk_buffer_range()
|
D | vk_command_buffer.c | 181 VK_WHOLE_SIZE, indexType); in vk_common_CmdBindIndexBuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | buffer_memory_barrier_common.adoc | 10 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be 13 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_maintenance5.adoc | 27 * Allow VK_WHOLE_SIZE for pSizes argument of vkCmdBindVertexBuffers2 82 === VK_WHOLE_SIZE for pSizes argument of vkCmdBindVertexBuffers2 84 `pSizes` in `vkCmdBindVertexBuffers2` unintentionally does not support `VK_WHOLE_SIZE`. 220 === VK_WHOLE_SIZE for pSizes argument of vkCmdBindVertexBuffers2 222 Support for using `VK_WHOLE_SIZE` in the `pSizes` parameter of `vkCmdBindVertexBuffers2` is added.
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 183 _RUN_AND_CHECK(dispatch->vkMapMemory(stateBlock->device, readbackMemory, 0, VK_WHOLE_SIZE, in saveImageContent() 382 _RUN_AND_CHECK(dispatch->vkMapMemory(stateBlock->device, stagingMemory, 0, VK_WHOLE_SIZE, in loadImageContent() 529 _RUN_AND_CHECK(dispatch->vkMapMemory(stateBlock->device, readbackMemory, 0, VK_WHOLE_SIZE, in saveBufferContent() 632 _RUN_AND_CHECK(dispatch->vkMapMemory(stateBlock->device, stagingMemory, 0, VK_WHOLE_SIZE, in loadBufferContent()
|
D | VkAndroidNativeBuffer.cpp | 817 VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE, 0, anbInfo->stagingMemory, 0, VK_WHOLE_SIZE, in syncImageToColorBuffer()
|
D | VkCommonOperations.cpp | 2559 .size = VK_WHOLE_SIZE, in readColorBufferToBytesLocked() 2801 .size = VK_WHOLE_SIZE, in updateColorBufferFromBytesLocked()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_maintenance5.adoc | 47 * `vkCmdBindVertexBuffers2` now supports using `VK_WHOLE_SIZE` in the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | clears.adoc | 522 multiple of 4, or ename:VK_WHOLE_SIZE to fill the range from 524 If ename:VK_WHOLE_SIZE is used and the remaining size of the buffer is 543 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be 546 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be 549 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be a
|
D | memory.adoc | 3491 ename:VK_WHOLE_SIZE to map from pname:offset to the end of the 3567 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be 3570 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be 3630 ename:VK_WHOLE_SIZE to map from pname:offset to the end of the 3640 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be 3643 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:size must: be 3805 * pname:size is either the size of range, or ename:VK_WHOLE_SIZE to affect 3814 If pname:size is not equal to ename:VK_WHOLE_SIZE, pname:offset and 3818 If pname:size is equal to ename:VK_WHOLE_SIZE, pname:offset must: be 3824 If pname:size is equal to ename:VK_WHOLE_SIZE, the end of the current [all …]
|
D | vertexpostproc.adoc | 219 element is ename:VK_WHOLE_SIZE, then the maximum number of bytes 252 pname:pSizes must: either be ename:VK_WHOLE_SIZE, or be less than or 256 All elements of pname:pSizes must: be either ename:VK_WHOLE_SIZE, or 261 pname:pSizes, element is not ename:VK_WHOLE_SIZE, must: be less than or
|
D | fxvertex.adoc | 700 If pname:pSizes[i] is ename:VK_WHOLE_SIZE then the bound size is from 771 , where pname:pSizes is not ename:VK_WHOLE_SIZE,
|
D | descriptorsets.adoc | 3619 ename:VK_WHOLE_SIZE, must: be less than or equal to 3626 ename:VK_WHOLE_SIZE, must: be less than or equal to 3831 update, or ename:VK_WHOLE_SIZE to use the range from pname:offset to the 3837 When setting pname:range to ename:VK_WHOLE_SIZE, the 3842 This means that ename:VK_WHOLE_SIZE is not typically useful in the common 3853 When pname:range is ename:VK_WHOLE_SIZE the effective range is calculated at 3862 If pname:range is not equal to ename:VK_WHOLE_SIZE, pname:range must: be 3865 If pname:range is not equal to ename:VK_WHOLE_SIZE, pname:range must: be 3873 pname:range must: be ename:VK_WHOLE_SIZE 4919 pname:pDescriptorSets, if the range was set with ename:VK_WHOLE_SIZE [all …]
|
D | drawing.adoc | 898 If pname:size is ename:VK_WHOLE_SIZE then the bound size is from 905 If pname:size is not ename:VK_WHOLE_SIZE, pname:size must: be a multiple 908 If pname:size is not ename:VK_WHOLE_SIZE, the sum of pname:offset and
|
D | resources.adoc | 1004 If pname:range is equal to ename:VK_WHOLE_SIZE, the range from 1006 If ename:VK_WHOLE_SIZE is used and the remaining size of the buffer is 1033 If pname:range is not equal to ename:VK_WHOLE_SIZE, pname:range must: be 1036 If pname:range is not equal to ename:VK_WHOLE_SIZE, pname:range must: be 1039 If pname:range is not equal to ename:VK_WHOLE_SIZE, the number of texel 1046 If pname:range is not equal to ename:VK_WHOLE_SIZE, the sum of 1050 If pname:range is equal to ename:VK_WHOLE_SIZE, the number of texel
|
D | synchronization.adoc | 6682 pname:buffer, or ename:VK_WHOLE_SIZE to use the range from pname:offset 6780 pname:buffer, or ename:VK_WHOLE_SIZE to use the range from pname:offset 6866 [open,refpage='VK_WHOLE_SIZE',desc='Sentinel value to use entire remaining array length',type='cons… 6868 ename:VK_WHOLE_SIZE is a special value indicating that the entire remaining 6873 include::{generated}/api/enums/VK_WHOLE_SIZE.adoc[]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 2027 0, VK_WHOLE_SIZE, 0, &image->cpu_map); in wsi_create_cpu_linear_image_mem() 2052 0, VK_WHOLE_SIZE, 0, &image->cpu_map); in wsi_create_cpu_buffer_image_mem()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1263 range[0].size = VK_WHOLE_SIZE; in render_swapchain_display() 1266 range[1].size = VK_WHOLE_SIZE; in render_swapchain_display()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 1391 if (size == VK_WHOLE_SIZE) { in isValidMemoryRange() 1573 if (size && size[i] == VK_WHOLE_SIZE) { in deviceMemoryTransform_tohost() 4013 if (size != VK_WHOLE_SIZE && (deviceMemoryInfo.ptr + offset + size > in on_vkMapMemory()
|