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:vbo_fifo
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_vbo.c
100
nv30->
vbo_fifo
= nv30->vbo_user = 0;
in nv30_prevalidate_vbufs()
111
nv30->
vbo_fifo
= ~0;
in nv30_prevalidate_vbufs()
199
nv30->
vbo_fifo
= ~0;
218
if (likely(vb->stride) || nv30->
vbo_fifo
)
239
if (nv30->
vbo_fifo
|| unlikely(vb->stride == 0)) {
240
if (!nv30->
vbo_fifo
)
586
if (nv30->vbo_push_hint != !!nv30->
vbo_fifo
)
598
if (nv30->
vbo_fifo
) {
H
A
D
nv30_context.h
113
uint32_t
vbo_fifo
;
member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_vbo.c
302
nv50->
vbo_fifo
= ~0;
in nv50_vertex_arrays_validate()
305
nv50->
vbo_fifo
= nv50->vbo_push_hint ? ~0 : 0;
in nv50_vertex_arrays_validate()
307
nv50->
vbo_fifo
= 0;
in nv50_vertex_arrays_validate()
309
if (!nv50->
vbo_fifo
) {
in nv50_vertex_arrays_validate()
324
if (nv50->
vbo_fifo
) {
in nv50_vertex_arrays_validate()
808
if (!!nv50->
vbo_fifo
!= nv50->vbo_push_hint)
in nv50_draw_vbo()
811
if (!nv50->
vbo_fifo
)
in nv50_draw_vbo()
869
if (nv50->
vbo_fifo
) {
in nv50_draw_vbo()
H
A
D
nv50_context.h
173
uint32_t
vbo_fifo
; /* bitmask of vertex elements to be pushed to FIFO */
member
Completed in 5 milliseconds