Searched refs:ISL_TILING_Y0 (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_drm.c44 case ISL_TILING_Y0:
72 return ISL_TILING_Y0;
94 .tiling = ISL_TILING_Y0,
99 .tiling = ISL_TILING_Y0,
106 .tiling = ISL_TILING_Y0,
113 .tiling = ISL_TILING_Y0,
120 .tiling = ISL_TILING_Y0,
H A Disl_gfx7.c414 if (tiling == ISL_TILING_Y0 &&
H A Disl_emit_depth_stencil.c133 db.TileWalk = info->depth_surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
H A Disl_storage_image.c287 case ISL_TILING_Y0:
H A Disl.c352 assert(tiling == ISL_TILING_X || tiling == ISL_TILING_Y0 ||
373 case ISL_TILING_Y0:
646 CHOOSE(ISL_TILING_Y0);
832 assert(tiling == ISL_TILING_Y0);
2227 if (surf->tiling != ISL_TILING_Y0)
2338 } else if (surf->tiling == ISL_TILING_Y0) {
H A Disl.h570 * Note that legacy Y tiling is ISL_TILING_Y0 instead of ISL_TILING_Y, to
577 ISL_TILING_Y0, /**< Legacy Y tiling */ enumerator in enum:isl_tiling
595 #define ISL_TILING_Y0_BIT (1u << ISL_TILING_Y0)
2694 * tilings such as ISL_TILING_Y0
2735 * tilings such as ISL_TILING_Y0
2841 case ISL_TILING_Y0:
H A Disl_surface_state.c89 [ISL_TILING_Y0] = YMAJOR,
538 s.TileWalk = info->surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
H A Disl_tiled_memcpy.c851 } else if (tiling == ISL_TILING_Y0) {
942 } else if (tiling == ISL_TILING_Y0) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_drm.c43 case ISL_TILING_Y0:
68 return ISL_TILING_Y0;
88 .tiling = ISL_TILING_Y0,
93 .tiling = ISL_TILING_Y0,
H A Disl_gen7.c404 if (tiling == ISL_TILING_Y0 &&
H A Disl_emit_depth_stencil.c102 db.TileWalk = info->depth_surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
H A Disl_storage_image.c283 case ISL_TILING_Y0:
H A Disl_surface_state.c72 [ISL_TILING_Y0] = YMAJOR,
447 s.TileWalk = info->surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
H A Disl.c225 assert(tiling == ISL_TILING_X || tiling == ISL_TILING_Y0);
244 case ISL_TILING_Y0:
427 CHOOSE(ISL_TILING_Y0);
613 assert(tiling == ISL_TILING_Y0);
1777 } else if (surf->tiling == ISL_TILING_Y0) {
H A Disl.h455 * Note that legacy Y tiling is ISL_TILING_Y0 instead of ISL_TILING_Y, to
462 ISL_TILING_Y0, /**< Legacy Y tiling */ enumerator in enum:isl_tiling
477 #define ISL_TILING_Y0_BIT (1u << ISL_TILING_Y0)
H A Disl_tiled_memcpy.c853 } else if (tiling == ISL_TILING_Y0) {
944 } else if (tiling == ISL_TILING_Y0) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_blit.c263 bool dst_y_tiled = dst_tiling == ISL_TILING_Y0;
264 bool src_y_tiled = src_tiling == ISL_TILING_Y0;
640 if (dst_tiling == ISL_TILING_Y0)
743 const bool dst_y_tiled = mt->surf.tiling == ISL_TILING_Y0;
H A Dintel_pixel_read.c133 irb->mt->surf.tiling != ISL_TILING_Y0)) {
H A Dintel_tex_image.c236 image->mt->surf.tiling != ISL_TILING_Y0)) {
736 image->mt->surf.tiling != ISL_TILING_Y0)) {
H A Dintel_mipmap_tree.c119 return tiling == ISL_TILING_Y0;
228 return tiling == ISL_TILING_Y0;
542 tiling == ISL_TILING_Y0)
1374 case ISL_TILING_Y0:
1426 case ISL_TILING_Y0:
3685 (devinfo->gen >= 6 && mt->surf.tiling == ISL_TILING_Y0) ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blit.c271 bool dst_y_tiled = dst_tiling == ISL_TILING_Y0;
272 bool src_y_tiled = src_tiling == ISL_TILING_Y0;
648 if (dst_tiling == ISL_TILING_Y0)
751 const bool dst_y_tiled = mt->surf.tiling == ISL_TILING_Y0;
H A Dbrw_pixel_read.c133 irb->mt->surf.tiling != ISL_TILING_Y0)) {
H A Dbrw_tex_image.c236 image->mt->surf.tiling != ISL_TILING_Y0)) {
788 image->mt->surf.tiling != ISL_TILING_Y0)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c251 if (src->surf.tiling == ISL_TILING_Y0 || dst->surf.tiling == ISL_TILING_Y0)
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dtiling.rst312 :cpp:enumerator:`isl_tiling::ISL_TILING_Y0` :math:`u_6` :math:`u_5` :math:`u_4` :math:`v_4` :math:`v_3` :math:`v_2` :math:`v_1` :math:`v_0` :math:`u_3` :math:`u_2` :math:`u_1` :math:`u_0`

Completed in 39 milliseconds

12