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:isDepthStencil
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsTransientAttachmentTests.cpp
456
const bool
isDepthStencil
= isDepthStencilFormat(m_testFormat);
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsTransientAttachmentTests.cpp
456
const bool
isDepthStencil
= isDepthStencilFormat(m_testFormat);
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassUnusedClearAttachmentTests.cpp
332
const bool
isDepthStencil
= hasDepthStencil(testParams.depthStencilType);
in createRenderPass()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassUnusedClearAttachmentTests.cpp
333
const bool
isDepthStencil
= hasDepthStencil(testParams.depthStencilType);
in createRenderPass()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineAttachmentFeedbackLoopLayoutTests.cpp
2534
const bool
isDepthStencil
= !isCompressed && tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(format).order);
in createAttachmentFeedbackLoopLayoutSamplerTests()
local
H
A
D
vktPipelineSamplerTests.cpp
2376
const bool
isDepthStencil
= !isCompressed
in createAllFormatsSamplerTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineAttachmentFeedbackLoopLayoutTests.cpp
2364
const bool
isDepthStencil
= !isCompressed && tcu::hasDepthComponent(mapVkFormat(format).order) && tcu::hasStencilComponent(mapVkFormat(format).order);
in createAttachmentFeedbackLoopLayoutSamplerTests()
local
H
A
D
vktPipelineSamplerTests.cpp
1982
const bool
isDepthStencil
= !isCompressed
in createAllFormatsSamplerTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiImageClearingTests.cpp
1859
const bool
isDepthStencil
= isDepthStencilFormat(m_params.imageFormat);
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiImageClearingTests.cpp
1727
const bool
isDepthStencil
= isDepthStencilFormat(m_params.imageFormat);
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H
A
D
vktSynchronizationOperation.cpp
1232
const bool
isDepthStencil
= isDepthStencilFormat(resourceDesc.imageFormat);
in Support()
local
1454
const bool
isDepthStencil
= isDepthStencilFormat(resourceDesc.imageFormat);
in CopySupport()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H
A
D
vktSynchronizationOperation.cpp
1233
const bool
isDepthStencil
= isDepthStencilFormat(resourceDesc.imageFormat);
in Support()
local
1455
const bool
isDepthStencil
= isDepthStencilFormat(resourceDesc.imageFormat);
in CopySupport()
local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
vk_helpers.cpp
5344
bool
isDepthStencil
= angleFormat.depthBits > 0 || angleFormat.stencilBits > 0;
in clear()
local
Completed in 62 milliseconds