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:addRequirement
(Results
1 - 20
of
20
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H
A
D
vktAmberDepthTests.cpp
142
testCase->
addRequirement
(req);
in createDepthTestCase()
145
testCase->
addRequirement
("VK_EXT_depth_range_unrestricted");
in createDepthTestCase()
H
A
D
vktAmberTestCaseUtil.cpp
164
testCase->
addRequirement
(m_scratch);
in parse()
221
testCase->
addRequirement
(req);
in createAmberTestCase()
H
A
D
vktAmberTestCase.hpp
80
// - If any of the extensions registered via |
addRequirement
| is not
100
void
addRequirement
(const std::string& requirement);
H
A
D
vktAmberTestCase.cpp
459
void AmberTestCase::
addRequirement
(const std::string& requirement)
in addRequirement()
function in vkt::cts_amber::AmberTestCase
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H
A
D
vktAmberDepthTests.cpp
138
testCase->
addRequirement
(req);
in createDepthTestCase()
141
testCase->
addRequirement
("VK_EXT_depth_range_unrestricted");
in createDepthTestCase()
H
A
D
vktAmberTestCaseUtil.cpp
164
testCase->
addRequirement
(m_scratch);
in parse()
211
testCase->
addRequirement
(req);
in createAmberTestCase()
H
A
D
vktAmberTestCase.hpp
80
// - If any of the extensions registered via |
addRequirement
| is not
100
void
addRequirement
(const std::string& requirement);
H
A
D
vktAmberTestCase.cpp
458
void AmberTestCase::
addRequirement
(const std::string& requirement)
in addRequirement()
function in vkt::cts_amber::AmberTestCase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmTerminateInvocationTests.cpp
90
testCase->
addRequirement
("VK_KHR_shader_terminate_invocation");
in addTestsForAmberFiles()
94
testCase->
addRequirement
(reqmts[r]);
in addTestsForAmberFiles()
H
A
D
vktSpvAsmPtrAccessChainTests.cpp
56
testCase->
addRequirement
("VariablePointerFeatures.variablePointers");
in createTests()
H
A
D
vktSpvAsmSpirvVersion1p4Tests.cpp
95
testCase->
addRequirement
("VK_KHR_spirv_1_4");
in addTestsForAmberFiles()
107
testCase->
addRequirement
(reqmts[r]);
in addTestsForAmberFiles()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmTerminateInvocationTests.cpp
92
testCase->
addRequirement
("VK_KHR_shader_terminate_invocation");
in addTestsForAmberFiles()
96
testCase->
addRequirement
(reqmts[r]);
in addTestsForAmberFiles()
H
A
D
vktSpvAsmPtrAccessChainTests.cpp
56
testCase->
addRequirement
("VariablePointerFeatures.variablePointers");
in createTests()
H
A
D
vktSpvAsmSpirvVersion1p4Tests.cpp
97
testCase->
addRequirement
("VK_KHR_spirv_1_4");
in addTestsForAmberFiles()
109
testCase->
addRequirement
(reqmts[r]);
in addTestsForAmberFiles()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H
A
D
vktSubgroupUniformControlFlowTests.cpp
200
testCase->
addRequirement
("SubgroupSizeControl.computeFullSubgroups");
in addTestsForAmberFiles()
201
testCase->
addRequirement
("SubgroupSizeControl.subgroupSizeControl");
in addTestsForAmberFiles()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H
A
D
vktSubgroupUniformControlFlowTests.cpp
203
testCase->
addRequirement
("SubgroupSizeControl.computeFullSubgroups");
in addTestsForAmberFiles()
204
testCase->
addRequirement
("SubgroupSizeControl.subgroupSizeControl");
in addTestsForAmberFiles()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H
A
D
vktComputeWorkgroupMemoryExplicitLayoutTests.cpp
1362
t->
addRequirement
("VK_KHR_workgroup_memory_explicit_layout");
in CreateAmberTestCase()
1363
t->
addRequirement
("VK_KHR_spirv_1_4");
in CreateAmberTestCase()
1366
t->
addRequirement
("VK_KHR_zero_initialize_workgroup_memory");
in CreateAmberTestCase()
1370
t->
addRequirement
("VK_EXT_shader_object");
in CreateAmberTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H
A
D
vktComputeWorkgroupMemoryExplicitLayoutTests.cpp
1364
t->
addRequirement
("VK_KHR_workgroup_memory_explicit_layout");
in CreateAmberTestCase()
1365
t->
addRequirement
("VK_KHR_spirv_1_4");
in CreateAmberTestCase()
1368
t->
addRequirement
("VK_KHR_zero_initialize_workgroup_memory");
in CreateAmberTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
8903
testCase->
addRequirement
("Features.fillModeNonSolid");
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
7699
testCase->
addRequirement
("Features.fillModeNonSolid");
Completed in 31 milliseconds