/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 269 const BufferWithMemory imageBuffer (vk, vkDevice, allocator, imageBufferCreateInfo, vk::MemoryRequirement::HostVisible); in testEarlyDestroy() 295 vk::copyImageToBuffer(vk, *cmdBuffer, *attachmentImage, *imageBuffer, tcu::IVec2(framebufferWidth, framebufferHeight)); in testEarlyDestroy() 300 const auto& imageBufferAlloc = imageBuffer.getAllocation(); in testEarlyDestroy()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 255 const BufferWithMemory imageBuffer (vk, vkDevice, allocator, imageBufferCreateInfo, vk::MemoryRequirement::HostVisible); in testEarlyDestroy() 291 vk::copyImageToBuffer(vk, *cmdBuffer, *attachmentImage, *imageBuffer, tcu::IVec2(framebufferWidth, framebufferHeight)); in testEarlyDestroy() 296 const auto& imageBufferAlloc = imageBuffer.getAllocation(); in testEarlyDestroy()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1773 const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in iterate() 1774 const UniquePtr<Allocation> imageBufferAlloc (bindBuffer (vk, device, allocator, *imageBuffer, MemoryRequirement::HostVisible)); in iterate() 1776 readOneSampleFromMultisampleImage(colorFormat, colorImage, sampleNdx, colorFormat, imageSample, imageBuffer, ASPECT_COLOR); in iterate() 2100 const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in iterate() 2101 const UniquePtr<Allocation> imageBufferAlloc (bindBuffer (vk, device, allocator, *imageBuffer, MemoryRequirement::HostVisible)); in iterate() 2103 readOneSampleFromMultisampleImage(colorFormat, colorImage, sampleNdx, colorFormat, imageSample, imageBuffer, ASPECT_COLOR); in iterate() 2115 const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in iterate() 2116 const UniquePtr<Allocation> imageBufferAlloc (bindBuffer (vk, device, allocator, *imageBuffer, MemoryRequirement::HostVisible)); in iterate() 2118 readOneSampleFromMultisampleImage(dsFormat, dsImage, sampleNdx, colorFormat, imageSample, imageBuffer, ASPECT_DEPTH); in iterate() 2130 const Unique<VkBuffer> imageBuffer (makeBuffe in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1773 const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in iterate() 1774 const UniquePtr<Allocation> imageBufferAlloc (bindBuffer (vk, device, allocator, *imageBuffer, MemoryRequirement::HostVisible)); in iterate() 1776 readOneSampleFromMultisampleImage(colorFormat, colorImage, sampleNdx, colorFormat, imageSample, imageBuffer, ASPECT_COLOR); in iterate() 2100 const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in iterate() 2101 const UniquePtr<Allocation> imageBufferAlloc (bindBuffer (vk, device, allocator, *imageBuffer, MemoryRequirement::HostVisible)); in iterate() 2103 readOneSampleFromMultisampleImage(colorFormat, colorImage, sampleNdx, colorFormat, imageSample, imageBuffer, ASPECT_COLOR); in iterate() 2115 const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in iterate() 2116 const UniquePtr<Allocation> imageBufferAlloc (bindBuffer (vk, device, allocator, *imageBuffer, MemoryRequirement::HostVisible)); in iterate() 2118 readOneSampleFromMultisampleImage(dsFormat, dsImage, sampleNdx, colorFormat, imageSample, imageBuffer, ASPECT_DEPTH); in iterate() 2130 const Unique<VkBuffer> imageBuffer (makeBuffe in iterate() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 226 T(imageBuffer, 420, 320)
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | capitst.c | 2430 uint8_t imageBuffer[32768]; in TestOpenBinary() local 2431 uint8_t *image = imageBuffer; in TestOpenBinary() 2451 imageSize = ucol_cloneBinary(coll, imageBuffer, imageSize, &status); in TestOpenBinary() 2470 if(image != imageBuffer) { in TestOpenBinary()
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 188 DECL_TYPE(imageBuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 602 return image::getFormatPrefix(format) + "imageBuffer"; in getShaderImageBufferType() 694 const auto imageBuffer = getShaderImageBufferType(format); in initPrograms() local 702 { std::string("IMAGE_BUFFER"), std::string(imageBuffer) }, in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 692 BufferWithMemory imageBuffer (vk, device, allocator, in copyDataToImage() 697 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() 721 imageBuffer.get(), 0ull, m_data.size()); in copyDataToImage() 741 vk.cmdCopyBufferToImage(cmdBuffer, imageBuffer.get(), imageData.getImage(imageNdx), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, ©Region); in copyDataToImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 681 BufferWithMemory imageBuffer (vk, device, allocator, in copyDataToImage() 686 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() 710 imageBuffer.get(), 0ull, m_data.size()); in copyDataToImage() 730 vk.cmdCopyBufferToImage(cmdBuffer, imageBuffer.get(), imageData.getImage(imageNdx), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, ©Region); in copyDataToImage()
|