Home
last modified time | relevance | path

Searched refs:image_view (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/mustpass/1.0.0/
Dvk-default.txt45120 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.r_g_zero_one
45121 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.g_zero_one_r
45122 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.zero_one_r_g
45123 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.one_r_g_zero
45124 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
45125 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels
45126 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_seco…
45127 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_last
45128 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
45129 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels_a…
[all …]
/external/deqp/android/cts/master/
Dvk-master.txt45111 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.r_g_zero_one
45112 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.g_zero_one_r
45113 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.zero_one_r_g
45114 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.one_r_g_zero
45115 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
45116 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels
45117 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_seco…
45118 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.array_layer_last
45119 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_base_mip_lev…
45120 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.subresource_range.lod_mip_levels_a…
[all …]
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9474 const VkImageView &image_view = framebufferInfo.pAttachments[i]; in VerifyFramebufferAndRenderPassLayouts() local
9475 auto image_data = dev_data->imageViewMap.find(image_view); in VerifyFramebufferAndRenderPassLayouts()
9521 …const VkImageView &image_view = framebufferInfo.pAttachments[subpass.pInputAttachments[j].attachme… in TransitionSubpassLayouts() local
9522 SetLayout(dev_data, pCB, image_view, subpass.pInputAttachments[j].layout); in TransitionSubpassLayouts()
9525 …const VkImageView &image_view = framebufferInfo.pAttachments[subpass.pColorAttachments[j].attachme… in TransitionSubpassLayouts() local
9526 SetLayout(dev_data, pCB, image_view, subpass.pColorAttachments[j].layout); in TransitionSubpassLayouts()
9529 …const VkImageView &image_view = framebufferInfo.pAttachments[subpass.pDepthStencilAttachment->atta… in TransitionSubpassLayouts() local
9530 SetLayout(dev_data, pCB, image_view, subpass.pDepthStencilAttachment->layout); in TransitionSubpassLayouts()
9558 const VkImageView &image_view = framebufferInfo.pAttachments[i]; in TransitionFinalSubpassLayouts() local
9559 SetLayout(dev_data, pCB, image_view, pRenderPassInfo->pAttachments[i].finalLayout); in TransitionFinalSubpassLayouts()