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:new_intrinsic
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir_lower_io_offsets.c
212
nir_intrinsic_instr *
new_intrinsic
;
in lower_offset_for_ssbo()
local
218
new_intrinsic
= nir_intrinsic_instr_create(b->shader, ir3_ssbo_opcode);
in lower_offset_for_ssbo()
236
target_src = &
new_intrinsic
->src[num_srcs];
in lower_offset_for_ssbo()
242
nir_ssa_dest_init(&
new_intrinsic
->instr, &
new_intrinsic
->dest,
in lower_offset_for_ssbo()
244
new_dest = &
new_intrinsic
->dest.ssa;
in lower_offset_for_ssbo()
248
new_intrinsic
->src[i] = nir_src_for_ssa(intrinsic->src[i].ssa);
in lower_offset_for_ssbo()
250
nir_intrinsic_copy_const_indices(
new_intrinsic
, intrinsic);
in lower_offset_for_ssbo()
252
new_intrinsic
->num_components = intrinsic->num_components;
in lower_offset_for_ssbo()
263
nir_builder_instr_insert(b, &
new_intrinsic
in lower_offset_for_ssbo()
[all...]
Completed in 2 milliseconds