Home
last modified time | relevance | path

Searched refs:uploadLinear (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp217 void uploadLinear (vk::VkOffset3D offset,
DvktDrawImageObjectUtil.cpp601 uploadLinear(offset, width, height, depth, mipLevel, arrayElement, aspect, access.getDataPtr()); in uploadSurfaceLinear()
629 stagingResource->uploadLinear(zeroOffset, width, height, depth, 0, 0, aspect, data); in upload()
776 void Image::uploadLinear (vk::VkOffset3D offset, in uploadLinear() function in vkt::Draw::Image