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:new_vbuf
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_swtnl_backend.c
68
boolean
new_vbuf
= FALSE;
in svga_vbuf_render_allocate_vertices()
local
78
if (svga->swtnl.
new_vbuf
)
in svga_vbuf_render_allocate_vertices()
79
new_ibuf =
new_vbuf
= TRUE;
in svga_vbuf_render_allocate_vertices()
80
svga->swtnl.
new_vbuf
= FALSE;
in svga_vbuf_render_allocate_vertices()
84
new_vbuf
= TRUE;
in svga_vbuf_render_allocate_vertices()
86
if (
new_vbuf
)
in svga_vbuf_render_allocate_vertices()
236
svga->swtnl.
new_vbuf
= TRUE;
in svga_vbuf_submit_state()
307
svga->swtnl.
new_vbuf
= TRUE;
in svga_vbuf_render_draw_arrays()
359
svga->swtnl.
new_vbuf
= TRUE;
in svga_vbuf_render_draw_elements()
H
A
D
svga_swtnl_draw.c
66
svga->swtnl.
new_vbuf
= TRUE;
in svga_swtnl_draw_vbo()
H
A
D
svga_context.h
601
boolean
new_vbuf
;
member
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_dec_h264_common.c
1081
struct pipe_video_buffer *tmp, *vbuf, *
new_vbuf
;
in vid_dec_FrameDecoded_common()
local
1108
new_vbuf
= priv->pipe->create_video_buffer(priv->pipe, &templat);
in vid_dec_FrameDecoded_common()
1117
input->pInputPortPrivate,
new_vbuf
,
in vid_dec_FrameDecoded_common()
1122
input->pInputPortPrivate =
new_vbuf
;
in vid_dec_FrameDecoded_common()
Completed in 5 milliseconds