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:ptr_bit_size
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/
H
A
D
nir_load_libclc.c
80
get_libclc_file(unsigned
ptr_bit_size
)
in get_libclc_file()
argument
82
assert(
ptr_bit_size
== 32 ||
ptr_bit_size
== 64);
in get_libclc_file()
83
return &libclc_files[
ptr_bit_size
/ 64];
in get_libclc_file()
97
open_clc_data(struct clc_data *clc, unsigned
ptr_bit_size
)
in open_clc_data()
argument
100
clc->file = get_libclc_file(
ptr_bit_size
);
in open_clc_data()
105
"libclc-spirv%d",
ptr_bit_size
);
in open_clc_data()
231
nir_can_find_libclc(unsigned
ptr_bit_size
)
in nir_can_find_libclc()
argument
234
if (open_clc_data(&clc,
ptr_bit_size
)) {
in nir_can_find_libclc()
300
nir_load_libclc_shader(unsigned
ptr_bit_size
,
in nir_load_libclc_shader()
argument
[all...]
H
A
D
nir_spirv.h
126
bool nir_can_find_libclc(unsigned
ptr_bit_size
);
129
nir_load_libclc_shader(unsigned
ptr_bit_size
,
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_printf.c
45
const unsigned
ptr_bit_size
= nir_get_ptr_bitsize(b->shader);
in lower_printf_instr()
local
51
nir_ssa_def *buffer_addr = nir_load_printf_buffer_address(b,
ptr_bit_size
);
in lower_printf_instr()
85
nir_i2i(b, offset,
ptr_bit_size
);
in lower_printf_instr()
116
ptr_bit_size
);
in lower_printf_instr()
Completed in 2 milliseconds