Home
last modified time | relevance | path

Searched refs:ISL_DIM_LAYOUT_GEN4_2D (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl.c618 case ISL_DIM_LAYOUT_GEN4_2D: in isl_choose_array_pitch_span()
821 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
824 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
840 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
847 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
878 case ISL_DIM_LAYOUT_GEN4_2D: in isl_calc_phys_level0_extent_sa()
894 assert(dim_layout == ISL_DIM_LAYOUT_GEN4_2D || in isl_calc_phys_level0_extent_sa()
960 case ISL_DIM_LAYOUT_GEN4_2D: in isl_calc_phys_level0_extent_sa()
1379 case ISL_DIM_LAYOUT_GEN4_2D: in isl_calc_phys_total_extent_el()
2522 case ISL_DIM_LAYOUT_GEN4_2D: in isl_surf_get_image_offset_sa()
DREADME74 (ISL_DIM_LAYOUT_GEN4_2D).
Disl_surface_state.c187 case ISL_DIM_LAYOUT_GEN4_2D: in get_qpitch()
Disl.h537 ISL_DIM_LAYOUT_GEN4_2D, enumerator
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c250 if (surf->dim_layout == ISL_DIM_LAYOUT_GEN4_2D) in get_num_phys_layers()
3233 ISL_DIM_LAYOUT_GEN9_1D : ISL_DIM_LAYOUT_GEN4_2D); in get_isl_dim_layout()
3241 return ISL_DIM_LAYOUT_GEN4_2D; in get_isl_dim_layout()
3246 ISL_DIM_LAYOUT_GEN4_2D); in get_isl_dim_layout()
3250 ISL_DIM_LAYOUT_GEN4_2D : ISL_DIM_LAYOUT_GEN4_3D); in get_isl_dim_layout()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c318 ISL_DIM_LAYOUT_GEN9_1D : ISL_DIM_LAYOUT_GEN4_2D); in iris_get_isl_dim_layout()
325 return ISL_DIM_LAYOUT_GEN4_2D; in iris_get_isl_dim_layout()
329 ISL_DIM_LAYOUT_GEN4_2D : ISL_DIM_LAYOUT_GEN4_3D); in iris_get_isl_dim_layout()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1411 surf.dim_layout == ISL_DIM_LAYOUT_GEN4_2D) { in blorp_emit_surface_state()