OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npix_z
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/radeon/
radeon_surface.h
74
uint32_t
npix_z
;
member in struct:radeon_surface_level
113
uint32_t
npix_z
;
member in struct:radeon_surface
radeon_surface.c
175
surflevel->
npix_z
= mip_minify(surf->
npix_z
, level);
178
surflevel->nblk_z = (surflevel->
npix_z
+ surf->blk_d - 1) / surf->blk_d;
445
if (surf->npix_x > 8192 || surf->npix_y > 8192 || surf->
npix_z
> 8192) {
584
surflevel->
npix_z
= mip_minify(surf->
npix_z
, level);
587
surflevel->nblk_z = (surflevel->
npix_z
+ surf->blk_d - 1) / surf->blk_d;
712
if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->
npix_z
> 16384) {
1293
if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->
npix_z
> 16384) {
1433
surflevel->
npix_z
= mip_minify(surf->npix_z, level)
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
radeon_drm_surface.c
102
surf_drm->
npix_z
= tex->depth0;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_bo_helper.c
120
surface->
npix_z
= 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_surface.c
102
surf_drm->
npix_z
= tex->depth0;
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa.c
506
surface.
npix_z
= 1;
drmmode_display.c
82
surface->
npix_z
= 1;
1301
surface.
npix_z
= 1;
radeon_kms.c
1270
surface.
npix_z
= 1;
Completed in 11 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026