| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_image.c | 64 image_view->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY); 115 if (image_view->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && 154 if (iview->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY)
|
| H A D | v3dv_uniforms.c | 324 if (image_view->vk.view_type != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) {
|
| H A D | v3dv_descriptor_set.c | 924 iview->vk.view_type != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY ||
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_image.h | 133 VkImageViewType view_type; member in struct:vk_image_view
|
| H A D | vk_image.c | 271 image_view->view_type = pCreateInfo->viewType; 273 switch (image_view->view_type) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_image.c | 838 radv_tex_dim(VkImageType image_type, VkImageViewType view_type, unsigned nr_layers, argument 841 if (view_type == VK_IMAGE_VIEW_TYPE_CUBE || view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) 856 if (view_type == VK_IMAGE_VIEW_TYPE_3D) 910 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, 926 type = radv_tex_dim(image->type, view_type, image->info.array_size, image->info.samples, 932 if (view_type != VK_IMAGE_VIEW_TYPE_3D) 1007 radv_tex_dim(image->type, view_type, image->info.array_size, 0, false, false)); 1030 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, 1065 type = radv_tex_dim(image->type, view_type, imag 909 gfx10_make_texture_descriptor(struct radv_device * device,struct radv_image * image,bool is_storage_image,VkImageViewType view_type,VkFormat vk_format,const VkComponentMapping * mapping,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned width,unsigned height,unsigned depth,uint32_t * state,uint32_t * fmask_state) argument 1029 si_make_texture_descriptor(struct radv_device * device,struct radv_image * image,bool is_storage_image,VkImageViewType view_type,VkFormat vk_format,const VkComponentMapping * mapping,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned width,unsigned height,unsigned depth,uint32_t * state,uint32_t * fmask_state) argument 1219 radv_make_texture_descriptor(struct radv_device * device,struct radv_image * image,bool is_storage_image,VkImageViewType view_type,VkFormat vk_format,const VkComponentMapping * mapping,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned width,unsigned height,unsigned depth,uint32_t * state,uint32_t * fmask_state) argument [all...] |
| H A D | radv_meta_blit2d.c | 55 VkImageViewType view_type = cmd_buffer->device->physical_device->rad_info.chip_class < GFX9 local in function:create_iview 68 .viewType = view_type,
|
| H A D | radv_meta_bufimage.c | 1252 VkImageViewType view_type = cmd_buffer->device->physical_device->rad_info.chip_class < GFX9 local in function:create_iview 1263 .viewType = view_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_image.c | 431 static unsigned radv_tex_dim(VkImageType image_type, VkImageViewType view_type, argument 434 if (view_type == VK_IMAGE_VIEW_TYPE_CUBE || view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) 449 if (view_type == VK_IMAGE_VIEW_TYPE_3D) 494 VkImageViewType view_type, 538 type = radv_tex_dim(image->type, view_type, image->info.array_size, image->info.samples, 545 if (view_type != VK_IMAGE_VIEW_TYPE_3D) 661 S_008F1C_TYPE(radv_tex_dim(image->type, view_type, image->info.array_size, 0, false, false)); 491 si_make_texture_descriptor(struct radv_device * device,struct radv_image * image,bool is_storage_image,VkImageViewType view_type,VkFormat vk_format,const VkComponentMapping * mapping,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned width,unsigned height,unsigned depth,uint32_t * state,uint32_t * fmask_state) argument
|
| H A D | radv_meta_blit2d.c | 61 VkImageViewType view_type = cmd_buffer->device->physical_device->rad_info.chip_class < GFX9 ? VK_IMAGE_VIEW_TYPE_2D : local in function:create_iview 73 .viewType = view_type,
|
| H A D | radv_meta_bufimage.c | 1540 VkImageViewType view_type = cmd_buffer->device->physical_device->rad_info.chip_class < GFX9 ? VK_IMAGE_VIEW_TYPE_2D : local in function:create_iview 1546 .viewType = view_type,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_image.c | 199 view->view_type = pCreateInfo->viewType;
|
| H A D | lvp_private.h | 253 VkImageViewType view_type; member in struct:lvp_image_view
|
| H A D | lvp_execute.c | 985 if (iv->view_type == VK_IMAGE_VIEW_TYPE_1D) 987 if (iv->view_type == VK_IMAGE_VIEW_TYPE_2D) 989 if (iv->view_type == VK_IMAGE_VIEW_TYPE_CUBE) 991 if (iv->view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) 1087 if (iv->view_type == VK_IMAGE_VIEW_TYPE_3D) {
|