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_push_hint
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_vbo.c
110
if (nv30->
vbo_push_hint
) {
in nv30_prevalidate_vbufs()
573
nv30->
vbo_push_hint
= /* the 64 is heuristic */
586
if (nv30->
vbo_push_hint
!= !!nv30->vbo_fifo)
H
A
D
nv30_context.h
117
bool
vbo_push_hint
;
member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_context.h
211
bool
vbo_push_hint
;
member
H
A
D
nv50_vbo.c
305
nv50->vbo_fifo = nv50->
vbo_push_hint
? ~0 : 0;
in nv50_vertex_arrays_validate()
804
nv50->
vbo_push_hint
= /* the 64 is heuristic */
in nv50_draw_vbo()
808
if (!!nv50->vbo_fifo != nv50->
vbo_push_hint
)
in nv50_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_context.h
259
bool
vbo_push_hint
;
member
H
A
D
nvc0_vbo.c
452
vbo_mode = nvc0->
vbo_push_hint
? 1 : 0;
in nvc0_vertex_arrays_validate()
961
nvc0->
vbo_push_hint
=
in nvc0_draw_vbo()
967
if (nvc0->
vbo_push_hint
!= !!nvc0->state.vbo_mode)
in nvc0_draw_vbo()
Completed in 7 milliseconds