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:half_type
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3.c
755
instr->cat1.dst_type =
half_type
(instr->cat1.dst_type);
in ir3_set_dst_type()
769
instr->cat5.type =
half_type
(instr->cat5.type);
in ir3_set_dst_type()
790
instr->cat1.src_type =
half_type
(instr->cat1.src_type);
in ir3_fixup_src_type()
H
A
D
ir3.h
1267
half_type
(type_t type)
in half_type()
function
1541
return (instr->dsts[0]->flags & IR3_REG_HALF) ?
half_type
(base_type)
in ir3_output_conv_src_type()
1559
return (instr->srcs[0]->flags & IR3_REG_HALF) ?
half_type
(base_type)
in ir3_output_conv_src_type()
1567
return (instr->dsts[0]->flags & IR3_REG_HALF) ?
half_type
(base_type)
in ir3_output_conv_dst_type()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_nir_soa.c
2674
struct lp_type
half_type
;
in lp_build_nir_soa()
local
2675
half_type
= type;
in lp_build_nir_soa()
2676
half_type
.width /= 2;
in lp_build_nir_soa()
2677
lp_build_context_init(&bld.bld_base.half_bld, gallivm,
half_type
);
in lp_build_nir_soa()
Completed in 10 milliseconds