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:derived_surface
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
buffer.c
91
if (buf->
derived_surface
.resource)
in vlVaBufferSetNumElements()
127
if (buf->
derived_surface
.resource) {
in vlVaMapBuffer()
137
resource = buf->
derived_surface
.resource;
in vlVaMapBuffer()
148
&box, &buf->
derived_surface
.transfer);
in vlVaMapBuffer()
151
if (!buf->
derived_surface
.transfer || !*pbuff)
in vlVaMapBuffer()
189
resource = buf->
derived_surface
.resource;
in vlVaUnmapBuffer()
194
if (!buf->
derived_surface
.transfer) {
in vlVaUnmapBuffer()
204
unmap_func(drv->pipe, buf->
derived_surface
.transfer);
in vlVaUnmapBuffer()
205
buf->
derived_surface
.transfer = NULL;
in vlVaUnmapBuffer()
229
if (buf->
derived_surface
in vlVaDestroyBuffer()
[all...]
H
A
D
picture_hevc_enc.c
56
if (!coded_buf->
derived_surface
.resource)
in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
57
coded_buf->
derived_surface
.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFER,
in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
H
A
D
picture_h264_enc.c
51
if (!coded_buf->
derived_surface
.resource)
in vlVaHandleVAEncPictureParameterBufferTypeH264()
52
coded_buf->
derived_surface
.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFER,
in vlVaHandleVAEncPictureParameterBufferTypeH264()
H
A
D
image.c
416
pipe_resource_reference(&img_buf->
derived_surface
.resource, surfaces[0]->texture);
in vlVaDeriveImage()
647
if (img_buf->
derived_surface
.resource) {
in vlVaPutImage()
H
A
D
va_private.h
274
}
derived_surface
;
member
H
A
D
picture.c
802
coded_buf->
derived_surface
.resource, &feedback);
in vlVaEndPicture()
Completed in 8 milliseconds