Searched refs:storageImage (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.cpp | 434 auto storageImage = reinterpret_cast<StorageImageDescriptor *>(memToWrite); in WriteDescriptorSet() local 442 storageImage[i].ptr = imageView->getOffsetPointer({ 0, 0, 0 }, VK_IMAGE_ASPECT_COLOR_BIT, 0, 0); in WriteDescriptorSet() 443 storageImage[i].width = extent.width; in WriteDescriptorSet() 444 storageImage[i].height = extent.height; in WriteDescriptorSet() 445 storageImage[i].depth = imageView->getDepthOrLayerCount(0); in WriteDescriptorSet() 446 storageImage[i].rowPitchBytes = imageView->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in WriteDescriptorSet() 447 storageImage[i].samplePitchBytes = imageView->slicePitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in WriteDescriptorSet() 448 storageImage[i].slicePitchBytes = layerCount > 1 in WriteDescriptorSet() 451 storageImage[i].sampleCount = imageView->getSampleCount(); in WriteDescriptorSet() 452 storageImage[i].sizeInBytes = static_cast<int>(imageView->getSizeInBytes()); in WriteDescriptorSet() [all …]
|
/external/deqp-deps/glslang/Test/ |
D | runtimeArray.vert | 38 layout(binding=6, r32f) uniform image2D storageImage[]; 96 storageImage[1]; 105 storageImage[i]; // ERROR, need extension
|
D | spv.nonuniform.frag | 16 layout(binding=6, r32f) uniform image2D storageImage[]; 46 b += imageLoad(storageImage[nu_ii], ivec2(1)).x;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | runtimeArray.vert | 38 layout(binding=6, r32f) uniform image2D storageImage[]; 96 storageImage[1]; 105 storageImage[i]; // ERROR, need extension
|
D | spv.nonuniform.frag | 16 layout(binding=6, r32f) uniform image2D storageImage[]; 46 b += imageLoad(storageImage[nu_ii], ivec2(1)).x;
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 399 vk::Move<vk::VkImage> storageImage = createImage(vk, device, &imageCreateInfo); in iterate() local 412 allocator, allocations, tcuFormat, *storageImage ); in iterate() 416 …storageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *storageImage), Memo… in iterate() 417 …VK_CHECK(vk.bindImageMemory(device, *storageImage, storageAllocation->getMemory(), storageAllocati… in iterate() 421 …Move<VkImageView> storageImageView = makeImageView(vk, device, *storageImage, VK_IMAGE_VIEW_TYP… in iterate() 432 …ADER_WRITE_BIT), VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_GENERAL, *storageImage, subresourceRan… in iterate()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.nonuniform.frag.out | 53 Name 133 "storageImage" 115 Decorate 133(storageImage) DescriptorSet 0 116 Decorate 133(storageImage) Binding 6 246 133(storageImage): 132(ptr) Variable UniformConstant 369 136: 135(ptr) AccessChain 133(storageImage) 134
|
D | runtimeArray.vert.out | 280 0:96 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 307 0:105 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 334 0:? 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 587 0:96 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 614 0:105 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 641 0:? 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.nonuniform.frag.out | 53 Name 133 "storageImage" 115 Decorate 133(storageImage) DescriptorSet 0 116 Decorate 133(storageImage) Binding 6 246 133(storageImage): 132(ptr) Variable UniformConstant 369 136: 135(ptr) AccessChain 133(storageImage) 134
|
D | runtimeArray.vert.out | 280 0:96 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 307 0:105 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 334 0:? 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 587 0:96 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 614 0:105 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D) 641 0:? 'storageImage' (layout( binding=6 r32f) uniform runtime-sized array of image2D)
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 2744 ImageWithMemory storageImage (vkd, device, alloc, imageCreateInfo, MemoryRequirement::Any); in iterate() local 2746 …const auto storageImageView = makeImageView(vkd, device, storageImage.get(), VK_IMAGE_VIEW_TYPE_2D… in iterate() 2842 …SHADER_WRITE_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_GENERAL, storageImage.get(), subresou… in iterate() 2874 …D_BIT, VK_IMAGE_LAYOUT_GENERAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, storageImage.get(), subresou… in iterate() 2878 …vkd.cmdCopyImageToBuffer(cmdBuffer, storageImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, tran… in iterate()
|