/external/skia/src/gpu/vk/ |
GrVkCommandBuffer.h | 249 const VkImageCopy* copyRegions); 274 const VkBufferImageCopy* copyRegions); 281 const VkBufferImageCopy* copyRegions);
|
GrVkCommandBuffer.cpp | 636 const VkImageCopy* copyRegions) { 647 copyRegions)); 698 const VkBufferImageCopy* copyRegions) { 708 copyRegions)); 716 const VkBufferImageCopy* copyRegions) { 726 copyRegions)); [all...] |
/external/skqp/src/gpu/vk/ |
GrVkCommandBuffer.h | 248 const VkImageCopy* copyRegions); 273 const VkBufferImageCopy* copyRegions); 280 const VkBufferImageCopy* copyRegions);
|
GrVkCommandBuffer.cpp | 626 const VkImageCopy* copyRegions) { 637 copyRegions)); 688 const VkBufferImageCopy* copyRegions) { 698 copyRegions)); 706 const VkBufferImageCopy* copyRegions) { 716 copyRegions)); [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkImageUtil.hpp | 158 const std::vector<vk::VkBufferImageCopy>& copyRegions, 171 const std::vector<VkBufferImageCopy>& copyRegions,
|
vkImageUtil.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageUtil.cpp | 265 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); 312 copyRegions.push_back(region); 319 copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, imageAspectFlags, srcTexture.getNumLevels(), srcTexture.getArraySize(), destImage); 354 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); 405 copyRegions.push_back(region); 412 copyBufferToImage(vk, device, universalQueue, universalQueueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imageMemoryBindSemaphore), imageAspectFlags, imageCreateInfo.mipLevels, imageCreateInfo.arrayLayers, destImage); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmComputeShaderCase.cpp | 542 vector<VkBufferImageCopy> copyRegions; 543 copyRegions.push_back(copyRegion); 545 copyBufferToImage(vkdi, device, queue, queueFamilyIndex, buffer->get(), (deUint32)numBytes, copyRegions, DE_NULL, VK_IMAGE_ASPECT_COLOR_BIT, 1u, 1u, image->get(), imageLayout);
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureFilteringExplicitLodTests.cpp | 362 std::vector<VkBufferImageCopy> copyRegions; 396 copyRegions.push_back(curRegion); 403 copyBufferToImage(vkd, dev, ctx.getUniversalQueue(), ctx.getUniversalQueueFamilyIndex(), buf.get(), bufSize, copyRegions, DE_NULL, VK_IMAGE_ASPECT_COLOR_BIT, imParams.levels, imParams.arrayLayers, im); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.cpp | 970 std::vector<VkBufferImageCopy> copyRegions; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiImageClearingTests.cpp | [all...] |
vktApiCopiesAndBlittingTests.cpp | 472 std::vector <VkBufferImageCopy> copyRegions; 574 copyRegions.push_back(copyRegion); 585 vk.cmdCopyBufferToImage(*m_cmdBuffer, *buffer, image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, (deUint32)copyRegions.size(), ©Regions[0]); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
vktGeometryBasicGeometryShaderTests.cpp | 147 vector<VkBufferImageCopy> copyRegions (1, copyRegion); 156 copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, 1, 1, destImage, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferTests.cpp | [all...] |