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:capIdx
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsm16bitStorageTests.cpp
1268
for (deUint32
capIdx
= 0;
capIdx
< DE_LENGTH_OF_ARRAY(CAPABILITIES); ++
capIdx
)
in addCompute16bitStorageUniform16To32Group()
1269
for (deUint32 tyIdx = 0; tyIdx < DE_LENGTH_OF_ARRAY(cTypes[
capIdx
]); ++tyIdx)
in addCompute16bitStorageUniform16To32Group()
1273
string testName = string(CAPABILITIES[
capIdx
].name) + "_" + cTypes[
capIdx
][tyIdx].name + "_float";
in addCompute16bitStorageUniform16To32Group()
1275
specs["capability"] = CAPABILITIES[
capIdx
].cap;
in addCompute16bitStorageUniform16To32Group()
1276
specs["storage"] = CAPABILITIES[
capIdx
].decor;
in addCompute16bitStorageUniform16To32Group()
1277
specs["stride"] = cTypes[
capIdx
][tyIdx].stride;
in addCompute16bitStorageUniform16To32Group()
1278
specs["base32"] = cTypes[
capIdx
][tyId
in addCompute16bitStorageUniform16To32Group()
[all...]
H
A
D
vktSpvAsm8bitStorageTests.cpp
2618
for (deUint32
capIdx
= 0;
capIdx
< DE_LENGTH_OF_ARRAY(CAPABILITIES); ++
capIdx
)
in addCompute8bitStorage8bitStructMixedTypesGroup()
2620
const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[
capIdx
].dtype;
in addCompute8bitStorage8bitStructMixedTypesGroup()
2626
string testName = string(CAPABILITIES[
capIdx
].name);
in addCompute8bitStorage8bitStructMixedTypesGroup()
2651
specs["capability"] = "OpCapability " + string(CAPABILITIES[
capIdx
].cap);
in addCompute8bitStorage8bitStructMixedTypesGroup()
2657
spec.inputs.push_back (Resource(BufferSp(new Int8Buffer(inData)), CAPABILITIES[
capIdx
].dtype));
in addCompute8bitStorage8bitStructMixedTypesGroup()
2661
spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[
capIdx
].name);
in addCompute8bitStorage8bitStructMixedTypesGroup()
4555
for (deUint32
capIdx
= 0;
capIdx
< DE_LENGTH_OF_ARRA
in addGraphics8BitStorageUniformStruct8To32Group()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsm16bitStorageTests.cpp
1268
for (deUint32
capIdx
= 0;
capIdx
< DE_LENGTH_OF_ARRAY(CAPABILITIES); ++
capIdx
)
in addCompute16bitStorageUniform16To32Group()
1269
for (deUint32 tyIdx = 0; tyIdx < DE_LENGTH_OF_ARRAY(cTypes[
capIdx
]); ++tyIdx)
in addCompute16bitStorageUniform16To32Group()
1273
string testName = string(CAPABILITIES[
capIdx
].name) + "_" + cTypes[
capIdx
][tyIdx].name + "_float";
in addCompute16bitStorageUniform16To32Group()
1275
specs["capability"] = CAPABILITIES[
capIdx
].cap;
in addCompute16bitStorageUniform16To32Group()
1276
specs["storage"] = CAPABILITIES[
capIdx
].decor;
in addCompute16bitStorageUniform16To32Group()
1277
specs["stride"] = cTypes[
capIdx
][tyIdx].stride;
in addCompute16bitStorageUniform16To32Group()
1278
specs["base32"] = cTypes[
capIdx
][tyId
in addCompute16bitStorageUniform16To32Group()
[all...]
H
A
D
vktSpvAsm8bitStorageTests.cpp
2618
for (deUint32
capIdx
= 0;
capIdx
< DE_LENGTH_OF_ARRAY(CAPABILITIES); ++
capIdx
)
in addCompute8bitStorage8bitStructMixedTypesGroup()
2620
const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[
capIdx
].dtype;
in addCompute8bitStorage8bitStructMixedTypesGroup()
2626
string testName = string(CAPABILITIES[
capIdx
].name);
in addCompute8bitStorage8bitStructMixedTypesGroup()
2651
specs["capability"] = "OpCapability " + string(CAPABILITIES[
capIdx
].cap);
in addCompute8bitStorage8bitStructMixedTypesGroup()
2657
spec.inputs.push_back (Resource(BufferSp(new Int8Buffer(inData)), CAPABILITIES[
capIdx
].dtype));
in addCompute8bitStorage8bitStructMixedTypesGroup()
2661
spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[
capIdx
].name);
in addCompute8bitStorage8bitStructMixedTypesGroup()
4555
for (deUint32
capIdx
= 0;
capIdx
< DE_LENGTH_OF_ARRA
in addGraphics8BitStorageUniformStruct8To32Group()
[all...]
/third_party/skia/tools/viewer/
H
A
D
Viewer.cpp
2186
int
capIdx
= 0;
in drawImGui()
local
2188
capIdx
= SkTo<int>(fPaint.getStrokeCap()) + 1;
in drawImGui()
2190
if (ImGui::Combo("Cap Type", &
capIdx
,
in drawImGui()
2193
if (
capIdx
== 0) {
in drawImGui()
2197
fPaint.setStrokeCap(SkTo<SkPaint::Cap>(
capIdx
- 1));
in drawImGui()
Completed in 24 milliseconds