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:isDepthStencil
(Results
1 - 14
of
14
) 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
457
VkImageLayout inputLayout =
isDepthStencil
in iterate()
517
const auto srcAccess =
isDepthStencil
? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT;
in iterate()
519
const auto srcStage =
isDepthStencil
? (VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT) : VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT;
in iterate()
/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
457
VkImageLayout inputLayout =
isDepthStencil
in iterate()
517
const auto srcAccess =
isDepthStencil
? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT;
in iterate()
519
const auto srcStage =
isDepthStencil
? (VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT) : VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT;
in iterate()
/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
349
if (
isDepthStencil
)
in createRenderPass()
385
if (
isDepthStencil
)
in createRenderPass()
/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
350
if (
isDepthStencil
)
in createRenderPass()
386
if (
isDepthStencil
)
in createRenderPass()
/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
1860
const VkAccessFlags accessMask = (
isDepthStencil
? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT);
in iterate()
1861
VkImageLayout attachmentLayout = (
isDepthStencil
? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL);
in iterate()
1944
if (!
isDepthStencil
&& (m_params.imageSampleCount > VK_SAMPLE_COUNT_1_BIT))
in iterate()
/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
2558
(tcu::hasDepthComponent(mapVkFormat(format).order) || tcu::hasStencilComponent(mapVkFormat(format).order)) && !
isDepthStencil
)
in createAttachmentFeedbackLoopLayoutSamplerTests()
2566
if (!isCompressed &&
isDepthStencil
)
in createAttachmentFeedbackLoopLayoutSamplerTests()
H
A
D
vktPipelineSamplerTests.cpp
2376
const bool
isDepthStencil
= !isCompressed
in createAllFormatsSamplerTests()
local
2385
if (separateStencilUsage && !
isDepthStencil
)
in createAllFormatsSamplerTests()
/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
1728
const VkAccessFlags accessMask = (
isDepthStencil
? VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT : VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT);
in iterate()
1729
VkImageLayout attachmentLayout = (
isDepthStencil
? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL);
in iterate()
/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
2388
(tcu::hasDepthComponent(mapVkFormat(format).order) || tcu::hasStencilComponent(mapVkFormat(format).order)) && !
isDepthStencil
)
in createAttachmentFeedbackLoopLayoutSamplerTests()
2394
if (!isCompressed &&
isDepthStencil
)
in createAttachmentFeedbackLoopLayoutSamplerTests()
H
A
D
vktPipelineSamplerTests.cpp
1982
const bool
isDepthStencil
= !isCompressed
in createAllFormatsSamplerTests()
local
1991
if (separateStencilUsage && !
isDepthStencil
)
in createAllFormatsSamplerTests()
/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
1234
m_requiredQueueFlags = (
isDepthStencil
|| m_type != TYPE_COPY ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT);
in Support()
1237
DE_ASSERT(m_type != TYPE_BLIT || !
isDepthStencil
);
in Support()
1455
const bool
isDepthStencil
= isDepthStencilFormat(resourceDesc.imageFormat);
in CopySupport()
local
1456
m_requiredQueueFlags = (
isDepthStencil
|| m_type == TYPE_BLIT ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT);
in CopySupport()
1459
DE_ASSERT(m_type != TYPE_BLIT || !
isDepthStencil
);
in CopySupport()
/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
1233
m_requiredQueueFlags = (
isDepthStencil
|| m_type != TYPE_COPY ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT);
in Support()
1236
DE_ASSERT(m_type != TYPE_BLIT || !
isDepthStencil
);
in Support()
1454
const bool
isDepthStencil
= isDepthStencilFormat(resourceDesc.imageFormat);
in CopySupport()
local
1455
m_requiredQueueFlags = (
isDepthStencil
|| m_type == TYPE_BLIT ? VK_QUEUE_GRAPHICS_BIT : VK_QUEUE_TRANSFER_BIT);
in CopySupport()
1458
DE_ASSERT(m_type != TYPE_BLIT || !
isDepthStencil
);
in CopySupport()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceContext.cpp
3339
bool
isDepthStencil
= isFboBound && attachments[attNdx] == GL_DEPTH_STENCIL_ATTACHMENT;
3341
RC_IF_ERROR(!isColor && !isDepth && !isStencil && !
isDepthStencil
, GL_INVALID_VALUE, RC_RET_VOID);
3344
if (isDepth ||
isDepthStencil
) discardBuffers[1] = true;
3345
if (isStencil ||
isDepthStencil
) discardBuffers[2] = true;
/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
5346
if (
isDepthStencil
)
in clear()
Completed in 66 milliseconds