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:fSamples
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
GrVkRenderPass.h
56
int
fSamples
;
member
61
,
fSamples
(0)
in AttachmentDesc()
65
fSamples
== right.
fSamples
&&
in operator ==()
72
return (fFormat == desc.fFormat &&
fSamples
== desc.
fSamples
);
in isCompatible()
H
A
D
GrVkRenderTarget.cpp
384
desc->fColor.
fSamples
= colorAttachment->numSamples();
in getAttachmentsDescriptor()
390
desc->fResolve.
fSamples
= 1;
in getAttachmentsDescriptor()
401
desc->fStencil.
fSamples
= vkStencil->numSamples();
in getAttachmentsDescriptor()
402
SkASSERT(desc->fStencil.
fSamples
== desc->fColor.
fSamples
);
in getAttachmentsDescriptor()
417
desc->fColor.
fSamples
= programInfo.numSamples();
in ReconstructAttachmentsDescriptor()
423
desc->fResolve.
fSamples
= 1;
in ReconstructAttachmentsDescriptor()
432
desc->fStencil.
fSamples
= programInfo.numSamples();
in ReconstructAttachmentsDescriptor()
433
SkASSERT(desc->fStencil.
fSamples
== desc->fColor.
fSamples
);
in ReconstructAttachmentsDescriptor()
[all...]
H
A
D
GrVkRenderPass.cpp
24
SkAssertResult(GrSampleCountToVkSampleCount(desc.
fSamples
, &attachment->samples));
in setup_vk_attachment_description()
466
b->add32(attachmentsDescriptor.fColor.
fSamples
);
in GenKey()
470
b->add32(attachmentsDescriptor.fResolve.
fSamples
);
in GenKey()
474
b->add32(attachmentsDescriptor.fStencil.
fSamples
);
in GenKey()
H
A
D
GrVkImage.h
178
uint32_t
fSamples
;
member
190
,
fSamples
(1)
in ImageDesc()
H
A
D
GrVkImage.cpp
147
imageDesc.
fSamples
= sampleCnt;
in Make()
487
if (!GrSampleCountToVkSampleCount(imageDesc.
fSamples
, &vkSamples)) {
in InitImageInfo()
546
info->fSampleCount = imageDesc.
fSamples
;
in InitImageInfo()
H
A
D
GrVkGpu.cpp
1734
imageDesc.
fSamples
= sampleCnt;
in createVkImageForBackendSurface()
/third_party/skia/tools/flags/
H
A
D
CommonFlagsConfig.h
79
int getSamples() const { return
fSamples
; }
in getSamples()
94
int
fSamples
;
member in SkCommandLineConfigGpu
H
A
D
CommonFlagsConfig.cpp
536
,
fSamples
(samples)
in SkCommandLineConfigGpu()
Completed in 13 milliseconds