| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_surface.h | 120 zink_surface_clamp_viewtype(VkImageViewType viewType, unsigned first_layer, unsigned last_layer, unsigned array_size) argument 123 if (viewType == VK_IMAGE_VIEW_TYPE_CUBE || viewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) { 129 return viewType;
|
| H A D | zink_surface.c | 48 ivci.viewType = VK_IMAGE_VIEW_TYPE_1D; 52 ivci.viewType = VK_IMAGE_VIEW_TYPE_1D_ARRAY; 57 ivci.viewType = VK_IMAGE_VIEW_TYPE_2D; 61 ivci.viewType = VK_IMAGE_VIEW_TYPE_2D_ARRAY; 65 ivci.viewType = VK_IMAGE_VIEW_TYPE_CUBE; 69 ivci.viewType = VK_IMAGE_VIEW_TYPE_CUBE_ARRAY; 73 ivci.viewType = VK_IMAGE_VIEW_TYPE_3D; 101 ivci.viewType = zink_surface_clamp_viewtype(ivci.viewType, templ->u.tex.first_layer, templ->u.tex.last_layer, res->base.b.array_size); 221 ivci.viewType [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 226 if (pCreateInfo->viewType == VK_IMAGE_VIEW_TYPE_3D) { 231 if (pCreateInfo->viewType == VK_IMAGE_VIEW_TYPE_CUBE || 232 pCreateInfo->viewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) { 287 A6XX_TEX_CONST_2_TYPE(tu6_tex_type(pCreateInfo->viewType, false)); 332 assert(pCreateInfo->viewType != VK_IMAGE_VIEW_TYPE_3D); 350 if (pCreateInfo->viewType == VK_IMAGE_VIEW_TYPE_3D) { 402 A6XX_IBO_2_TYPE(tu6_tex_type(pCreateInfo->viewType, true));
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve_cs.c | 446 .viewType = radv_meta_get_view_type(src_image), 462 .viewType = radv_meta_get_view_type(dest_image), 527 .viewType = radv_meta_get_view_type(src_image), 543 .viewType = radv_meta_get_view_type(dst_image),
|
| H A D | radv_meta_resolve.c | 524 .viewType = radv_meta_get_view_type(src_image), 540 .viewType = radv_meta_get_view_type(dest_image),
|
| H A D | radv_meta_resolve_fs.c | 511 .viewType = radv_meta_get_view_type(src_image), 527 .viewType = radv_meta_get_view_type(dest_image),
|
| H A D | radv_meta_fmask_expand.c | 135 .viewType = radv_meta_get_view_type(image),
|
| H A D | radv_meta_decompress.c | 387 .viewType = radv_meta_get_view_type(image),
|
| H A D | radv_meta_fast_clear.c | 638 .viewType = radv_meta_get_view_type(image), 767 .viewType = VK_IMAGE_VIEW_TYPE_2D,
|
| H A D | radv_meta_blit.c | 654 .viewType = radv_meta_get_view_type(dest_image), 668 .viewType = radv_meta_get_view_type(src_image),
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_image.c | 125 view->pview.dim = panvk_view_type_to_mali_tex_dim(pCreateInfo->viewType);
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_image_view.h | 106 size += vn_sizeof_VkImageViewType(&val->viewType); 160 vn_encode_VkImageViewType(enc, &val->viewType);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_copy_vrs_htile.c | 250 .viewType = VK_IMAGE_VIEW_TYPE_2D,
|
| H A D | radv_meta_fmask_expand.c | 117 .viewType = radv_meta_get_view_type(image),
|
| H A D | radv_meta_resolve_cs.c | 719 .viewType = radv_meta_get_view_type(src_image), 737 .viewType = radv_meta_get_view_type(dest_image), 887 .viewType = radv_meta_get_view_type(src_image), 905 .viewType = radv_meta_get_view_type(dst_image),
|
| H A D | radv_meta_decompress.c | 496 .viewType = radv_meta_get_view_type(image), 649 .viewType = VK_IMAGE_VIEW_TYPE_2D, 663 .viewType = VK_IMAGE_VIEW_TYPE_2D,
|
| H A D | radv_meta_fast_clear.c | 565 .viewType = radv_meta_get_view_type(image), 842 .viewType = VK_IMAGE_VIEW_TYPE_2D, 856 .viewType = VK_IMAGE_VIEW_TYPE_2D,
|
| H A D | radv_meta_resolve_fs.c | 984 .viewType = radv_meta_get_view_type(src_image), 1002 .viewType = radv_meta_get_view_type(dest_image), 1168 .viewType = radv_meta_get_view_type(src_image),
|
| H A D | radv_meta_resolve.c | 522 .viewType = radv_meta_get_view_type(src_image), 540 .viewType = radv_meta_get_view_type(dst_image),
|
| H A D | radv_meta_blit.c | 591 .viewType = radv_meta_get_view_type(dst_image), 604 .viewType = radv_meta_get_view_type(src_image),
|
| H A D | radv_meta_clear.c | 1566 .viewType = VK_IMAGE_VIEW_TYPE_2D, 2123 .viewType = radv_meta_get_view_type(image), 2276 .viewType = radv_meta_get_view_type(image),
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 207 iview->type = pCreateInfo->viewType;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_image.c | 199 view->view_type = pCreateInfo->viewType;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_image.c | 271 image_view->view_type = pCreateInfo->viewType;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 1605 if (pCreateInfo->viewType == VK_IMAGE_VIEW_TYPE_3D) { 1610 if (pCreateInfo->viewType == VK_IMAGE_VIEW_TYPE_CUBE || 1611 pCreateInfo->viewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) {
|