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:num_selectors
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_perfcounter.c
45
unsigned total = block->num_groups * block->
num_selectors
;
in lookup_counter()
337
sub_gid = sub_index / block->
num_selectors
;
in r600_create_batch_query()
338
sub_index = sub_index % block->
num_selectors
;
in r600_create_batch_query()
399
sub_gid = sub_index / block->
num_selectors
;
in r600_create_batch_query()
400
sub_index = sub_index % block->
num_selectors
;
in r600_create_batch_query()
494
assert(block->
num_selectors
<= 1000);
in r600_init_block_names()
496
block->selector_names = MALLOC(block->num_groups * block->
num_selectors
*
in r600_init_block_names()
504
for (j = 0; j < block->
num_selectors
; ++j) {
in r600_init_block_names()
529
num_queries += pc->blocks[bid].
num_selectors
*
in r600_get_perfcounter_info()
549
info->group_id = base_gid + sub / block->
num_selectors
;
in r600_get_perfcounter_info()
[all...]
H
A
D
r600_query.h
242
unsigned
num_selectors
;
member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttcmap.c
2958
FT_ULong
num_selectors
;
member
3013
cmap->
num_selectors
= FT_PEEK_ULONG( table );
in FT_CALLBACK_DEF()
3027
FT_ULong
num_selectors
;
in FT_CALLBACK_DEF()
local
3035
num_selectors
= TT_NEXT_ULONG( p );
in FT_CALLBACK_DEF()
3038
/* length < 10 + 11 *
num_selectors
? */
in FT_CALLBACK_DEF()
3040
( length - 10 ) / 11 <
num_selectors
)
in FT_CALLBACK_DEF()
3051
for ( n = 0; n <
num_selectors
; n++ )
in FT_CALLBACK_DEF()
3349
FT_UInt32 count = cmap14->
num_selectors
;
in tt_cmap14_variants()
3376
FT_UInt32 count = cmap14->
num_selectors
;
in tt_cmap14_char_variants()
Completed in 6 milliseconds