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:ia_vertices
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_query.c
298
value = pq->stats.
ia_vertices
;
in llvmpipe_get_query_result_resource()
486
pq->stats.
ia_vertices
=
in llvmpipe_end_query()
487
llvmpipe->pipeline_statistics.
ia_vertices
- pq->stats.
ia_vertices
;
in llvmpipe_end_query()
H
A
D
lp_setup_vbuf.c
686
llvmpipe->pipeline_statistics.
ia_vertices
+=
in lp_setup_pipeline_statistics()
687
stats->
ia_vertices
;
in lp_setup_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_query.c
202
sq->stats.
ia_vertices
=
in softpipe_end_query()
203
softpipe->pipeline_statistics.
ia_vertices
- sq->stats.
ia_vertices
;
in softpipe_end_query()
H
A
D
sp_prim_vbuf.c
617
softpipe->pipeline_statistics.
ia_vertices
+=
in sp_vbuf_pipeline_statistics()
618
stats->
ia_vertices
;
in sp_vbuf_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_query.cpp
246
result->pipeline_statistics.
ia_vertices
+= results_stats[i].IAVertices;
276
results_stats[0].IAVertices = result->pipeline_statistics.
ia_vertices
;
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
Query.cpp
289
pResult->IAVertices = result.pipeline_statistics.
ia_vertices
;
in QueryGetData()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_dump_state.c
1009
trace_dump_member(uint, &result->pipeline_statistics,
ia_vertices
);
in trace_dump_query_result()
1027
trace_dump_member(uint, &result->pipeline_statistics,
ia_vertices
);
in trace_dump_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_defines.h
1220
uint64_t
ia_vertices
; /**< Num vertices read by the vertex fetcher. */
member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pt_fetch_shade_pipeline.c
255
draw->statistics.
ia_vertices
+= prim_info->count;
in fetch_pipeline_generic()
H
A
D
draw_pt_fetch_shade_pipeline_llvm.c
603
draw->statistics.
ia_vertices
+= prim_info->count;
in llvm_pipeline_generic()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_helpers.c
281
"
ia_vertices
= %"PRIu64"\n"
in util_end_pipestat_query()
293
stats.
ia_vertices
,
in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_query.c
1250
result->pipeline_statistics.
ia_vertices
+=
in r600_query_hw_add_result()
1273
result->pipeline_statistics.
ia_vertices
+=
in r600_query_hw_add_result()
1280
result->pipeline_statistics.
ia_vertices
,
in r600_query_hw_add_result()
/third_party/mesa3d/src/mesa/main/
H
A
D
queryobj.c
274
q->Result = data.pipeline_statistics.
ia_vertices
;
in get_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_query.c
1425
result->pipeline_statistics.
ia_vertices
,
in si_query_hw_add_result()
Completed in 19 milliseconds