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_dirty
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_vbo.c
122
nv30->base.
vbo_dirty
= true;
in nv30_prevalidate_vbufs()
163
nv30->base.
vbo_dirty
= true;
in nv30_update_user_vbufs()
603
for (i = 0; i < nv30->num_vtxbufs && !nv30->base.
vbo_dirty
; ++i) {
607
nv30->base.
vbo_dirty
= true;
610
if (!nv30->base.
vbo_dirty
&& info->index_size && !info->has_user_indices &&
612
nv30->base.
vbo_dirty
= true;
614
if (nv30->base.
vbo_dirty
) {
617
nv30->base.
vbo_dirty
= false;
H
A
D
nv30_resource.c
45
nv30->base.
vbo_dirty
= true;
in nv30_memory_barrier()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_context.h
20
bool
vbo_dirty
;
member
H
A
D
nouveau_buffer.c
576
nv->
vbo_dirty
= true;
in nouveau_buffer_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_vbo.c
229
nv50->base.
vbo_dirty
= true;
in nv50_upload_user_buffers()
275
nv50->base.
vbo_dirty
= true;
in nv50_update_user_vbufs()
317
nv50->base.
vbo_dirty
= true;
in nv50_vertex_arrays_validate()
881
nv50->base.
vbo_dirty
|= !!nv50->vtxbufs_coherent;
in nv50_draw_vbo()
883
if (nv50->base.
vbo_dirty
) {
in nv50_draw_vbo()
886
nv50->base.
vbo_dirty
= false;
in nv50_draw_vbo()
H
A
D
nv50_context.c
70
nv50->base.
vbo_dirty
= true;
in nv50_memory_barrier()
108
nv50->base.
vbo_dirty
= true;
in nv50_memory_barrier()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_vbo.c
271
nvc0->base.
vbo_dirty
= true;
in nvc0_update_user_vbufs()
1098
nvc0->base.
vbo_dirty
|= !!nvc0->vtxbufs_coherent;
in nvc0_draw_vbo()
1100
if (!nvc0->base.
vbo_dirty
&& info->index_size && !info->has_user_indices &&
in nvc0_draw_vbo()
1102
nvc0->base.
vbo_dirty
= true;
in nvc0_draw_vbo()
1106
if (nvc0->base.
vbo_dirty
) {
in nvc0_draw_vbo()
1109
nvc0->base.
vbo_dirty
= false;
in nvc0_draw_vbo()
H
A
D
nvc0_context.c
118
nvc0->base.
vbo_dirty
= true;
in nvc0_memory_barrier()
157
nvc0->base.
vbo_dirty
= true;
in nvc0_memory_barrier()
Completed in 8 milliseconds