Searched refs:ISL_TILING_Y0 (Results 1 - 25 of 31) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_drm.c | 44 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 D | isl_gfx7.c | 414 if (tiling == ISL_TILING_Y0 &&
|
| H A D | isl_emit_depth_stencil.c | 133 db.TileWalk = info->depth_surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
|
| H A D | isl_storage_image.c | 287 case ISL_TILING_Y0:
|
| H A D | isl.c | 352 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 D | isl.h | 570 * 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 D | isl_surface_state.c | 89 [ISL_TILING_Y0] = YMAJOR, 538 s.TileWalk = info->surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
|
| H A D | isl_tiled_memcpy.c | 851 } else if (tiling == ISL_TILING_Y0) { 942 } else if (tiling == ISL_TILING_Y0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_drm.c | 43 case ISL_TILING_Y0: 68 return ISL_TILING_Y0; 88 .tiling = ISL_TILING_Y0, 93 .tiling = ISL_TILING_Y0,
|
| H A D | isl_gen7.c | 404 if (tiling == ISL_TILING_Y0 &&
|
| H A D | isl_emit_depth_stencil.c | 102 db.TileWalk = info->depth_surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
|
| H A D | isl_storage_image.c | 283 case ISL_TILING_Y0:
|
| H A D | isl_surface_state.c | 72 [ISL_TILING_Y0] = YMAJOR, 447 s.TileWalk = info->surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR :
|
| H A D | isl.c | 225 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 D | isl.h | 455 * 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 D | isl_tiled_memcpy.c | 853 } 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 D | intel_blit.c | 263 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 D | intel_pixel_read.c | 133 irb->mt->surf.tiling != ISL_TILING_Y0)) {
|
| H A D | intel_tex_image.c | 236 image->mt->surf.tiling != ISL_TILING_Y0)) { 736 image->mt->surf.tiling != ISL_TILING_Y0)) {
|
| H A D | intel_mipmap_tree.c | 119 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 D | brw_blit.c | 271 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 D | brw_pixel_read.c | 133 irb->mt->surf.tiling != ISL_TILING_Y0)) {
|
| H A D | brw_tex_image.c | 236 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 D | crocus_blt.c | 251 if (src->surf.tiling == ISL_TILING_Y0 || dst->surf.tiling == ISL_TILING_Y0)
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | tiling.rst | 312 :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