Home
last modified time | relevance | path

Searched refs:bufferRowLength (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c164 .width = region->bufferRowLength ? in copy_buffer_to_image()
165 region->bufferRowLength : region->imageExtent.width, in copy_buffer_to_image()
270 .bufferRowLength = pRegions[r].bufferRowLength, in radv_CmdCopyBufferToImage()
331 .width = region->bufferRowLength ? in copy_image_to_buffer()
332 region->bufferRowLength : region->imageExtent.width, in copy_image_to_buffer()
427 .bufferRowLength = pRegions[r].bufferRowLength, in radv_CmdCopyImageToBuffer()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c645 if (region->bufferRowLength == 0) in emit_copy_layer_to_buffer_per_tile_list()
648 width = region->bufferRowLength; in emit_copy_layer_to_buffer_per_tile_list()
911 if (region->bufferRowLength == 0) in copy_image_to_buffer_blit()
914 buf_width = region->bufferRowLength; in copy_image_to_buffer_blit()
2249 if (region->bufferRowLength == 0) in copy_buffer_to_image_tfu()
2252 width = region->bufferRowLength; in copy_buffer_to_image_tfu()
2349 if (region->bufferRowLength == 0) in emit_copy_buffer_to_layer_per_tile_list()
2352 width = region->bufferRowLength; in emit_copy_buffer_to_layer_per_tile_list()
2627 if (region->bufferRowLength == 0) in copy_buffer_to_image_blit()
2630 buf_width = region->bufferRowLength; in copy_buffer_to_image_blit()
[all …]
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp123 region.bufferRowLength = 0; in copyBufferToImage()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp187 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
DvktImageTestsUtil.cpp1001 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument
1006 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
DvktImageSubresourceLayoutTests.cpp461 region.bufferRowLength = 0u; // Tightly packed data. in iterateAspect()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c542 region->bufferRowLength ? in copy_buffer_to_image()
543 region->bufferRowLength : extent.width; in copy_buffer_to_image()
641 .bufferRowLength = pRegions[r].bufferRowLength, in anv_CmdCopyBufferToImage()
694 .bufferRowLength = pRegions[r].bufferRowLength, in anv_CmdCopyImageToBuffer()
/external/deqp-deps/amber/src/vulkan/
Dtransfer_image.cc237 copy_region.bufferRowLength = 0; in CreateBufferImageCopy()
/external/vulkan-validation-layers/tests/
Dvklayertests_command.cpp1304 region.bufferRowLength = 0; in TEST_F()
1523 region.bufferRowLength = 0; in TEST_F()
1605 region.bufferRowLength = 68; in TEST_F()
1617 region.bufferRowLength = 0; in TEST_F()
1691 ds_region.bufferRowLength = 0; in TEST_F()
1768 ds_region.bufferRowLength = 260; in TEST_F()
1773 ds_region.bufferRowLength = 0; in TEST_F()
1877 region.bufferRowLength = 130; in TEST_F()
1885 region.bufferRowLength = 0; in TEST_F()
1906 region.bufferRowLength = 128; in TEST_F()
[all …]
Dvklayertests_buffer_image_memory_sampler.cpp745 region.bufferRowLength = 128; in TEST_F()
782 region.bufferRowLength = 0; in TEST_F()
1486 copy_region.bufferRowLength = 128; in TEST_F()
2381 region.bufferRowLength = 0; in TEST_F()
2992 region.bufferRowLength = 16; in TEST_F()
/external/angle/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp139 copy.bufferRowLength = gl::overlay::kFontImageWidth; in createFont()
Dvk_helpers.cpp5421 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local
5449 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()
5493 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl()
5544 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl()
5562 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
5604 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
5834 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData()
5945 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer()
6745 regions[0].bufferRowLength = 0; in copyImageDataToBuffer()
7017 region.bufferRowLength = packPixelsParams.outputPitch / readFormat->pixelBytes; in readPixels()
[all …]
DTextureVk.cpp1676 region.bufferRowLength = rowLength; in copyBufferDataToImage()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp457 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixels()
750 region.bufferRowLength = currentWidth; in uploadTexDataOptimal()
885 region.bufferRowLength = currentWidth; in uploadTexDataCompressed()
1570 region.bufferRowLength = currentWidth; in createTestingOnlyVkImage()
2170 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp580 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixelsTo()
647 region.bufferRowLength = width; in onTransferPixelsFrom()
829 region.bufferRowLength = revisedDimensions.width(); in fill_in_compressed_regions()
926 region.bufferRowLength = currentWidth; in uploadTexDataOptimal()
2406 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c570 .bufferRowLength = linear_stride / cpp, in wsi_create_prime_image()
/external/swiftshader/src/Vulkan/
DVkImage.cpp706 if(region.bufferRowLength != 0) in bufferExtentInBlocks()
708 adjustedExtent.width = region.bufferRowLength; in bufferExtentInBlocks()
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp203 region.bufferRowLength = 0; // Zeros mean tightly packed. in UploadContent()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c410 copyRegion.bufferRowLength = 0; in zink_transfer_copy_bufimage()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4722 …if ((pRegions[i].bufferRowLength != 0) && (pRegions[i].bufferRowLength < pRegions[i].imageExtent.w… in ValidateBufferImageCopyData()
4727 function, i, pRegions[i].bufferRowLength, pRegions[i].imageExtent.width); in ValidateBufferImageCopyData()
4797 if (SafeModulo(pRegions[i].bufferRowLength, block_size.width) != 0) { in ValidateBufferImageCopyData()
4802 function, i, pRegions[i].bufferRowLength, block_size.width); in ValidateBufferImageCopyData()
4927 …DeviceSize buffer_width = (0 == pRegions[i].bufferRowLength ? copy_extent.width : pRegions[i].buff… in ValidateBufferBounds()
/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c1181 uint32_t src_width = info->bufferRowLength ?: extent.width; in tu_copy_buffer_to_image()
1256 uint32_t dst_width = info->bufferRowLength ?: extent.width; in tu_copy_image_to_buffer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp155 bufferImageCopy.bufferRowLength, // uint32_t bufferRowLength; in convertvkBufferImageCopyTovkBufferImageCopy2KHR()
1870 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel()
2103 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel()
2152 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel()
7559 const deUint32 bufferRowLength = defaultFourthSize; in addImageToBufferTests() local
7562 DE_ASSERT(!bufferRowLength || bufferRowLength >= imageExtent.width); in addImageToBufferTests()
7570 bufferRowLength, // deUint32 bufferRowLength; in addImageToBufferTests()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp540 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1563 … unsigned buffer_row_len = util_format_get_stride(dst_format, copycmd->regions[i].bufferRowLength); in handle_copy_image_to_buffer()
1644 … unsigned buffer_row_len = util_format_get_stride(src_format, copycmd->regions[i].bufferRowLength); in handle_copy_buffer_to_image()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1121 deUint32 bufferRowLength; member
3073 deUint32 bufferRowLength; member

12