H A D | radv_image.c | 883 radv_tex_dim(VkImageType image_type, VkImageViewType view_type, unsigned nr_layers, in radv_tex_dim() argument 886 if (view_type == VK_IMAGE_VIEW_TYPE_CUBE || view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) in radv_tex_dim() 901 if (view_type == VK_IMAGE_VIEW_TYPE_3D) in radv_tex_dim() 955 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, in gfx10_make_texture_descriptor() 988 type = radv_tex_dim(image->vk.image_type, view_type, image->info.array_size, image->info.samples, in gfx10_make_texture_descriptor() 996 if (view_type != VK_IMAGE_VIEW_TYPE_3D) in gfx10_make_texture_descriptor() 1092 radv_tex_dim(image->vk.image_type, view_type, image->info.array_size, 0, false, false)); in gfx10_make_texture_descriptor() 1115 bool is_storage_image, VkImageViewType view_type, VkFormat vk_format, in si_make_texture_descriptor() 1168 type = radv_tex_dim(image->vk.image_type, view_type, imag in si_make_texture_descriptor() 954 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, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) gfx10_make_texture_descriptor() argument 1114 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, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) si_make_texture_descriptor() argument 1328 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, float min_lod, uint32_t *state, uint32_t *fmask_state, VkImageCreateFlags img_create_flags) radv_make_texture_descriptor() argument [all...] |