Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c144 .width = pRegions[r].bufferRowLength ? in meta_copy_buffer_to_image()
145 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width, in meta_copy_buffer_to_image()
257 .width = pRegions[r].bufferRowLength ? in meta_copy_image_to_buffer()
258 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width, in meta_copy_image_to_buffer()
/external/swiftshader/src/Vulkan/
DVkImage.cpp170 …int bufferRowPitchBytes = ((region.bufferRowLength == 0) ? region.imageExtent.width : region.buffe… in copy()
172 int bufferSlicePitchBytes = (((region.bufferImageHeight == 0) || (region.bufferRowLength == 0))) ? in copy()
174 … (region.bufferImageHeight * region.bufferRowLength) * imageBytesPerTexel; in copy()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp189 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
DvktImageTestsUtil.cpp1074 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument
1079 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp457 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixels()
742 region.bufferRowLength = currentWidth; in uploadTexDataOptimal()
877 region.bufferRowLength = currentWidth; in uploadTexDataCompressed()
1562 region.bufferRowLength = currentWidth; in createTestingOnlyVkImage()
2161 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp460 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixels()
744 region.bufferRowLength = currentWidth; in uploadTexDataOptimal()
879 region.bufferRowLength = currentWidth; in uploadTexDataCompressed()
1574 region.bufferRowLength = currentWidth; in createTestingOnlyVkImage()
2209 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c457 .bufferRowLength = linear_stride / cpp, in wsi_create_prime_image()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4641 …if ((pRegions[i].bufferRowLength != 0) && (pRegions[i].bufferRowLength < pRegions[i].imageExtent.w… in ValidateBufferImageCopyData()
4646 function, i, pRegions[i].bufferRowLength, pRegions[i].imageExtent.width); in ValidateBufferImageCopyData()
4681 if (SafeModulo(pRegions[i].bufferRowLength, block_size.width) != 0) { in ValidateBufferImageCopyData()
4686 function, i, pRegions[i].bufferRowLength, block_size.width); in ValidateBufferImageCopyData()
4811 …DeviceSize buffer_width = (0 == pRegions[i].bufferRowLength ? copy_extent.width : pRegions[i].buff… in ValidateBufferBounds()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c366 .width = pRegions[r].bufferRowLength ? in copy_buffer_to_image()
367 pRegions[r].bufferRowLength : extent.width, in copy_buffer_to_image()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1532 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel()
1719 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel()
5184 const deUint32 bufferRowLength = defaultFourthSize; in addImageToBufferTests() local
5187 DE_ASSERT(!bufferRowLength || bufferRowLength >= imageExtent.width); in addImageToBufferTests()
5195 bufferRowLength, // deUint32 bufferRowLength; in addImageToBufferTests()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp505 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp3020 region.bufferRowLength = 128; in TEST_F()
3897 copy_region.bufferRowLength = 128; in TEST_F()
4792 region.bufferRowLength = 0; in TEST_F()
10042 region.bufferRowLength = 16; in TEST_F()
23719 region.bufferRowLength = 0; in TEST_F()
23945 region.bufferRowLength = 0; in TEST_F()
24023 region.bufferRowLength = 68; in TEST_F()
24035 region.bufferRowLength = 0; in TEST_F()
24103 ds_region.bufferRowLength = 0; in TEST_F()
24180 ds_region.bufferRowLength = 260; in TEST_F()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1067 deUint32 bufferRowLength; member
DvkVulkan_c.inl2520 deUint32 bufferRowLength; member
DvkStrUtilImpl.inl3713 s << "\tbufferRowLength = " << value.bufferRowLength << '\n';
/external/mesa3d/include/vulkan/
Dvulkan.h2447 uint32_t bufferRowLength; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2617 uint32_t bufferRowLength; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2617 uint32_t bufferRowLength; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2782 uint32_t bufferRowLength; member
Dvulkan.hpp19764 , bufferRowLength( bufferRowLength_ ) in BufferImageCopy()
19790 bufferRowLength = bufferRowLength_; in setBufferRowLength()
19831 && ( bufferRowLength == rhs.bufferRowLength ) in operator ==()
19844 uint32_t bufferRowLength; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2735 uint32_t bufferRowLength; member
Dvulkan.hpp25388 , bufferRowLength( bufferRowLength_ ) in BufferImageCopy()
25414 bufferRowLength = bufferRowLength_; in setBufferRowLength()
25455 && ( bufferRowLength == rhs.bufferRowLength ) in operator ==()
25468 uint32_t bufferRowLength; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2517 uint32_t bufferRowLength; member