Home
last modified time | relevance | path

Searched refs:isl_surf (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl.h1244 struct isl_surf { struct
1377 const struct isl_surf *surf;
1395 const struct isl_surf *aux_surf;
1462 const struct isl_surf *depth_surf;
1470 const struct isl_surf *stencil_surf;
1503 const struct isl_surf *hiz_surf;
2012 struct isl_surf *surf,
2016 isl_surf_get_tile_info(const struct isl_surf *surf,
2021 const struct isl_surf *surf);
2025 const struct isl_surf *surf,
[all …]
Disl.c1610 struct isl_surf *surf, in isl_surf_init_s()
1754 *surf = (struct isl_surf) { in isl_surf_init_s()
1781 isl_surf_get_tile_info(const struct isl_surf *surf, in isl_surf_get_tile_info()
1790 const struct isl_surf *surf, in isl_surf_get_hiz_surf()
1791 struct isl_surf *hiz_surf) in isl_surf_get_hiz_surf()
1899 const struct isl_surf *surf, in isl_surf_get_mcs_surf()
1900 struct isl_surf *mcs_surf) in isl_surf_get_mcs_surf()
1964 const struct isl_surf *surf) in isl_surf_supports_ccs()
2094 const struct isl_surf *surf, in isl_surf_get_ccs_surf()
2095 struct isl_surf *aux_surf, in isl_surf_get_ccs_surf()
[all …]
Disl_storage_image.c226 const struct isl_surf *surf, in isl_surf_fill_image_param()
Disl_surface_state.c149 get_image_alignment(const struct isl_surf *surf) in get_image_alignment()
182 get_qpitch(const struct isl_surf *surf) in get_qpitch()
DREADME31 - `struct isl_surf` distinguishes between the surface's logical dimension
/external/mesa3d/src/intel/isl/tests/
Disl_surf_get_image_offset_test.c55 t_assert_image_alignment_el(const struct isl_surf *surf, in t_assert_image_alignment_el()
68 t_assert_image_alignment_sa(const struct isl_surf *surf, in t_assert_image_alignment_sa()
81 t_assert_offset_el(const struct isl_surf *surf, in t_assert_offset_el()
97 t_assert_phys_level0_sa(const struct isl_surf *surf, uint32_t width, in t_assert_phys_level0_sa()
104 t_assert_gen4_3d_layer(const struct isl_surf *surf, in t_assert_gen4_3d_layer()
133 struct isl_surf surf; in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0()
181 struct isl_surf surf; in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
242 struct isl_surf surf; in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
/external/mesa3d/src/intel/common/
Dgen_aux_map.h92 gen_aux_map_format_bits_for_isl_surf(const struct isl_surf *isl_surf);
Dgen_aux_map.c338 gen_aux_map_format_bits_for_isl_surf(const struct isl_surf *isl_surf) in gen_aux_map_format_bits_for_isl_surf() argument
340 assert(!isl_format_is_planar(isl_surf->format)); in gen_aux_map_format_bits_for_isl_surf()
341 return gen_aux_map_format_bits(isl_surf->tiling, isl_surf->format, 0); in gen_aux_map_format_bits_for_isl_surf()
/external/mesa3d/src/intel/blorp/
Dblorp.h102 const struct isl_surf *surf;
105 const struct isl_surf *aux_surf;
191 const struct isl_surf *surf,
Dblorp_priv.h51 struct isl_surf surf;
54 struct isl_surf aux_surf;
Dblorp_clear.c213 const struct isl_surf *aux_surf, in get_fast_clear_rect()
751 const struct isl_surf *surf, in blorp_can_hiz_clear_depth()
Dblorp_blit.c2171 get_px_size_sa(const struct isl_surf *surf) in get_px_size_sa()
2850 struct isl_surf surf; in do_buffer_copy()
Dblorp_genX_exec.h1408 struct isl_surf surf = surface->surf; in blorp_emit_surface_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.h63 struct isl_surf surf;
98 struct isl_surf surf;
107 struct isl_surf surf;
Diris_resource.c1424 struct isl_surf *surf = &((struct iris_resource *) map->staging)->surf; in iris_map_copy_region()
1451 get_image_offset_el(const struct isl_surf *surf, unsigned level, unsigned z, in get_image_offset_el()
1615 struct isl_surf *surf = &res->surf; in iris_unmap_s8()
1647 struct isl_surf *surf = &res->surf; in iris_map_s8()
1692 tile_extents(const struct isl_surf *surf, in tile_extents()
1719 struct isl_surf *surf = &res->surf; in iris_unmap_tiled_memcpy()
1748 struct isl_surf *surf = &res->surf; in iris_map_tiled_memcpy()
1802 struct isl_surf *surf = &res->surf; in iris_map_direct()
1842 struct isl_surf *surf = &res->surf; in iris_transfer_map()
2053 const struct isl_surf *surf = &res->surf; in iris_texture_subdata()
Diris_state.c2288 struct isl_surf *surf) in get_rt_read_isl_surf()
2336 struct isl_surf *surf, in fill_surface_state()
2600 struct isl_surf surf; in iris_create_surface()
2633 struct isl_surf isl_surf; in iris_create_surface() local
2658 &isl_surf, in iris_create_surface()
2671 memcpy(&isl_surf, &res->surf, sizeof(isl_surf)); in iris_create_surface()
2677 isl_surf.format = fmt.fmt; in iris_create_surface()
2678 isl_surf.logical_level0_px = isl_surf_get_logical_level0_el(&isl_surf); in iris_create_surface()
2679 isl_surf.phys_level0_sa = isl_surf_get_phys_level0_el(&isl_surf); in iris_create_surface()
2683 psurf->width = isl_surf.logical_level0_px.width; in iris_create_surface()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.h143 struct isl_surf surf;
184 struct isl_surf surf;
Dbrw_wm_surface_state.c84 uint32_t *offset, struct isl_surf *surf) in get_isl_surf()
149 struct isl_surf surf; in brw_emit_surface_state()
156 struct isl_surf *aux_surf = NULL; in brw_emit_surface_state()
Dintel_screen.c754 struct isl_surf surf; in intel_create_image_common()
776 struct isl_surf aux_surf = {0,}; in intel_create_image_common()
1144 struct isl_surf surf; in intel_create_image_from_fds_common()
1206 struct isl_surf aux_surf = {0,}; in intel_create_image_from_fds_common()
Dintel_mipmap_tree.c242 get_num_phys_layers(const struct isl_surf *surf, unsigned level) in get_num_phys_layers()
716 struct isl_surf temp_ccs_surf = {0,}; in create_ccs_buf_for_image()
1450 const struct isl_surf *aux_surf, in intel_alloc_aux_buffer()
1580 struct isl_surf aux_surf = {0,}; in intel_miptree_alloc_aux()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c137 struct isl_surf *isl_surf) in get_blorp_surf_for_anv_buffer() argument
157 .surf = isl_surf, in get_blorp_surf_for_anv_buffer()
167 ok = isl_surf_init(&device->isl_dev, isl_surf, in get_blorp_surf_for_anv_buffer()
574 struct isl_surf buffer_isl_surf; in copy_buffer_to_image()
1097 struct isl_surf isl_surf; in anv_CmdFillBuffer() local
1132 &surf, &isl_surf); in anv_CmdFillBuffer()
1149 &surf, &isl_surf); in anv_CmdFillBuffer()
1164 &surf, &isl_surf); in anv_CmdFillBuffer()
Danv_image.c1807 const struct isl_surf *isl_surf = &surface->isl; in anv_image_fill_surface_state() local
1809 struct isl_surf tmp_surf; in anv_image_fill_surface_state()
1820 isl_surf_get_image_surf(&device->isl_dev, isl_surf, in anv_image_fill_surface_state()
1848 isl_surf = &tmp_surf; in anv_image_fill_surface_state()
1880 .surf = isl_surf, in anv_image_fill_surface_state()
DgenX_cmd_buffer.c298 const struct isl_surf *surf, in isl_color_value_requires_conversion()
470 const struct isl_surf *isl_surf = &image->planes[plane].surface.isl; in anv_image_init_aux_tt() local
471 uint64_t format_bits = gen_aux_map_format_bits_for_isl_surf(isl_surf); in anv_image_init_aux_tt()
510 isl_surf_get_image_range_B_tile(isl_surf, level, in anv_image_init_aux_tt()
Danv_private.h3717 struct isl_surf isl;
/external/mesa3d/docs/relnotes/
D19.1.0.rst3362 - iris: Make some offset math helpers take a const isl_surf pointer