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:has_trans
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_context.cpp
56
has_trans
= !is_cayman();
in init()
60
num_slots =
has_trans
? 5 : 4;
in init()
H
A
D
sb_bc.h
670
bool
has_trans
;
member in r600_sb::sb_context
696
alu_temp_gprs(0), max_fetch(0),
has_trans
(false), vtx_src_num(0),
in sb_context()
H
A
D
sb_sched.cpp
317
available_slots = sh.get_ctx().
has_trans
? 0x1F : 0x0F;
in alu_group_tracker()
466
if (n->consumes_lds_oq() && available_slots != (sh.get_ctx().
has_trans
? 0x1F : 0x0F))
in try_reserve()
694
available_slots = sh.get_ctx().
has_trans
? 0x1F : 0x0F;
in reset()
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
5082
stbi_uc
has_trans
=0, tc[3]={0};
in stbi__parse_png_file()
local
5160
has_trans
= 1;
in stbi__parse_png_file()
5209
if ((req_comp == s->img_n+1 && req_comp != 3 && !pal_img_n) ||
has_trans
)
in stbi__parse_png_file()
5214
if (
has_trans
) {
in stbi__parse_png_file()
5230
} else if (
has_trans
) {
in stbi__parse_png_file()
Completed in 17 milliseconds