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:formatToName
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassSparseRenderTargetTests.cpp
797
std::string
formatToName
(VkFormat format)
in formatToName()
function
894
string testName (
formatToName
(format));
in initTests()
H
A
D
vktRenderPassMultisampleTests.cpp
2110
std::string
formatToName
(VkFormat format)
in formatToName()
function
2195
const std::string formatName (
formatToName
(format));
in initTests()
H
A
D
vktRenderPassMultisampleResolveTests.cpp
2989
std::string
formatToName
(VkFormat format)
in formatToName()
function
3079
const std::string formatName (
formatToName
(format));
in initTests()
H
A
D
vktRenderPassSubpassDependencyTests.cpp
3892
std::string
formatToName
(VkFormat format)
in formatToName()
function
4158
const string format (
formatToName
(formats[formatNdx]).c_str());
in initTests()
H
A
D
vktRenderPassTests.cpp
6957
std::string
formatToName
(VkFormat format)
7015
de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx,
formatToName
(format).c_str()));
7266
de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx,
formatToName
(vkFormat).c_str()));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassSparseRenderTargetTests.cpp
795
std::string
formatToName
(VkFormat format)
in formatToName()
function
884
string testName (
formatToName
(format));
in initTests()
H
A
D
vktRenderPassMultisampleTests.cpp
2101
std::string
formatToName
(VkFormat format)
in formatToName()
function
2183
const std::string formatName (
formatToName
(format));
in initTests()
H
A
D
vktRenderPassMultisampleResolveTests.cpp
2968
std::string
formatToName
(VkFormat format)
in formatToName()
function
3055
const std::string formatName (
formatToName
(format));
in initTests()
H
A
D
vktRenderPassSubpassDependencyTests.cpp
3892
std::string
formatToName
(VkFormat format)
in formatToName()
function
4158
const string format (
formatToName
(formats[formatNdx]).c_str());
in initTests()
H
A
D
vktRenderPassTests.cpp
6914
std::string
formatToName
(VkFormat format)
6968
de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx,
formatToName
(format).c_str(), de::toString(format).c_str()));
7218
de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx,
formatToName
(vkFormat).c_str(), de::toString(vkFormat).c_str()));
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fCopyImageTests.cpp
183
string
formatToName
(deUint32 format)
in formatToName()
function
1779
log << TestLog::Message << "Format: " <<
formatToName
(imageInfo.getFormat()) << TestLog::EndMessage;
2364
const string groupName = string(
formatToName
(srcFormat)) + "_" +
formatToName
(dstFormat);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktShaderTileImageTests.cpp
1934
std::string
formatToName
(VkFormat format)
in formatToName()
function
2098
std::string name =
formatToName
(format);
in createShaderTileImageTestVariations()
Completed in 54 milliseconds