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:typeStrA
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H
A
D
vktComputeCooperativeMatrixTests.cpp
337
const char *
typeStrA
= componentTypeInfo[m_data.inputType].typeName;
in initPrograms()
local
347
css << "layout(buffer_reference) buffer InputA { " <<
typeStrA
<< " x[]; };\n";
in initPrograms()
local
355
css << "layout(set=0, binding=0) coherent buffer InputA { " <<
typeStrA
<< " x[]; } inputA;\n";
in initPrograms()
local
363
css << "shared " <<
typeStrA
<< " sharedA[" << dims[0].rows << " * " << dims[0].cols << " * subgroupsPerWG.x * subgroupsPerWG.y];\n";
in initPrograms()
529
css << " matO = (" <<
typeStrA
<< "(2.0)*matA)*" <<
typeStrA
<< "(3.0);\n";
in initPrograms()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H
A
D
vktComputeCooperativeMatrixTests.cpp
528
const char *
typeStrA
= componentTypeInfo[m_data.inputType].typeName;
in initPrograms()
local
538
css << "layout(buffer_reference) buffer InputA { " <<
typeStrA
<< " x[]; };\n";
in initPrograms()
local
546
css << "layout(set=0, binding=0) coherent buffer InputA { " <<
typeStrA
<< " x[]; } inputA;\n";
in initPrograms()
local
554
css << "shared " <<
typeStrA
<< " sharedA[" << dims[0].rows << " * " << dims[0].cols << " * subgroupsPerWG.x * subgroupsPerWG.y];\n";
in initPrograms()
752
css << " matO = (" <<
typeStrA
<< "(2.0)*matA)*" <<
typeStrA
<< "(3.0);\n";
in initPrograms()
local
Completed in 6 milliseconds