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:clearPass
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H
A
D
VertexOnlyRenderPipelineTests.cpp
144
utils::ComboRenderPassDescriptor
clearPass
=
in ClearAttachment()
local
146
clearPass
.cDepthStencilAttachmentInfo.depthLoadOp = wgpu::LoadOp::Clear;
in ClearAttachment()
147
clearPass
.cDepthStencilAttachmentInfo.clearDepth = 0.0f;
in ClearAttachment()
148
clearPass
.cDepthStencilAttachmentInfo.stencilLoadOp = wgpu::LoadOp::Clear;
in ClearAttachment()
149
clearPass
.cDepthStencilAttachmentInfo.clearStencil = 0x0;
in ClearAttachment()
150
for (auto& t :
clearPass
.cColorAttachments) {
in ClearAttachment()
155
auto pass = encoder.BeginRenderPass(&
clearPass
);
in ClearAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H
A
D
vktMultiViewRenderTests.cpp
3255
const bool
clearPass
);
3328
void MultiViewReadbackTestInstance::drawClears (const deUint32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines, const bool
clearPass
)
in drawClears()
argument
3333
const bool withClearColor = (
clearPass
&& m_parameters.viewIndex == TEST_TYPE_READBACK_WITH_IMPLICIT_CLEAR);
in drawClears()
3337
if (
clearPass
)
in drawClears()
3365
if (
clearPass
)
in drawClears()
3389
if (
clearPass
)
in drawClears()
3416
if (!
clearPass
)
in drawClears()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H
A
D
vktMultiViewRenderTests.cpp
3362
const bool
clearPass
);
3435
void MultiViewReadbackTestInstance::drawClears (const deUint32 subpassCount, VkRenderPass renderPass, VkFramebuffer frameBuffer, vector<PipelineSp>& pipelines, const bool
clearPass
)
in drawClears()
argument
3440
const bool withClearColor = (
clearPass
&& m_parameters.viewIndex == TEST_TYPE_READBACK_WITH_IMPLICIT_CLEAR);
in drawClears()
3444
if (
clearPass
)
in drawClears()
3472
if (
clearPass
)
in drawClears()
3496
if (
clearPass
)
in drawClears()
3523
if (!
clearPass
)
in drawClears()
Completed in 15 milliseconds