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:instance_elts
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_vbo.c
64
so->
instance_elts
= 0;
in nvc0_vertex_state_create()
111
so->
instance_elts
|= 1 << i;
in nvc0_vertex_state_create()
147
if (so->
instance_elts
|| src_offset_max >= (1 << 14))
in nvc0_vertex_state_create()
471
if (unlikely(nvc0->state.
instance_elts
& 3)) {
in nvc0_vertex_arrays_validate()
473
nvc0->state.
instance_elts
&= ~3;
in nvc0_vertex_arrays_validate()
495
if (unlikely(vertex->
instance_elts
!= nvc0->state.
instance_elts
)) {
in nvc0_vertex_arrays_validate()
496
nvc0->state.
instance_elts
= vertex->
instance_elts
;
in nvc0_vertex_arrays_validate()
501
PUSH_DATA (push, vertex->
instance_elts
);
in nvc0_vertex_arrays_validate()
[all...]
H
A
D
nvc0_stateobj.h
56
uint32_t
instance_elts
;
member
H
A
D
nvc0_screen.h
42
uint32_t
instance_elts
; /* bitmask of per-instance elements */
member
H
A
D
nvc0_vbo_translate.c
774
if (unlikely(nvc0->state.
instance_elts
& 2)) {
in nvc0_push_upload_vertex_ids()
775
nvc0->state.
instance_elts
&= ~2;
in nvc0_push_upload_vertex_ids()
H
A
D
nvc0_surface.c
1361
if (nvc0->state.
instance_elts
) {
in nvc0_blit_3d()
1362
nvc0->state.
instance_elts
= 0;
in nvc0_blit_3d()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_vbo.c
62
so->
instance_elts
= 0;
in nv50_vertex_state_create()
120
so->
instance_elts
|= 1 << i;
in nv50_vertex_state_create()
352
mask = vertex->
instance_elts
^ nv50->state.
instance_elts
;
in nv50_vertex_arrays_validate()
357
PUSH_DATA (push, (vertex->
instance_elts
>> i) & 1);
in nv50_vertex_arrays_validate()
359
nv50->state.
instance_elts
= vertex->
instance_elts
;
in nv50_vertex_arrays_validate()
H
A
D
nv50_stateobj.h
57
uint32_t
instance_elts
;
member
H
A
D
nv50_screen.h
35
uint32_t
instance_elts
; /* bitmask of per-instance elements */
member
Completed in 8 milliseconds