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:clip_width
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
presentation.c
202
uint32_t
clip_width
,
in vlVdpPresentationQueueDisplay()
235
vscreen->set_back_texture_from_output(vscreen, surf->surface->texture,
clip_width
, clip_height);
in vlVdpPresentationQueueDisplay()
251
dst_clip.x1 =
clip_width
?
clip_width
: surf_draw->width;
in vlVdpPresentationQueueDisplay()
200
vlVdpPresentationQueueDisplay(VdpPresentationQueue presentation_queue, VdpOutputSurface surface, uint32_t
clip_width
, uint32_t clip_height, VdpTime earliest_presentation_time)
vlVdpPresentationQueueDisplay()
argument
/third_party/mesa3d/src/mesa/main/
H
A
D
image.c
559
GLsizei
clip_width
;
in _mesa_clip_readpixels()
local
563
clip_width
= rb->Width;
in _mesa_clip_readpixels()
566
clip_width
= buffer->Width;
in _mesa_clip_readpixels()
582
if (*srcX + *width >
clip_width
)
in _mesa_clip_readpixels()
583
*width -= (*srcX + *width -
clip_width
);
in _mesa_clip_readpixels()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_winsys_dri3.c
79
uint32_t
clip_width
, clip_height;
member
582
rectangle.width = (scrn->output_texture) ? scrn->
clip_width
: scrn->width;
in vl_dri3_flush_frontbuffer()
707
scrn->
clip_width
= (width) ? width : scrn->width;
in vl_dri3_screen_set_back_texture_from_output()
Completed in 4 milliseconds