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:widthStr
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/framework/qphelper/
H
A
D
qpTestLog.c
916
char
widthStr
[32];
in qpTestLog_writeImage()
local
1007
int32ToString(width,
widthStr
);
in qpTestLog_writeImage()
1010
attribs[numAttribs++] = qpSetStringAttrib("Width",
widthStr
);
in qpTestLog_writeImage()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
listformattertest.cpp
788
const char*
widthStr
[] = {"wide", "short", "narrow"};
in TestNextPosition()
local
819
.append(" w=").append(
widthStr
[width])
in TestNextPosition()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderInOutTestsEXT.cpp
181
const auto
widthStr
= std::to_string(static_cast<int>(bitWidth));
187
return typeStr +
widthStr
+ "_t"; // e.g. int32_t or float16_t
188
return shortTypeStr +
widthStr
+ "vec" + dimStr; // e.g. i16vec2 or f64vec4.
H
A
D
vktMeshShaderMiscTests.cpp
3033
const auto
widthStr
= std::to_string(static_cast<int>(bitWidth));
3039
return typeStr +
widthStr
+ "_t"; // e.g. int32_t or float16_t
3040
return shortTypeStr +
widthStr
+ "vec" + dimStr; // e.g. i16vec2 or f64vec4.
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderInOutTestsEXT.cpp
181
const auto
widthStr
= std::to_string(static_cast<int>(bitWidth));
187
return typeStr +
widthStr
+ "_t"; // e.g. int32_t or float16_t
188
return shortTypeStr +
widthStr
+ "vec" + dimStr; // e.g. i16vec2 or f64vec4.
H
A
D
vktMeshShaderMiscTests.cpp
3033
const auto
widthStr
= std::to_string(static_cast<int>(bitWidth));
3039
return typeStr +
widthStr
+ "_t"; // e.g. int32_t or float16_t
3040
return shortTypeStr +
widthStr
+ "vec" + dimStr; // e.g. i16vec2 or f64vec4.
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackSimpleTests.cpp
3665
const std::string
widthStr
= (query64Bits ? "_64bits" : "_32bits");
in createTransformFeedbackSimpleTests()
local
3681
const std::string fullTestName = testName + "_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
3685
const std::string omitTestName = testName + "_omit_write_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
3691
const std::string fullTestNameCopy = testNameCopy[testTypeCopyNdx] + "_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
3696
const std::string fullTestNameHostQueryReset = testNameHostQueryReset + "_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackSimpleTests.cpp
4519
const std::string
widthStr
= (query64Bits ? "_64bits" : "_32bits");
in createTransformFeedbackSimpleTests()
local
4535
const std::string fullTestName = testName + "_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
4541
const std::string omitTestName = testName + "_omit_write_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
4547
const std::string fullTestNameCopy = testNameCopy[testTypeCopyNdx] + "_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
4551
const std::string fullTestNameQueryWithAvailability = testNameCopy[testTypeCopyNdx] + "_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
+ "_query_with_availability";
in createTransformFeedbackSimpleTests()
4556
const std::string fullTestNameHostQueryReset = testNameHostQueryReset + "_" + topology.second.topologyName + de::toString(streamId) + "_" + de::toString(vertexCount) +
widthStr
;
in createTransformFeedbackSimpleTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
19130
const string
widthStr
= numberToString(width);
19131
const string composite_type = "${customType}vec" +
widthStr
;
19135
params["name"] = params["type"] + "_" +
widthStr
;
19136
params["compositeDecl"] = composite_type + " = OpTypeVector ${customType} " +
widthStr
+"\n";
19153
string
widthStr
= numberToString(width);
19157
params["name"] = params["type"] + "_" +
widthStr
;
19158
params["compositeDecl"] = string("%arraywidth = OpConstant %u32 " +
widthStr
+ "\n")
19196
string
widthStr
= numberToString(width);
19205
params["name"] = params["type"] + "_" +
widthStr
+ "x" + columnStr;
19206
params["compositeDecl"] = string("%vectype = OpTypeVector ${customType} " +
widthStr
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmInstructionTests.cpp
19032
const string
widthStr
= numberToString(width);
19033
const string composite_type = "${customType}vec" +
widthStr
;
19037
params["name"] = params["type"] + "_" +
widthStr
;
19038
params["compositeDecl"] = composite_type + " = OpTypeVector ${customType} " +
widthStr
+"\n";
19055
string
widthStr
= numberToString(width);
19059
params["name"] = params["type"] + "_" +
widthStr
;
19060
params["compositeDecl"] = string("%arraywidth = OpConstant %u32 " +
widthStr
+ "\n")
19098
string
widthStr
= numberToString(width);
19107
params["name"] = params["type"] + "_" +
widthStr
+ "x" + columnStr;
19108
params["compositeDecl"] = string("%vectype = OpTypeVector ${customType} " +
widthStr
[all...]
Completed in 76 milliseconds