Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pbox
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/
H
A
D
i810_dma.c
599
struct drm_clip_rect *
pbox
= sarea_priv->boxes;
in i810_dma_dispatch_clear()
local
620
for (i = 0; i < nbox; i++,
pbox
++) {
in i810_dma_dispatch_clear()
621
unsigned int x =
pbox
->x1;
in i810_dma_dispatch_clear()
622
unsigned int y =
pbox
->y1;
in i810_dma_dispatch_clear()
623
unsigned int width = (
pbox
->x2 - x) * cpp;
in i810_dma_dispatch_clear()
624
unsigned int height =
pbox
->y2 - y;
in i810_dma_dispatch_clear()
627
if (
pbox
->x1 >
pbox
->x2 ||
in i810_dma_dispatch_clear()
628
pbox
->y1 >
pbox
in i810_dma_dispatch_clear()
672
struct drm_clip_rect *
pbox
= sarea_priv->boxes;
i810_dma_dispatch_swap()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
r128_state.c
364
struct drm_clip_rect *
pbox
= sarea_priv->boxes;
in r128_cce_dispatch_clear()
local
381
int x =
pbox
[i].x1;
in r128_cce_dispatch_clear()
382
int y =
pbox
[i].y1;
in r128_cce_dispatch_clear()
383
int w =
pbox
[i].x2 - x;
in r128_cce_dispatch_clear()
384
int h =
pbox
[i].y2 - y;
in r128_cce_dispatch_clear()
387
pbox
[i].x1,
pbox
[i].y1,
pbox
[i].x2,
in r128_cce_dispatch_clear()
388
pbox
[i].y2, flags);
in r128_cce_dispatch_clear()
469
struct drm_clip_rect *
pbox
in r128_cce_dispatch_swap()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H
A
D
mga_state.c
485
struct drm_clip_rect *
pbox
= sarea_priv->boxes;
in mga_dma_dispatch_clear()
local
500
struct drm_clip_rect *box = &
pbox
[i];
in mga_dma_dispatch_clear()
573
struct drm_clip_rect *
pbox
= sarea_priv->boxes;
in mga_dma_dispatch_swap()
local
598
struct drm_clip_rect *box = &
pbox
[i];
in mga_dma_dispatch_swap()
771
struct drm_clip_rect *
pbox
= sarea_priv->boxes;
in mga_dma_dispatch_blit()
local
793
int srcx =
pbox
[i].x1 + blit->delta_sx;
in mga_dma_dispatch_blit()
794
int srcy =
pbox
[i].y1 + blit->delta_sy;
in mga_dma_dispatch_blit()
795
int dstx =
pbox
[i].x1 + blit->delta_dx;
in mga_dma_dispatch_blit()
796
int dsty =
pbox
[i].y1 + blit->delta_dy;
in mga_dma_dispatch_blit()
797
int h =
pbox
[
in mga_dma_dispatch_blit()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/
H
A
D
savage_state.c
37
const struct drm_clip_rect *
pbox
)
in savage_emit_clip_rect_s3d()
42
((uint32_t)
pbox
->x1 & 0x000007ff) |
in savage_emit_clip_rect_s3d()
43
(((uint32_t)
pbox
->y1 << 16) & 0x07ff0000);
in savage_emit_clip_rect_s3d()
45
(((uint32_t)
pbox
->x2 - 1) & 0x000007ff) |
in savage_emit_clip_rect_s3d()
46
((((uint32_t)
pbox
->y2 - 1) << 16) & 0x07ff0000);
in savage_emit_clip_rect_s3d()
63
const struct drm_clip_rect *
pbox
)
in savage_emit_clip_rect_s4()
68
((uint32_t)
pbox
->x1 & 0x000007ff) |
in savage_emit_clip_rect_s4()
69
(((uint32_t)
pbox
->y1 << 12) & 0x00fff000);
in savage_emit_clip_rect_s4()
71
(((uint32_t)
pbox
->x2 - 1) & 0x000007ff) |
in savage_emit_clip_rect_s4()
72
((((uint32_t)
pbox
in savage_emit_clip_rect_s4()
36
savage_emit_clip_rect_s3d(drm_savage_private_t * dev_priv, const struct drm_clip_rect *
pbox
)
savage_emit_clip_rect_s3d()
argument
62
savage_emit_clip_rect_s4(drm_savage_private_t * dev_priv, const struct drm_clip_rect *
pbox
)
savage_emit_clip_rect_s4()
argument
[all...]
H
A
D
savage_drv.h
198
const struct drm_clip_rect *
pbox
);
223
const struct drm_clip_rect *
pbox
);
225
const struct drm_clip_rect *
pbox
);
Completed in 7 milliseconds