Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c143 .width = pRegions[r].bufferRowLength ? in meta_copy_buffer_to_image()
144 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width, in meta_copy_buffer_to_image()
250 .width = pRegions[r].bufferRowLength ? in meta_copy_image_to_buffer()
251 pRegions[r].bufferRowLength : pRegions[r].imageExtent.width, in meta_copy_image_to_buffer()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp215 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint…
DvktImageTestsUtil.cpp1299 …eight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint… in makeBufferImageCopy() argument
1304 bufferRowLength, // bufferRowLength in makeBufferImageCopy()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp462 region.bufferRowLength = (uint32_t)(rowBytes/bpp); in onTransferPixels()
717 region.bufferRowLength = currentWidth; in uploadTexDataOptimal()
1317 region.bufferRowLength = w; in createTestingOnlyBackendTexture()
1861 region.bufferRowLength = 0; // Forces RowLength to be width. We handle the rowBytes below. in onReadPixels()
/external/vulkan-validation-layers/layers/
Dimage.cpp1017 …if ((pRegions[i].bufferRowLength != 0) && (pRegions[i].bufferRowLength < pRegions[i].imageExtent.w… in ValidateBufferToImageData()
1022 function, i, pRegions[i].bufferRowLength, pRegions[i].imageExtent.width); in ValidateBufferToImageData()
Dvk_validation_error_database.txt1258 …ection '18.4. Copying Data Between Buffers and Images' which states 'bufferRowLength must be 0, or…
1263 … the calling commands VkImage parameter is a compressed format image:bufferRowLength must be a mul…
1264 …ection '18.4. Copying Data Between Buffers and Images' which states 'bufferRowLength must be a mul…
1271 …Copying Data Between Buffers and Images' which states 'bufferOffset, bufferRowLength, bufferImageH…
Dcore_validation.cpp8206 …skip |= CheckItgInt(dev_data, cb_node, region->bufferRowLength, granularity.width, i, function, "b… in ValidateCopyBufferImageTransferGranularityRequirements()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c321 .width = pRegions[r].bufferRowLength ? in copy_buffer_to_image()
322 pRegions[r].bufferRowLength : extent.width, in copy_buffer_to_image()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1493 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel()
1686 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel()
4512 const deUint32 bufferRowLength = defaultFourthSize; in addImageToBufferTests() local
4515 DE_ASSERT(!bufferRowLength || bufferRowLength >= imageExtent.width); in addImageToBufferTests()
4523 bufferRowLength, // uint32_t bufferRowLength; in addImageToBufferTests()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1067 deUint32 bufferRowLength; member
DvkStrUtilImpl.inl3180 s << "\tbufferRowLength = " << value.bufferRowLength << '\n';
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp524 copyState.bufferRowLength = transferInfo->width; in copyToCPU()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1923 region.bufferRowLength = 128; in TEST_F()
2482 copy_region.bufferRowLength = 128; in TEST_F()
2689 region.bufferRowLength = 3; in TEST_F()
2701 region.bufferRowLength = 3; in TEST_F()
2706 region.bufferRowLength = 128; in TEST_F()
4457 region.bufferRowLength = 128; in TEST_F()
13821 region.bufferRowLength = 128; in TEST_F()
13856 region.bufferRowLength = 64; in TEST_F()
13864 region.bufferRowLength = 128; in TEST_F()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp11752 , bufferRowLength( bufferRowLength_ ) in BufferImageCopy()
11779 bufferRowLength = bufferRowLength_; in setBufferRowLength()
11815 && ( bufferRowLength == rhs.bufferRowLength ) in operator ==()
11828 uint32_t bufferRowLength; member
Dvulkan.h2146 uint32_t bufferRowLength; member
/external/mesa3d/include/vulkan/
Dvulkan.h2155 uint32_t bufferRowLength; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2252 uint32_t bufferRowLength; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2311 uint32_t bufferRowLength; member