OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISL_TILING_Y0
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
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
,
isl_gfx7.c
414
if (tiling ==
ISL_TILING_Y0
&&
isl_emit_depth_stencil.c
133
db.TileWalk = info->depth_surf->tiling ==
ISL_TILING_Y0
? TILEWALK_YMAJOR :
isl_storage_image.c
287
case
ISL_TILING_Y0
:
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
) {
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 */
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
:
isl_surface_state.c
89
[
ISL_TILING_Y0
] = YMAJOR,
538
s.TileWalk = info->surf->tiling ==
ISL_TILING_Y0
? TILEWALK_YMAJOR :
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/
isl_drm.c
43
case
ISL_TILING_Y0
:
68
return
ISL_TILING_Y0
;
88
.tiling =
ISL_TILING_Y0
,
93
.tiling =
ISL_TILING_Y0
,
isl_gen7.c
404
if (tiling ==
ISL_TILING_Y0
&&
isl_emit_depth_stencil.c
102
db.TileWalk = info->depth_surf->tiling ==
ISL_TILING_Y0
? TILEWALK_YMAJOR :
isl_storage_image.c
283
case
ISL_TILING_Y0
:
isl_surface_state.c
72
[
ISL_TILING_Y0
] = YMAJOR,
447
s.TileWalk = info->surf->tiling ==
ISL_TILING_Y0
? TILEWALK_YMAJOR :
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
) {
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 */
477
#define ISL_TILING_Y0_BIT (1u <<
ISL_TILING_Y0
)
isl_tiled_memcpy.c
853
} else if (tiling ==
ISL_TILING_Y0
) {
944
} else if (tiling ==
ISL_TILING_Y0
) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
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
;
brw_pixel_read.c
133
irb->mt->surf.tiling !=
ISL_TILING_Y0
)) {
brw_tex_image.c
236
image->mt->surf.tiling !=
ISL_TILING_Y0
)) {
788
image->mt->surf.tiling !=
ISL_TILING_Y0
)) {
brw_mipmap_tree.c
342
tiling ==
ISL_TILING_Y0
)
1183
case
ISL_TILING_Y0
:
3043
(devinfo->ver >= 6 && mt->surf.tiling ==
ISL_TILING_Y0
) ||
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
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
;
intel_pixel_read.c
133
irb->mt->surf.tiling !=
ISL_TILING_Y0
)) {
intel_tex_image.c
236
image->mt->surf.tiling !=
ISL_TILING_Y0
)) {
736
image->mt->surf.tiling !=
ISL_TILING_Y0
)) {
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/gallium/drivers/crocus/
crocus_blt.c
251
if (src->surf.tiling ==
ISL_TILING_Y0
|| dst->surf.tiling ==
ISL_TILING_Y0
)
Completed in 36 milliseconds
1
2
Indexes created Wed Jul 22 00:25:13 UTC 2026