Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl_gen7.c221 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gen6_filter_tiling()
225 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS) in isl_gen6_filter_tiling()
288 if (ISL_DEV_GEN(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128) in isl_gen6_filter_tiling()
Disl.h1022 isl_format_get_layout(enum isl_format fmt) in isl_format_get_layout() function
1083 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_is_compressed()
1091 switch (isl_format_get_layout(fmt)->txc) { in isl_format_has_bc_compression()
1119 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_is_yuv()
1127 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_block_is_1x1x1()
1328 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); in isl_surf_get_image_alignment_sa()
1350 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); in isl_surf_get_row_pitch_el()
1381 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); in isl_surf_get_array_pitch_sa_rows()
1458 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_tiling_get_intratile_offset_sa()
Disl_storage_image.c197 return isl_format_get_layout(fmt)->bpb <= 64; in isl_has_matching_typed_storage_image_format()
199 return isl_format_get_layout(fmt)->bpb <= 32; in isl_has_matching_typed_storage_image_format()
232 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.c268 assert(isl_format_get_layout(info->format)->txc == ISL_TXC_CCS); in isl_surf_choose_tiling()
566 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_level0_extent_sa()
699 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_slice0_extent_sa_gen4_2d()
814 MAYBE_UNUSED const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_phys_slice0_extent_sa_gen9_1d()
880 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_array_pitch_el_rows()
991 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_calc_linear_row_pitch()
1081 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_apply_surface_padding()
1183 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_surf_init_s()
1322 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); in isl_surf_get_tile_info()
1467 switch (isl_format_get_layout(surf->format)->bpb) { in isl_surf_get_ccs_surf()
[all …]
Disl_priv.h129 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_extent3d_sa_to_el()
145 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_extent3d_el_to_sa()
Disl_surface_state.c476 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb)); in isl_genX()
484 if (isl_format_get_layout(info->view->format)->bpb == 8) in isl_genX()
486 if (isl_format_get_layout(info->view->format)->bpb == 16) in isl_genX()
Disl_gen8.c195 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); in isl_gen8_choose_image_alignment_el()
Disl_format.c380 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_sampling()
387 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_sampling()
406 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_filtering()
413 const struct isl_format_layout *fmtl = isl_format_get_layout(format); in isl_format_supports_filtering()
474 } else if (devinfo->gen < 8 && isl_format_get_layout(format)->bpb > 64) { in isl_format_supports_multisampling()
488 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_has_channel_type()
538 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); in isl_format_get_num_channels()
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c208 x_align = isl_format_get_layout(aux_surf->format)->bw; in get_fast_clear_rect()
209 y_align = isl_format_get_layout(aux_surf->format)->bh; in get_fast_clear_rect()
685 isl_format_get_layout(params.dst.aux_surf.format); in blorp_ccs_resolve()
Dblorp_blit.c1576 assert(isl_format_get_layout(red_format)->channels.r.type == in surf_fake_rgb_with_red()
1577 isl_format_get_layout(info->view.format)->channels.r.type); in surf_fake_rgb_with_red()
1578 assert(isl_format_get_layout(red_format)->channels.r.bits == in surf_fake_rgb_with_red()
1579 isl_format_get_layout(info->view.format)->channels.r.bits); in surf_fake_rgb_with_red()
1592 isl_format_get_layout(params->dst.surf.format); in fake_dest_rgb_with_red()
2286 isl_format_get_layout(info->surf.format); in surf_convert_to_uncompressed()
2361 isl_format_get_layout(params.src.surf.format); in blorp_copy()
2363 isl_format_get_layout(params.dst.surf.format); in blorp_copy()
2406 isl_format_get_layout(params.src.view.format)->channels.r.bits; in blorp_copy()
2408 isl_format_get_layout(params.dst.view.format)->channels.r.bits; in blorp_copy()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c279 isl_format_get_layout(format.isl_format); in anv_get_format()
428 if (isl_format_get_layout(linear_fmt.isl_format)->txc == ISL_TXC_ASTC) in anv_physical_device_get_format_properties()
Danv_image.c679 const uint32_t format_bs = isl_format_get_layout(view->format)->bpb / 8; in anv_CreateBufferView()
709 isl_format_get_layout(storage_format)->bpb / 8)); in anv_CreateBufferView()
Danv_blorp.c130 isl_format_get_layout(format); in get_blorp_surf_for_anv_buffer()
138 assert(fmtl->bpb == isl_format_get_layout(format)->bpb); in get_blorp_surf_for_anv_buffer()
328 isl_format_get_layout(buffer_format); in copy_buffer_to_image()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_surface_builder.cpp252 const isl_format_layout *fmtl = isl_format_get_layout(format); in get_bit_widths()
985 const unsigned size = isl_format_get_layout(format)->bpb / 32; in emit_image_load()
1133 const unsigned size = isl_format_get_layout(format)->bpb / 32; in emit_image_store()
Dintel_mipmap_tree.c3498 aux_qpitch / isl_format_get_layout(surf->format)->bh; in intel_miptree_get_aux_isl_surf()