Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_image.c38 image_view->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY); in pack_texture_shader_state_helper()
91 if (image_view->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && in pack_texture_shader_state_helper()
130 if (iview->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) in pack_texture_shader_state()
H A Dv3dv_uniforms.c401 if (image_view->vk.view_type != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) { in get_texture_size_from_image_view()
H A Dv3dv_descriptor_set.c1030 iview->vk.view_type != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY || in write_image_descriptor()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c883 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...]
H A Dradv_device.c6150 return iview->vk.view_type == VK_IMAGE_VIEW_TYPE_3D ? iview->extent.depth in radv_surface_max_layer_count()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.h203 VkImageViewType view_type; member
H A Dvk_image.c338 image_view->view_type = pCreateInfo->viewType; in vk_image_view_init()
342 switch (image_view->view_type) { in vk_image_view_init()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c852 (iview->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE || in dzn_image_view_prepare_srv_desc()
853 iview->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) ? in dzn_image_view_prepare_srv_desc()
890 switch (iview->vk.view_type) { in dzn_image_view_prepare_srv_desc()
968 switch (iview->vk.view_type) { in dzn_image_view_prepare_uav_desc()
1027 switch (iview->vk.view_type) { in dzn_image_view_prepare_rtv_desc()
1093 switch (iview->vk.view_type) { in dzn_image_view_prepare_dsv_desc()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c108 .dim = panvk_view_type_to_mali_tex_dim(view->vk.view_type), in CreateImageView()
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py54 for view_type in view_types:
55 reduction.register(view_type, rebuild_as_list)
56 del view_type, view_types
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c279 info.type = iview->vk.view_type; in pvr_CreateImageView()
H A Dpvr_descriptor_set.c1446 (iview->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE || in pvr_write_image_descriptor_primaries()
1447 iview->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY)) { in pvr_write_image_descriptor_primaries()
1478 iview->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY; in pvr_write_image_descriptor_secondaries()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1129 if (iv->vk.view_type == VK_IMAGE_VIEW_TYPE_1D) in fill_sampler_view_stage()
1131 if (iv->vk.view_type == VK_IMAGE_VIEW_TYPE_2D) in fill_sampler_view_stage()
1133 if (iv->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE) in fill_sampler_view_stage()
1135 if (iv->vk.view_type == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY) in fill_sampler_view_stage()
1235 if (iv->vk.view_type == VK_IMAGE_VIEW_TYPE_3D) { in fill_image_view_stage()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp7076 const glw::GLenum view_type = TextureViewUtilities::getTypeCompatibleWithInternalformat(view_internalformat); in initTextureObject() local
7112 switch (view_type) in initTextureObject()
7266 } /* switch (view_type) */ in initTextureObject()

Completed in 40 milliseconds