Searched refs:isl_view (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.h | 222 struct isl_view view; 223 struct isl_view gather_view; 240 struct isl_view view; 251 struct isl_view view; 252 struct isl_view read_view;
|
D | crocus_state.c | 2728 isv->view = (struct isl_view) { in crocus_create_sampler_view() 2878 struct isl_view *view = &surf->view; in crocus_create_surface() 2879 *view = (struct isl_view) { in crocus_create_surface() 2890 struct isl_view *read_view = &surf->read_view; in crocus_create_surface() 2891 *read_view = (struct isl_view) { in crocus_create_surface() 3097 struct isl_view view = { in crocus_set_shader_images() 3113 struct isl_view view = { in crocus_set_shader_images() 4975 struct isl_view *in_view, in emit_surface_state() 4992 struct isl_view view = *in_view; in emit_surface_state() 5082 struct isl_view *view = &surf->view; in emit_surface() [all …]
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.h | 228 struct isl_view view; 260 struct isl_view view; 261 struct isl_view read_view;
|
D | iris_state.c | 2466 struct isl_view *view, in fill_surface_state() 2509 struct isl_view *view, in fill_surface_states() 2572 isv->view = (struct isl_view) { in iris_create_sampler_view() 2685 struct isl_view *view = &surf->view; in iris_create_surface() 2686 *view = (struct isl_view) { in iris_create_surface() 2697 struct isl_view *read_view = &surf->read_view; in iris_create_surface() 2698 *read_view = (struct isl_view) { in iris_create_surface() 2895 struct isl_view view = { in iris_set_shader_images() 3283 struct isl_view view = { in iris_set_framebuffer_state() 4908 struct isl_view *view) in update_clear_value()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl.h | 1570 struct isl_view { struct 1630 const struct isl_view *view; argument 1743 const struct isl_view *view; 1799 const struct isl_view *view; 2505 const struct isl_view *view); 2767 const struct isl_view *view, 2769 struct isl_view *uncompressed_view,
|
D | isl_storage_image.c | 227 const struct isl_view *view) in isl_surf_fill_image_param()
|
D | isl.c | 2970 const struct isl_view *view, in isl_surf_get_uncompressed_surf() 2972 struct isl_view *ucompr_view, in isl_surf_get_uncompressed_surf()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 366 const struct isl_view *view) in isl_color_value_requires_conversion() 6301 struct isl_view isl_view = {}; in cmd_buffer_emit_depth_stencil() local 6303 .view = &isl_view, in cmd_buffer_emit_depth_stencil() 6308 isl_view = gfx->depth_att.iview->planes[0].isl; in cmd_buffer_emit_depth_stencil() 6310 isl_view = gfx->stencil_att.iview->planes[0].isl; in cmd_buffer_emit_depth_stencil() 6314 assert(isl_view.array_len == 0 || in cmd_buffer_emit_depth_stencil() 6315 isl_view.array_len >= util_last_bit(gfx->view_mask)); in cmd_buffer_emit_depth_stencil() 6316 isl_view.array_len = util_last_bit(gfx->view_mask); in cmd_buffer_emit_depth_stencil() 6318 assert(isl_view.array_len == 0 || in cmd_buffer_emit_depth_stencil() 6319 isl_view.array_len >= util_last_bit(gfx->layer_count)); in cmd_buffer_emit_depth_stencil() [all …]
|
D | anv_image.c | 2468 const struct isl_view *view_in, in anv_image_fill_surface_state() 2481 struct isl_view view = *view_in; in anv_image_fill_surface_state() 2725 iview->planes[vplane].isl = (struct isl_view) { in anv_CreateImageView()
|
D | anv_private.h | 3939 struct isl_view isl; 3976 const struct isl_view *view,
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_priv.h | 64 struct isl_view view;
|
D | blorp.c | 135 info->view = (struct isl_view) { in brw_blorp_surface_info_init()
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.2.6.rst | 62 - i965: Fix calculation of layers array length for isl_view
|
D | 19.0.0.rst | 466 - i965: Fix calculation of layers array length for isl_view
|
D | 22.2.0.rst | 2840 - intel/isl: Add isl_view::min_lod_clamp for IVB+
|