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:VL_VA_DRIVER
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
buffer.c
66
drv =
VL_VA_DRIVER
(ctx);
in vlVaCreateBuffer()
84
drv =
VL_VA_DRIVER
(ctx);
in vlVaBufferSetNumElements()
113
drv =
VL_VA_DRIVER
(ctx);
in vlVaMapBuffer()
178
drv =
VL_VA_DRIVER
(ctx);
in vlVaUnmapBuffer()
221
drv =
VL_VA_DRIVER
(ctx);
in vlVaDestroyBuffer()
238
handle_table_remove(
VL_VA_DRIVER
(ctx)->htab, buf_id);
in vlVaDestroyBuffer()
254
drv =
VL_VA_DRIVER
(ctx);
in vlVaBufferInfo()
287
drv =
VL_VA_DRIVER
(ctx);
in vlVaAcquireBufferHandle()
290
buf = handle_table_get(
VL_VA_DRIVER
(ctx)->htab, buf_id);
in vlVaAcquireBufferHandle()
373
drv =
VL_VA_DRIVER
(ct
in vlVaReleaseBufferHandle()
[all...]
H
A
D
subpicture.c
75
drv =
VL_VA_DRIVER
(ctx);
in vlVaCreateSubpicture()
90
*subpicture = handle_table_add(
VL_VA_DRIVER
(ctx)->htab, sub);
in vlVaCreateSubpicture()
105
drv =
VL_VA_DRIVER
(ctx);
in vlVaDestroySubpicture()
131
drv =
VL_VA_DRIVER
(ctx);
in vlVaSubpictureImage()
188
drv =
VL_VA_DRIVER
(ctx);
in vlVaAssociateSubpicture()
258
drv =
VL_VA_DRIVER
(ctx);
in vlVaDeassociateSubpicture()
H
A
D
image.c
116
drv =
VL_VA_DRIVER
(ctx);
in vlVaCreateImage()
233
drv =
VL_VA_DRIVER
(ctx);
in vlVaDeriveImage()
419
img->buf = handle_table_add(
VL_VA_DRIVER
(ctx)->htab, img_buf);
in vlVaDeriveImage()
442
drv =
VL_VA_DRIVER
(ctx);
in vlVaDestroyImage()
450
handle_table_remove(
VL_VA_DRIVER
(ctx)->htab, image);
in vlVaDestroyImage()
483
drv =
VL_VA_DRIVER
(ctx);
in vlVaGetImage()
626
drv =
VL_VA_DRIVER
(ctx);
in vlVaPutImage()
H
A
D
config.c
247
drv =
VL_VA_DRIVER
(ctx);
in vlVaCreateConfig()
393
drv =
VL_VA_DRIVER
(ctx);
in vlVaDestroyConfig()
423
drv =
VL_VA_DRIVER
(ctx);
in vlVaQueryConfigAttributes()
H
A
D
surface.c
72
drv =
VL_VA_DRIVER
(ctx);
in vlVaDestroySurfaces()
101
drv =
VL_VA_DRIVER
(ctx);
in vlVaSyncSurface()
156
drv =
VL_VA_DRIVER
(ctx);
in vlVaQuerySurfaceStatus()
324
drv =
VL_VA_DRIVER
(ctx);
in vlVaPutSurface()
442
drv =
VL_VA_DRIVER
(ctx);
in vlVaQuerySurfaceAttributes()
591
drv =
VL_VA_DRIVER
(ctx);
in surface_from_external_memory()
680
drv =
VL_VA_DRIVER
(ctx);
in surface_from_prime_2()
855
drv =
VL_VA_DRIVER
(ctx);
in vlVaCreateSurfaces2()
1215
vlVaBuffer *buf = handle_table_get(
VL_VA_DRIVER
(ctx)->htab, filters[i]);
in vlVaQueryVideoProcPipelineCaps()
1288
drv =
VL_VA_DRIVER
(ct
in vlVaExportSurfaceHandle()
[all...]
H
A
D
context.c
238
drv =
VL_VA_DRIVER
(ctx);
in vlVaCreateContext()
363
drv =
VL_VA_DRIVER
(ctx);
in vlVaDestroyContext()
H
A
D
picture.c
50
drv =
VL_VA_DRIVER
(ctx);
in vlVaBeginPicture()
582
drv =
VL_VA_DRIVER
(ctx);
in vlVaRenderPicture()
681
drv =
VL_VA_DRIVER
(ctx);
in vlVaEndPicture()
H
A
D
va_private.h
53
#define
VL_VA_DRIVER
(ctx) ((vlVaDriver *)ctx->pDriverData)
macro
54
#define VL_VA_PSCREEN(ctx) (
VL_VA_DRIVER
(ctx)->vscreen->pscreen)
Completed in 8 milliseconds