Searched refs:view_type (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_image.c64 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 Dv3dv_uniforms.c324 if (image_view->vk.view_type != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) {
H A Dv3dv_descriptor_set.c924 iview->vk.view_type != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY ||
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_image.h133 VkImageViewType view_type; member in struct:vk_image_view
H A Dvk_image.c271 image_view->view_type = pCreateInfo->viewType;
273 switch (image_view->view_type) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c838 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 Dradv_meta_blit2d.c55 VkImageViewType view_type = cmd_buffer->device->physical_device->rad_info.chip_class < GFX9 local in function:create_iview
68 .viewType = view_type,
H A Dradv_meta_bufimage.c1252 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 Dradv_image.c431 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 Dradv_meta_blit2d.c61 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 Dradv_meta_bufimage.c1540 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 Dlvp_image.c199 view->view_type = pCreateInfo->viewType;
H A Dlvp_private.h253 VkImageViewType view_type; member in struct:lvp_image_view
H A Dlvp_execute.c985 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) {

Completed in 45 milliseconds