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:dst_clip
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
presentation.c
214
struct u_rect src_rect,
dst_clip
, *dirty_area;
in vlVdpPresentationQueueDisplay()
local
249
dst_clip
.x0 = 0;
in vlVdpPresentationQueueDisplay()
250
dst_clip
.y0 = 0;
in vlVdpPresentationQueueDisplay()
251
dst_clip
.x1 = clip_width ? clip_width : surf_draw->width;
in vlVdpPresentationQueueDisplay()
252
dst_clip
.y1 = clip_height ? clip_height : surf_draw->height;
in vlVdpPresentationQueueDisplay()
261
vl_compositor_set_dst_clip(cstate, &
dst_clip
);
in vlVdpPresentationQueueDisplay()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_bicubic_filter.c
390
struct u_rect *
dst_clip
)
in vl_bicubic_filter_render()
399
if (
dst_clip
) {
in vl_bicubic_filter_render()
400
scissor.minx =
dst_clip
->x0;
in vl_bicubic_filter_render()
401
scissor.miny =
dst_clip
->y0;
in vl_bicubic_filter_render()
402
scissor.maxx =
dst_clip
->x1;
in vl_bicubic_filter_render()
403
scissor.maxy =
dst_clip
->y1;
in vl_bicubic_filter_render()
386
vl_bicubic_filter_render(struct vl_bicubic_filter *filter, struct pipe_sampler_view *src, struct pipe_surface *dst, struct u_rect *dst_area, struct u_rect *
dst_clip
)
vl_bicubic_filter_render()
argument
H
A
D
vl_bicubic_filter.h
60
struct u_rect *
dst_clip
);
H
A
D
vl_compositor.c
501
vl_compositor_set_dst_clip(struct vl_compositor_state *s, struct u_rect *
dst_clip
)
in vl_compositor_set_dst_clip()
argument
505
s->scissor_valid =
dst_clip
!= NULL;
in vl_compositor_set_dst_clip()
506
if (
dst_clip
) {
in vl_compositor_set_dst_clip()
507
s->scissor.minx =
dst_clip
->x0;
in vl_compositor_set_dst_clip()
508
s->scissor.miny =
dst_clip
->y0;
in vl_compositor_set_dst_clip()
509
s->scissor.maxx =
dst_clip
->x1;
in vl_compositor_set_dst_clip()
510
s->scissor.maxy =
dst_clip
->y1;
in vl_compositor_set_dst_clip()
H
A
D
vl_compositor.h
207
vl_compositor_set_dst_clip(struct vl_compositor_state *settings, struct u_rect *
dst_clip
);
Completed in 4 milliseconds