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
defs:formatName
(Results
1 - 25
of
74
) sorted by relevance
1
2
3
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H
A
D
vktSubgroupsScanHelpers.cpp
279
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in getCompare()
local
H
A
D
vktSubgroupsBallotBroadcastTests.cpp
649
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsBallotBroadcastTests()
local
H
A
D
vktSubgroupsClusteredTests.cpp
113
const string
formatName
= subgroups::getFormatNameForGLSL(caseDef.format);
in getTestSrc()
local
410
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsClusteredTests()
local
515
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsClusteredTests()
local
H
A
D
vktSubgroupsQuadTests.cpp
436
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsQuadTests()
local
530
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsQuadTests()
local
H
A
D
vktSubgroupsArithmeticTests.cpp
485
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsArithmeticTests()
local
595
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsArithmeticTests()
local
H
A
D
vktSubgroupsPartitionedTests.cpp
510
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsPartitionedTests()
local
617
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsPartitionedTests()
local
H
A
D
vktSubgroupsShuffleTests.cpp
114
const string
formatName
= subgroups::getFormatNameForGLSL(caseDef.format);
in getPerStageHeadDeclarations()
local
152
const string
formatName
= subgroups::getFormatNameForGLSL(caseDef.format);
in getFramebufferPerStageHeadDeclarations()
local
551
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsShuffleTests()
local
654
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsShuffleTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H
A
D
vktSubgroupsScanHelpers.cpp
279
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in getCompare()
local
H
A
D
vktSubgroupsQuadTests.cpp
418
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsQuadTests()
local
502
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsQuadTests()
local
H
A
D
vktSubgroupsArithmeticTests.cpp
467
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsArithmeticTests()
local
567
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsArithmeticTests()
local
H
A
D
vktSubgroupsBallotBroadcastTests.cpp
617
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsBallotBroadcastTests()
local
H
A
D
vktSubgroupsClusteredTests.cpp
111
const string
formatName
= subgroups::getFormatNameForGLSL(caseDef.format);
in getTestSrc()
local
392
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsClusteredTests()
local
487
const string
formatName
= subgroups::getFormatNameForGLSL(format);
in createSubgroupsClusteredTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiBufferViewCreateTests.cpp
431
const std::string
formatName
= de::toLower(getFormatName((VkFormat)format)).substr(10);
in createBufferViewCreateTests()
local
H
A
D
vktApiBufferTests.cpp
830
std::string
formatName
= de::toLower(getFormatName(testFormat));
in createBufferTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureConversionTests.cpp
185
const auto
formatName
= de::toLower(std::string(getFormatName(m_params->format)).substr(10));
in verifyPixels()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiBufferViewCreateTests.cpp
431
const std::string
formatName
= de::toLower(getFormatName((VkFormat)format)).substr(10);
in createBufferViewCreateTests()
local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H
A
D
glcSubgroupsClusteredTests.cpp
274
std::string
formatName
= subgroups::getFormatNameForGLSL(format);
in getCompare()
local
H
A
D
glcSubgroupsArithmeticTests.cpp
344
std::string
formatName
= subgroups::getFormatNameForGLSL(format);
in getCompare()
local
H
A
D
glcSubgroupsPartitionedTests.cpp
294
std::string
formatName
= subgroups::getFormatNameForGLSL(format);
in getCompare()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineLogicOpTests.cpp
553
const auto
formatName
= getSimpleFormatName(format);
in createLogicOpTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H
A
D
vktYCbCrFormatTests.cpp
626
const string
formatName
= de::toLower(de::toString(format).substr(10));
in populateFormatGroup()
local
634
const string
formatName
= de::toLower(de::toString(format).substr(10));
in populateFormatGroup()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureConversionTests.cpp
185
const auto
formatName
= de::toLower(std::string(getFormatName(m_params->format)).substr(10));
in verifyPixels()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H
A
D
vktYCbCrFormatTests.cpp
626
const string
formatName
= de::toLower(de::toString(format).substr(10));
in populateFormatGroup()
local
634
const string
formatName
= de::toLower(de::toString(format).substr(10));
in populateFormatGroup()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingPositionFetchTests.cpp
508
const auto
formatName
= getFormatSimpleName(format);
in createPositionFetchTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassDepthStencilWriteConditionsTests.cpp
555
std::string
formatName
= "VK_FORMAT_D32_SFLOAT_S8_UINT";
in checkSupport()
local
Completed in 24 milliseconds
1
2
3