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_MAX_SURFACES
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_defines.h
39
#define
VL_MAX_SURFACES
(VL_NUM_COMPONENTS * 2)
macro
H
A
D
vl_video_buffer.c
212
for (i = 0; i <
VL_MAX_SURFACES
; ++i)
in vl_video_buffer_destroy()
319
assert(surf <
VL_MAX_SURFACES
);
in vl_video_buffer_surfaces()
340
for (i = 0; i <
VL_MAX_SURFACES
; ++i )
in vl_video_buffer_surfaces()
H
A
D
vl_video_buffer.h
48
struct pipe_surface *surfaces[
VL_MAX_SURFACES
];
H
A
D
vl_mpeg12_decoder.c
91
struct pipe_surface *surfaces[
VL_MAX_SURFACES
];
110
for (i = 0; i <
VL_MAX_SURFACES
; ++i)
in destroy_video_buffer_private()
143
for (i = 0; i <
VL_MAX_SURFACES
; ++i)
in get_video_buffer_private()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_buffer.cpp
180
// Some video frameworks iterate over [0..
VL_MAX_SURFACES
) and ignore the nullptr entries
in d3d12_video_buffer_get_surfaces()
181
// So we have to null initialize the other surfaces not used from [num_planes..
VL_MAX_SURFACES
)
in d3d12_video_buffer_get_surfaces()
183
pD3D12VideoBuffer->surfaces.resize(
VL_MAX_SURFACES
, nullptr);
in d3d12_video_buffer_get_surfaces()
228
// Some video frameworks iterate over [0..
VL_MAX_SURFACES
) and ignore the nullptr entries
in d3d12_video_buffer_get_sampler_view_planes()
229
// So we have to null initialize the other surfaces not used from [num_planes..
VL_MAX_SURFACES
)
in d3d12_video_buffer_get_sampler_view_planes()
231
pD3D12VideoBuffer->sampler_view_planes.resize(
VL_MAX_SURFACES
, nullptr);
in d3d12_video_buffer_get_sampler_view_planes()
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_enc_common.c
228
for (i = 0; i <
VL_MAX_SURFACES
; ++i) {
in enc_ScaleInput_common()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
surface.c
448
for (i = 0; i <
VL_MAX_SURFACES
; ++i) {
in vlVdpVideoSurfaceClear()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
postproc.c
255
for (i = 0; i <
VL_MAX_SURFACES
; ++i) {
in vlVaPostProcBlit()
H
A
D
surface.c
808
for (i = 0; i <
VL_MAX_SURFACES
; ++i) {
in vlVaHandleSurfaceAllocate()
1335
for (p = 0; p <
VL_MAX_SURFACES
; p++) {
in vlVaExportSurfaceHandle()
Completed in 7 milliseconds