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:associated_data
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_video_buffer.c
144
void *
associated_data
,
in vl_video_buffer_set_associated_data()
149
if (vbuf->
associated_data
==
associated_data
)
in vl_video_buffer_set_associated_data()
152
if (vbuf->
associated_data
)
in vl_video_buffer_set_associated_data()
153
vbuf->destroy_associated_data(vbuf->
associated_data
);
in vl_video_buffer_set_associated_data()
155
vbuf->
associated_data
=
associated_data
;
in vl_video_buffer_set_associated_data()
164
return vbuf->
associated_data
;
in vl_video_buffer_get_associated_data()
142
vl_video_buffer_set_
associated_data
(struct pipe_video_buffer *vbuf, struct pipe_video_codec *vcodec, void *
associated_data
, void (*destroy_
associated_data
)(void *))
vl_video_buffer_set_associated_data()
argument
H
A
D
vl_stubs.c
69
void *
associated_data
,
in vl_video_buffer_set_associated_data()
67
vl_video_buffer_set_
associated_data
(struct pipe_video_buffer *vbuf, struct pipe_video_codec *vcodec, void *
associated_data
, void (*destroy_
associated_data
)(void *))
vl_video_buffer_set_associated_data()
argument
H
A
D
vl_video_buffer.h
104
void *
associated_data
,
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_buffer.cpp
71
pD3D12VideoBuffer->base.
associated_data
= nullptr;
in d3d12_video_buffer_create()
128
if (pD3D12VideoBuffer->base.
associated_data
!= nullptr) {
in d3d12_video_buffer_destroy()
129
d3d12_video_buffer_destroy_associated_data(pD3D12VideoBuffer->base.
associated_data
);
in d3d12_video_buffer_destroy()
131
pD3D12VideoBuffer->base.
associated_data
= nullptr;
in d3d12_video_buffer_destroy()
166
d3d12_video_buffer_destroy_associated_data(void *
associated_data
)
in d3d12_video_buffer_destroy_associated_data()
argument
H
A
D
d3d12_video_buffer.h
70
d3d12_video_buffer_destroy_associated_data(void *
associated_data
);
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_codec.h
160
void *
associated_data
;
member
170
void (*destroy_associated_data)(void *
associated_data
);
Completed in 4 milliseconds