Home
last modified time | relevance | path

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

123

/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/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp285 region.bufferRowLength = (uint32_t)(bufferRowBytes/bytesPerBlock); in onCopyTextureToBuffer()
329 region.bufferRowLength = (uint32_t)(copyData[i].fBufferRowBytes/bytesPerBlock); in onCopyBufferToTexture()
/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/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp163 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
DvktImageTestsUtil.cpp964 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument
969 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
DvktImageSubresourceLayoutTests.cpp470 region.bufferRowLength = 0u; // Tightly packed data. in iterateAspect()
/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp125 region.bufferRowLength = 0; in copyBufferToImage()
/external/angle/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp93 copy.bufferRowLength = gl::overlay::kFontGlyphWidth >> mip; in createFont()
Dvk_helpers.cpp7264 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local
7292 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()
7353 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl()
7402 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl()
7423 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
7465 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
7899 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData()
8009 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer()
9075 regions.bufferRowLength = 0; in copyImageDataToBuffer()
9114 region.bufferRowLength = 0; in copySurfaceImageToBuffer()
[all …]
DUtilsVk.cpp3074 region.bufferRowLength = bufferRowLengthInUints * sizeof(uint32_t); in stencilBlitResolveNoShaderExport()
3754 ASSERT(copyRegion->bufferRowLength % info.compressedBlockWidth == 0 && in transCodeEtcToBc()
3760 GLuint sliceTexels = (copyRegion->bufferRowLength / info.compressedBlockWidth) * in transCodeEtcToBc()
/external/swiftshader/src/Vulkan/
DVkStructConversion.hpp146 pRegions[i].bufferRowLength,
181 pRegions[i].bufferRowLength,
DVkImage.cpp720 if(region.bufferRowLength != 0) in bufferExtentInBlocks()
722 adjustedExtent.width = region.bufferRowLength; in bufferExtentInBlocks()
728 adjustedExtent.width = (region.bufferRowLength + blockWidth - 1) / blockWidth; in bufferExtentInBlocks()
/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/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp708 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixelsTo()
778 region.bufferRowLength = rect.width(); in onTransferPixelsFrom()
966 region.bufferRowLength = revisedDimensions.width(); in fill_in_compressed_regions()
1059 region.bufferRowLength = currentWidth; in uploadTexDataOptimal()
2615 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
/external/OpenCL-CTS/test_conformance/vulkan/vulkan_interop_common/
Dvulkan_wrapper.cpp1360 vkBufferImageCopy.bufferRowLength = 0; in copyBufferToImage()
1401 vkBufferImageCopy.bufferRowLength = 0; in copyBufferToImage()
1432 vkBufferImageCopy.bufferRowLength = 0; in copyImageToBuffer()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c570 .bufferRowLength = linear_stride / cpp, in wsi_create_prime_image()
/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/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl1051 uint32_t bufferRowLength; member
3017 uint32_t bufferRowLength; member
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp579 copyState.bufferRowLength = transferInfo->width; in copyToCPU()

123