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:constant_vbos
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_vbo.c
246
if (nvc0->
constant_vbos
& (1 << b)) {
in nvc0_update_user_vbufs()
278
uint32_t mask = nvc0->vbo_user & ~nvc0->
constant_vbos
;
in nvc0_update_user_vbufs_shared()
337
if (!(nvc0->
constant_vbos
& (1 << b))) {
in nvc0_validate_vertex_buffers()
395
if (!(nvc0->
constant_vbos
& (1 << b))) {
in nvc0_validate_vertex_buffers_shared()
451
} else if (nvc0->vbo_user & ~nvc0->
constant_vbos
) {
in nvc0_vertex_arrays_validate()
456
const_vbos = vbo_mode ? 0 : nvc0->
constant_vbos
;
in nvc0_vertex_arrays_validate()
459
(const_vbos != nvc0->state.
constant_vbos
) ||
in nvc0_vertex_arrays_validate()
465
nvc0->state.
constant_vbos
= const_vbos;
in nvc0_vertex_arrays_validate()
H
A
D
nvc0_screen.h
44
uint32_t
constant_vbos
;
member
H
A
D
nvc0_state.c
1034
nvc0->
constant_vbos
&= clear_mask;
in nvc0_set_vertex_buffers()
1040
nvc0->
constant_vbos
&= clear_mask;
in nvc0_set_vertex_buffers()
1051
nvc0->
constant_vbos
|= 1 << dst_index;
in nvc0_set_vertex_buffers()
1053
nvc0->
constant_vbos
&= ~(1 << dst_index);
in nvc0_set_vertex_buffers()
1057
nvc0->
constant_vbos
&= ~(1 << dst_index);
in nvc0_set_vertex_buffers()
H
A
D
nvc0_context.h
217
uint32_t
constant_vbos
;
member
Completed in 6 milliseconds