Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl.c441 case ISL_DIM_LAYOUT_GEN4_2D: in isl_choose_array_pitch_span()
635 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
638 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
654 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
661 return ISL_DIM_LAYOUT_GEN4_2D; in isl_surf_choose_dim_layout()
692 case ISL_DIM_LAYOUT_GEN4_2D: in isl_calc_phys_level0_extent_sa()
708 assert(dim_layout == ISL_DIM_LAYOUT_GEN4_2D || in isl_calc_phys_level0_extent_sa()
777 case ISL_DIM_LAYOUT_GEN4_2D: in isl_calc_phys_level0_extent_sa()
1196 case ISL_DIM_LAYOUT_GEN4_2D: in isl_calc_phys_total_extent_el()
2095 case ISL_DIM_LAYOUT_GEN4_2D: in isl_surf_get_image_offset_sa()
DREADME74 (ISL_DIM_LAYOUT_GEN4_2D).
Disl_surface_state.c172 case ISL_DIM_LAYOUT_GEN4_2D: in get_qpitch()
Disl.h520 ISL_DIM_LAYOUT_GEN4_2D, enumerator
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c448 if (surf->dim_layout == ISL_DIM_LAYOUT_GEN4_2D) in get_num_phys_layers()
3721 ISL_DIM_LAYOUT_GEN9_1D : ISL_DIM_LAYOUT_GEN4_2D); in get_isl_dim_layout()
3729 return ISL_DIM_LAYOUT_GEN4_2D; in get_isl_dim_layout()
3734 ISL_DIM_LAYOUT_GEN4_2D); in get_isl_dim_layout()
3738 ISL_DIM_LAYOUT_GEN4_2D : ISL_DIM_LAYOUT_GEN4_3D); in get_isl_dim_layout()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1257 surf.dim_layout == ISL_DIM_LAYOUT_GEN4_2D) { in blorp_emit_surface_state()