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:fStencil
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
PathTessellateOp.h
35
,
fStencil
(stencil)
in PathTessellateOp()
57
bool usesStencil() const override { return !
fStencil
->isUnused(); }
65
const GrUserStencilSettings* const
fStencil
;
member in skgpu::v1::final
H
A
D
PathTessellateOp.cpp
49
fStencil
== op->
fStencil
&&
in onCombineIfPossible()
86
fTessellationProgram = GrTessellationShader::MakeProgram(args, tessShader, pipeline,
fStencil
);
in prepareTessellator()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkRenderPass.cpp
264
attachmentsDescriptor->
fStencil
.fLoadStoreOps = stencilOp;
in Create()
266
attachmentsDescriptor->
fStencil
,
in Create()
390
if (!fAttachmentsDescriptor.
fStencil
.isCompatible(desc.
fStencil
)) {
in isCompatible()
445
if (fAttachmentsDescriptor.
fStencil
.fLoadStoreOps != stencilOps) {
in equalLoadStoreOps()
473
b->add32(attachmentsDescriptor.
fStencil
.fFormat);
in GenKey()
474
b->add32(attachmentsDescriptor.
fStencil
.fSamples);
in GenKey()
H
A
D
GrVkRenderTarget.cpp
400
desc->
fStencil
.fFormat = vkStencil->imageFormat();
in getAttachmentsDescriptor()
401
desc->
fStencil
.fSamples = vkStencil->numSamples();
in getAttachmentsDescriptor()
402
SkASSERT(desc->
fStencil
.fSamples == desc->fColor.fSamples);
in getAttachmentsDescriptor()
431
desc->
fStencil
.fFormat = stencilFormat;
in ReconstructAttachmentsDescriptor()
432
desc->
fStencil
.fSamples = programInfo.numSamples();
in ReconstructAttachmentsDescriptor()
433
SkASSERT(desc->
fStencil
.fSamples == desc->fColor.fSamples);
in ReconstructAttachmentsDescriptor()
H
A
D
GrVkRenderPass.h
77
AttachmentDesc
fStencil
;
member
/third_party/skia/src/gpu/mtl/
H
A
D
GrMtlPipelineState.h
109
GrStencilSettings
fStencil
;
member in GrMtlPipelineState
Completed in 4 milliseconds