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:emitted_vertices
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_gs.c
97
shader->stream[stream].
emitted_vertices
+= num_verts_per_prim;
in tgsi_fetch_gs_outputs()
321
output_ptr += shader->stream[stream].
emitted_vertices
* shader->vertex_size;
in llvm_fetch_gs_outputs()
375
shader->stream[stream].
emitted_vertices
+= total_verts;
in llvm_fetch_gs_outputs()
392
tmp += shader->stream[i].
emitted_vertices
* shader->vertex_size;
in llvm_gs_run()
438
shader->stream[i].emitted_primitives, shader->stream[i].
emitted_vertices
,
in gs_flush()
616
shader->stream[i].
emitted_vertices
= 0;
in draw_geometry_shader_run()
652
shader->jit_context->
emitted_vertices
= shader->llvm_emitted_vertices;
in draw_geometry_shader_run()
680
output_prims[i].count = shader->stream[i].
emitted_vertices
;
in draw_geometry_shader_run()
685
output_verts[i].count = shader->stream[i].
emitted_vertices
;
in draw_geometry_shader_run()
H
A
D
draw_gs.h
62
unsigned
emitted_vertices
;
member
H
A
D
draw_llvm.h
276
int *
emitted_vertices
;
member
330
lp_build_struct_get2(_variant->gallivm, _variant->context_type, _ptr, DRAW_GS_JIT_CTX_EMITTED_VERTICES, "
emitted_vertices
")
H
A
D
draw_llvm.c
425
LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context,
emitted_vertices
,
in create_gs_jit_context_type()
Completed in 13 milliseconds