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:spirv_type
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H
A
D
parser_impl.cc
341
auto*
spirv_type
= type_mgr_->GetType(type_id);
in ConvertType()
local
342
if (
spirv_type
== nullptr) {
in ConvertType()
347
switch (
spirv_type
->kind()) {
in ConvertType()
353
return ConvertType(
spirv_type
->AsInteger());
in ConvertType()
355
return ConvertType(
spirv_type
->AsFloat());
in ConvertType()
357
return ConvertType(
spirv_type
->AsVector());
in ConvertType()
359
return ConvertType(
spirv_type
->AsMatrix());
in ConvertType()
361
return ConvertType(type_id,
spirv_type
->AsRuntimeArray());
in ConvertType()
363
return ConvertType(type_id,
spirv_type
->AsArray());
in ConvertType()
365
return ConvertType(type_id,
spirv_type
in ConvertType()
[all...]
H
A
D
function_arithmetic_test.cc
947
const std::string
spirv_type
;
member
952
out << "ArgAndTypeData{" << data.
spirv_type
<< "," << data.spirv_arg << ","
in operator <<()
970
arg.
spirv_type
+ " %" + arg.spirv_arg + R"(
in TEST_P()
972
" %" + arg.
spirv_type
+ R"( %1
in TEST_P()
H
A
D
parser_impl_module_var_test.cc
3262
std::string WgslType(std::string
spirv_type
) {
in WgslType()
argument
3263
if (
spirv_type
== "%uint") {
in WgslType()
3266
if (
spirv_type
== "%int") {
in WgslType()
3269
if (
spirv_type
== "%v3uint") {
in WgslType()
3272
if (
spirv_type
== "%v3int") {
in WgslType()
H
A
D
function.cc
2524
if (auto*
spirv_type
= type_mgr_->GetType(inst->type_id())) {
in AddressOfIfNeeded()
2525
if (expr.type->Is<Reference>() &&
spirv_type
->AsPointer()) {
in AddressOfIfNeeded()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H
A
D
spirv_builder.c
1152
struct
spirv_type
{
struct
1163
const struct
spirv_type
*type = arg;
in non_aggregate_type_hash()
1174
const struct
spirv_type
*ta = a, *tb = b;
in non_aggregate_type_equals()
1206
struct
spirv_type
key;
in get_type_def()
1216
return ((struct
spirv_type
*)entry->data)->type;
in get_type_def()
1224
struct
spirv_type
*type = rzalloc(b->mem_ctx, struct
spirv_type
);
in get_type_def()
1242
return ((struct
spirv_type
*)entry->data)->type;
in get_type_def()
Completed in 23 milliseconds