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:viewportSwizzle
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H
A
D
vktShaderObjectCreateUtil.cpp
354
vk::VkViewportSwizzleNV
viewportSwizzle
;
in setDefaultShaderObjectDynamicStates()
local
355
viewportSwizzle
.x = VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_X_NV;
in setDefaultShaderObjectDynamicStates()
356
viewportSwizzle
.y = VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Y_NV;
in setDefaultShaderObjectDynamicStates()
357
viewportSwizzle
.z = VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Z_NV;
in setDefaultShaderObjectDynamicStates()
358
viewportSwizzle
.w = VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_W_NV;
in setDefaultShaderObjectDynamicStates()
360
vk.cmdSetViewportSwizzleNV(cmdBuffer, 0, 1, &
viewportSwizzle
);
in setDefaultShaderObjectDynamicStates()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkPipelineConstructionUtil.cpp
3537
const auto
viewportSwizzle
= findStructure<VkPipelineViewportSwizzleStateCreateInfoNV>(pointerToCreateInfo->pViewportState->pNext);
in buildPipeline()
local
3538
if (
viewportSwizzle
)
in buildPipeline()
3540
state->viewportSwizzles.resize(
viewportSwizzle
->viewportCount);
in buildPipeline()
3541
for (deUint32 i = 0; i <
viewportSwizzle
->viewportCount; ++i)
in buildPipeline()
3542
state->viewportSwizzles[i] =
viewportSwizzle
->pViewportSwizzles[i];
in buildPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
1514
bool
viewportSwizzle
;
member
1615
,
viewportSwizzle
(false)
in TestConfig()
1710
,
viewportSwizzle
(other.
viewportSwizzle
)
in TestConfig()
2350
if (
viewportSwizzle
)
in getRequiredExtensions()
4547
if (m_testConfig.
viewportSwizzle
)
in iterate()
6639
config.
viewportSwizzle
= true;
in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineExtendedDynamicStateTests.cpp
1913
bool
viewportSwizzle
;
member
2054
,
viewportSwizzle
(false)
in TestConfig()
2168
,
viewportSwizzle
(other.
viewportSwizzle
)
in TestConfig()
2868
if (
viewportSwizzle
)
in getRequiredExtensions()
5395
if (m_testConfig.
viewportSwizzle
)
in iterate()
8177
config.
viewportSwizzle
= true;
in createExtendedDynamicStateTests()
Completed in 30 milliseconds