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:inst_count
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H
A
D
radeon_compiler_optimize_tests.c
58
unsigned
inst_count
= 0;
in test_runner_rc_optimize()
local
69
inst = inst->Next,
inst_count
++) {
in test_runner_rc_optimize()
70
inst_list[
inst_count
] = inst;
in test_runner_rc_optimize()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_sched.h
163
unsigned
inst_count
() {
in inst_count()
function in r600_sb::alu_group_tracker
169
unsigned slot_count() { return
inst_count
() + literal_slot_count(); }
in slot_count()
H
A
D
sb_sched.cpp
1864
if (rt.
inst_count
() == ctx.num_slots) {
in prepare_alu_group()
1880
if (rt.
inst_count
() && i1 > 50)
in prepare_alu_group()
1888
sblog << " prepare_alu_group done, " << rt.
inst_count
()
in prepare_alu_group()
1899
return rt.
inst_count
();
in prepare_alu_group()
1990
assert(grp().
inst_count
());
in emit_group()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_debug.c
71
count = rs->
inst_count
& 0xf;
in r500_dump_rs_block()
H
A
D
r300_context.h
172
uint32_t
inst_count
; /* R300_RS_INST_COUNT */
member
H
A
D
r300_emit.c
809
unsigned count = (rs->
inst_count
& R300_RS_INST_COUNT_MASK) + 1;
in r300_emit_rs_block_state()
823
fprintf(stderr, " : count: 0x%08x
inst_count
: 0x%08x\n",
in r300_emit_rs_block_state()
824
rs->count, rs->
inst_count
);
in r300_emit_rs_block_state()
846
OUT_CS(rs->
inst_count
);
in r300_emit_rs_block_state()
H
A
D
r300_state_derived.c
625
rs.
inst_count
= count - 1;
in r300_update_rs_block()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_push.c
247
unsigned
inst_count
= info->instance_count;
in nv50_push_vbo()
local
328
while (
inst_count
--) {
in nv50_push_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_vbo_translate.c
566
unsigned
inst_count
= info->instance_count;
in nvc0_push_vbo()
local
652
if (--
inst_count
) {
in nvc0_push_vbo()
658
} while (
inst_count
);
in nvc0_push_vbo()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4.cpp
404
int
inst_count
= 0;
in opt_vector_float()
local
445
if (
inst_count
> 1) {
in opt_vector_float()
453
for (int i = 0; i <
inst_count
; i++) {
in opt_vector_float()
460
inst_count
= 0;
in opt_vector_float()
482
imm_inst[
inst_count
++] = inst;
in opt_vector_float()
Completed in 15 milliseconds