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:op_info
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_builder.c
68
const nir_op_info *
op_info
= &nir_op_infos[instr->op];
in nir_builder_alu_instr_finish_and_insert()
local
75
unsigned num_components =
op_info
->output_size;
in nir_builder_alu_instr_finish_and_insert()
77
for (unsigned i = 0; i <
op_info
->num_inputs; i++) {
in nir_builder_alu_instr_finish_and_insert()
78
if (
op_info
->input_sizes[i] == 0)
in nir_builder_alu_instr_finish_and_insert()
88
unsigned bit_size = nir_alu_type_get_type_size(
op_info
->output_type);
in nir_builder_alu_instr_finish_and_insert()
90
for (unsigned i = 0; i <
op_info
->num_inputs; i++) {
in nir_builder_alu_instr_finish_and_insert()
92
if (nir_alu_type_get_type_size(
op_info
->input_types[i]) == 0) {
in nir_builder_alu_instr_finish_and_insert()
99
nir_alu_type_get_type_size(
op_info
->input_types[i]));
in nir_builder_alu_instr_finish_and_insert()
111
for (unsigned i = 0; i <
op_info
->num_inputs; i++) {
in nir_builder_alu_instr_finish_and_insert()
207
const nir_op_info *
op_info
in nir_build_alu_src_arr()
local
[all...]
H
A
D
nir_lower_bool_to_bitsize.c
63
const nir_op_info *
op_info
= &nir_op_infos[alu->op];
in make_sources_canonical()
local
65
for (uint32_t i = start_idx + 1; i <
op_info
->num_inputs; i++) {
in make_sources_canonical()
96
const nir_op_info *
op_info
= &nir_op_infos[alu->op];
in lower_alu_instr()
local
320
for (unsigned i = 0; i <
op_info
->num_inputs; i++)
in lower_alu_instr()
H
A
D
nir_lower_bool_to_int32.c
47
const nir_op_info *
op_info
= &nir_op_infos[alu->op];
in lower_alu_instr()
local
110
for (unsigned i = 0; i <
op_info
->num_inputs; i++)
in lower_alu_instr()
H
A
D
nir_lower_bool_to_float.c
48
const nir_op_info *
op_info
= &nir_op_infos[alu->op];
in lower_alu_instr()
local
113
for (unsigned i = 0; i <
op_info
->num_inputs; i++)
in lower_alu_instr()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_pass.h
229
struct
op_info
{
struct in r600_sb::gcm
232
op_info
() : top_bb(), bottom_bb() {}
in op_info()
function
235
typedef std::map<node*,
op_info
> op_info_map;
292
void bu_find_best_bb(node *n,
op_info
&oi);
H
A
D
sb_gcm.cpp
114
op_info
&o = op_map[n];
in collect_instructions()
584
void gcm::bu_find_best_bb(node *n,
op_info
&oi) {
in bu_find_best_bb()
654
op_info
&oi = op_map[n];
in bu_release_op()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
memory.cpp
141
const void *
op_info
, cl_int *r_errcode) try {
in clCreateSubBuffer()
146
auto reg = reinterpret_cast<const cl_buffer_region *>(
op_info
);
in clCreateSubBuffer()
139
clCreateSubBuffer(cl_mem d_mem, cl_mem_flags d_flags, cl_buffer_create_type op, const void *
op_info
, cl_int *r_errcode)
clCreateSubBuffer()
argument
Completed in 5 milliseconds