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:cullModeConfig
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
1530
CullModeConfig
cullModeConfig
;
member
1621
,
cullModeConfig
(static_cast<vk::VkCullModeFlags>(vk::VK_CULL_MODE_NONE))
in TestConfig()
1716
,
cullModeConfig
(other.
cullModeConfig
)
in TestConfig()
1963
cullModeConfig
.swapValues();
in swapValues()
2180
if (
cullModeConfig
.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_CULL_MODE_EXT);
in getDynamicStates()
2250
return (
cullModeConfig
.dynamicValue
in testEDS()
3217
if (testConfig.
cullModeConfig
.dynamicValue)
in setDynamicStates()
3219
vkd.cmdSetCullMode(cmdBuffer, testConfig.
cullModeConfig
.dynamicValue.get());
in setDynamicStates()
3221
vkd.cmdSetCullModeEXT(cmdBuffer, testConfig.
cullModeConfig
in setDynamicStates()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
1965
CullModeConfig
cullModeConfig
;
member
2075
,
cullModeConfig
(static_cast<vk::VkCullModeFlags>(vk::VK_CULL_MODE_NONE))
in TestConfig()
2189
,
cullModeConfig
(other.
cullModeConfig
)
in TestConfig()
2448
cullModeConfig
.swapValues();
in swapValues()
2686
if (
cullModeConfig
.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_CULL_MODE_EXT);
in getDynamicStates()
2768
return (
cullModeConfig
.dynamicValue
in testEDS()
3898
if (testConfig.
cullModeConfig
.dynamicValue)
in setDynamicStates()
3900
vkd.cmdSetCullMode(cmdBuffer, testConfig.
cullModeConfig
.dynamicValue.get());
in setDynamicStates()
3902
vkd.cmdSetCullModeEXT(cmdBuffer, testConfig.
cullModeConfig
in setDynamicStates()
[all...]
Completed in 15 milliseconds