OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:row_pitch_B
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl.c
1383
uint32_t
row_pitch_B
= min_row_pitch_B;
1385
if (surf_info->
row_pitch_B
!= 0) {
1386
row_pitch_B
= surf_info->
row_pitch_B
;
1388
if (
row_pitch_B
< min_row_pitch_B)
1391
if (
row_pitch_B
% alignment_B != 0)
1395
const uint32_t row_pitch_tl =
row_pitch_B
/ tile_info->phys_extent_B.width;
1397
if (
row_pitch_B
== 0)
1408
!pitch_in_range(
row_pitch_B
, RENDER_SURFACE_STATE_SurfacePitch_bits(dev->info)))
1417
!pitch_in_range(
row_pitch_B
, _3DSTATE_DEPTH_BUFFER_SurfacePitch_bits(dev->info))
[
all
...]
isl.h
1094
* @see isl_surf::
row_pitch_B
1150
uint32_t
row_pitch_B
;
1201
* surface in tiles is
row_pitch_B
/ isl_tile_info::physical_extent_B.width
1203
* is given by
row_pitch_B
* isl_tile_info::physical_extent_B.height.
1211
uint32_t
row_pitch_B
;
1822
uint32_t
row_pitch_B
/**< Ignored if 0 */);
1922
return surf->
row_pitch_B
;
1933
assert(surf->
row_pitch_B
% (fmtl->bpb / 8) == 0);
1934
return surf->
row_pitch_B
/ (fmtl->bpb / 8);
1972
return isl_surf_get_array_pitch_sa_rows(surf) * surf->
row_pitch_B
;
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl.c
1543
surf_info->
row_pitch_B
== 0) {
1586
* If the ISL caller didn't specify a
row_pitch_B
, then we should assume
1588
*
row_pitch_B
, this is probably because the caller is trying to import a
1593
if (surf_info->
row_pitch_B
== 0)
1685
if (surf_info->
row_pitch_B
!= 0) {
1686
if (surf_info->
row_pitch_B
< min_row_pitch_B)
1689
if (surf_info->
row_pitch_B
% alignment_B != 0)
1693
const uint32_t
row_pitch_B
=
1694
surf_info->
row_pitch_B
!= 0 ? surf_info->
row_pitch_B
: min_row_pitch_B
[
all
...]
isl.h
1386
* @see isl_surf::
row_pitch_B
1442
uint32_t
row_pitch_B
;
1519
* surface in tiles is
row_pitch_B
/ isl_tile_info::physical_extent_B.width
1521
* is given by
row_pitch_B
* isl_tile_info::physical_extent_B.height.
1529
uint32_t
row_pitch_B
;
2366
* @param
row_pitch_B
: The row pitch for the CCS in bytes or 0 if
2375
uint32_t
row_pitch_B
);
2479
return surf->
row_pitch_B
;
2490
assert(surf->
row_pitch_B
% (fmtl->bpb / 8) == 0);
2491
return surf->
row_pitch_B
/ (fmtl->bpb / 8)
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026