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:msaaAttachment
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
GrVkRenderTarget.cpp
232
sk_sp<GrAttachment>
msaaAttachment
=
in dynamicMSAAAttachment()
local
238
if (!
msaaAttachment
) {
in dynamicMSAAAttachment()
241
fDynamicMSAAAttachment = sk_sp<GrVkImage>(static_cast<GrVkImage*>(
msaaAttachment
.release()));
in dynamicMSAAAttachment()
245
GrVkImage* GrVkRenderTarget::
msaaAttachment
() {
in msaaAttachment()
function in GrVkRenderTarget
363
GrVkImage* colorAttachment = withResolve ? this->
msaaAttachment
() : this->colorAttachment();
in createFramebuffer()
381
withResolve ? this->
msaaAttachment
() : this->colorAttachment();
in getAttachmentsDescriptor()
H
A
D
GrVkTextureRenderTarget.cpp
70
sk_sp<GrAttachment>
msaaAttachment
= rp->makeMSAAAttachment(
in create_rt_attachments()
local
73
if (!
msaaAttachment
) {
in create_rt_attachments()
76
*colorAttachment = sk_sp<GrVkImage>(static_cast<GrVkImage*>(
msaaAttachment
.release()));
in create_rt_attachments()
H
A
D
GrVkRenderTarget.h
145
GrVkImage*
msaaAttachment
();
/third_party/skia/src/gpu/
H
A
D
GrResourceProvider.cpp
679
auto
msaaAttachment
= this->findByUniqueKey<GrAttachment>(key);
in getDiscardableMSAAAttachment()
local
680
if (
msaaAttachment
) {
in getDiscardableMSAAAttachment()
681
return
msaaAttachment
;
in getDiscardableMSAAAttachment()
683
msaaAttachment
= this->makeMSAAAttachment(dimensions, format, sampleCnt, isProtected,
in getDiscardableMSAAAttachment()
685
if (
msaaAttachment
) {
in getDiscardableMSAAAttachment()
686
this->assignUniqueKeyToResource(key,
msaaAttachment
.get());
in getDiscardableMSAAAttachment()
688
return
msaaAttachment
;
in getDiscardableMSAAAttachment()
/third_party/skia/src/gpu/mtl/
H
A
D
GrMtlGpu.h
226
void resolve(GrMtlAttachment* resolveAttachment, GrMtlAttachment*
msaaAttachment
);
Completed in 4 milliseconds