Home
last modified time | relevance | path

Searched refs:isl_format_get_layout (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl.c275 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_color_value_is_zero()
295 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_color_value_is_zero_one()
338 assert(isl_format_get_layout(info->format)->txc == ISL_TXC_CCS); in isl_surf_choose_tiling()
557 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_choose_image_alignment_el()
676 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_level0_extent_sa()
816 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_array_pitch_el_rows_gen4_2d()
917 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_slice0_extent_sa_gen4_2d()
992 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_total_extent_el_gen4_2d()
1023 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_total_extent_el_gen4_3d()
1088 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
[all …]
Disl_gen7.c228 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gen6_filter_tiling()
232 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS) in isl_gen6_filter_tiling()
295 if (ISL_DEV_GEN(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128) in isl_gen6_filter_tiling()
Disl.h1384 isl_format_get_layout(enum isl_format fmt) in isl_format_get_layout() function
1455 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_is_compressed()
1463 switch (isl_format_get_layout(fmt)->txc) { in isl_format_has_bc_compression()
1491 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_is_yuv()
1499 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_block_is_1x1x1()
1763 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); in isl_surf_get_image_alignment_sa()
1785 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); in isl_surf_get_row_pitch_el()
1816 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); in isl_surf_get_array_pitch_sa_rows()
1935 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_tiling_get_intratile_offset_sa()
Disl_storage_image.c204 return isl_format_get_layout(fmt)->bpb <= 64; in isl_has_matching_typed_storage_image_format()
206 return isl_format_get_layout(fmt)->bpb <= 32; in isl_has_matching_typed_storage_image_format()
243 const int cpp = isl_format_get_layout(surf->format)->bpb / 8; in isl_surf_fill_image_param()
Disl_gen9.c39 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in gen9_calc_std_image_alignment_sa()
110 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_gen9_choose_image_alignment_el()
Disl_priv.h136 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_extent3d_sa_to_el()
152 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_extent3d_el_to_sa()
Disl_surface_state.c263 isl_format_get_layout(info->surf->format); in isl_genX()
265 isl_format_get_layout(info->surf->format); in isl_genX()
523 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb)); in isl_genX()
531 if (isl_format_get_layout(info->view->format)->bpb == 8) in isl_genX()
533 if (isl_format_get_layout(info->view->format)->bpb == 16) in isl_genX()
Disl_format.c396 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_sampling()
403 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_sampling()
410 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_sampling()
429 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_filtering()
436 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_filtering()
443 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_filtering()
521 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_ccs_d()
593 } else if (devinfo->gen < 7 && isl_format_get_layout(format)->bpb > 64) { in isl_format_supports_multisampling()
623 const struct isl_format_layout *fmtl1 = isl_format_get_layout(format1); in isl_formats_are_ccs_e_compatible()
624 const struct isl_format_layout *fmtl2 = isl_format_get_layout(format2); in isl_formats_are_ccs_e_compatible()
[all …]
Disl_gen4.c87 if (isl_format_get_layout(info->format)->bpb >= 128) in isl_gen4_filter_tiling()
Disl_gen8.c103 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_gen8_choose_image_alignment_el()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1583 assert(isl_format_get_layout(red_format)->channels.r.type == in surf_fake_rgb_with_red()
1584 isl_format_get_layout(info->view.format)->channels.r.type); in surf_fake_rgb_with_red()
1585 assert(isl_format_get_layout(red_format)->channels.r.bits == in surf_fake_rgb_with_red()
1586 isl_format_get_layout(info->view.format)->channels.r.bits); in surf_fake_rgb_with_red()
1599 isl_format_get_layout(params->dst.surf.format); in fake_dest_rgb_with_red()
2343 isl_format_get_layout(info->surf.format); in blorp_surf_convert_to_uncompressed()
2420 isl_format_get_layout(params.src.surf.format); in blorp_copy()
2422 isl_format_get_layout(params.dst.surf.format); in blorp_copy()
2485 isl_format_get_layout(params.src.view.format)->channels.r.bits; in blorp_copy()
2487 isl_format_get_layout(params.dst.view.format)->channels.r.bits; in blorp_copy()
Dblorp_clear.c211 x_align = isl_format_get_layout(aux_surf->format)->bw; in get_fast_clear_rect()
212 y_align = isl_format_get_layout(aux_surf->format)->bh; in get_fast_clear_rect()
741 isl_format_get_layout(params.dst.aux_surf.format); in blorp_ccs_resolve()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c368 y_isl_layout = isl_format_get_layout(format->planes[p].isl_format); in try_lower_tex_ycbcr()
402 isl_format_get_layout(plane_format->isl_format); in try_lower_tex_ycbcr()
Danv_image.c1002 isl_format_get_layout(surface->isl.format); in anv_image_fill_surface_state()
1305 const uint32_t format_bs = isl_format_get_layout(view->format)->bpb / 8; in anv_CreateBufferView()
1336 isl_format_get_layout(storage_format)->bpb / 8)); in anv_CreateBufferView()
1342 isl_format_get_layout(view->format)->bpb / 8); in anv_CreateBufferView()
Danv_android.c169 (isl_format_get_layout(format)->bpb / 8); in anv_image_from_gralloc()
Danv_formats.c436 isl_format_get_layout(plane_format.isl_format); in anv_get_format_plane()
517 isl_format_get_layout(plane_format.isl_format)->txc == ISL_TXC_ASTC) in get_image_format_features()
Danv_blorp.c135 isl_format_get_layout(format); in get_blorp_surf_for_anv_buffer()
144 assert(fmtl->bpb == isl_format_get_layout(format)->bpb); in get_blorp_surf_for_anv_buffer()
373 isl_format_get_layout(buffer_format); in copy_buffer_to_image()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_surface_builder.cpp272 const isl_format_layout *fmtl = isl_format_get_layout(format); in get_bit_widths()
1005 const unsigned size = isl_format_get_layout(format)->bpb / 32; in emit_image_load()
1153 const unsigned size = isl_format_get_layout(format)->bpb / 32; in emit_image_store()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c642 mt->cpp = isl_format_get_layout(mt->surf.format)->bpb / 8; in make_surface()
1480 const unsigned cpp = (isl_format_get_layout(dst_mt->surf.format)->bpb / 8); in intel_miptree_copy_slice_sw()
2582 isl_format_get_layout(view_format)->name, in can_texture_with_ccs()