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:fExternalFormat
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
GrVkSamplerYcbcrConversion.cpp
56
if (info.
fExternalFormat
) {
in Create()
61
externalFormat.externalFormat = info.
fExternalFormat
;
in Create()
66
if (info.
fExternalFormat
) {
in Create()
71
externalFormat.externalFormat = info.
fExternalFormat
;
in Create()
76
SkASSERT(!info.
fExternalFormat
);
in Create()
79
if (!info.
fExternalFormat
) {
in Create()
122
return Key{ycbcrInfo.fFormat, ycbcrInfo.
fExternalFormat
, ycbcrKey};
in GenerateKey()
H
A
D
GrVkSamplerYcbcrConversion.h
27
Key() : fVkFormat(VK_FORMAT_UNDEFINED),
fExternalFormat
(0), fConversionKey(0) {}
in Key()
31
fExternalFormat
= externalFormat;
in Key()
36
uint64_t
fExternalFormat
;
member
41
this->
fExternalFormat
== that.
fExternalFormat
&&
in operator ==()
H
A
D
GrVkTexture.cpp
38
!fTexture->ycbcrConversionInfo().
fExternalFormat
);
in GrVkTexture()
126
(info.fYcbcrConversionInfo.
fExternalFormat
!= 0);
in MakeWrappedTexture()
H
A
D
GrVkCaps.cpp
1431
if (ycbcrInfo->isValid() && ycbcrInfo->
fExternalFormat
!= 0) {
in backend_format_is_external()
1657
if (VK_FORMAT_UNDEFINED == vkFormat && ycbcrInfo->
fExternalFormat
!= 0) {
in onAreColorTypeAndFormatCompatible()
1748
if (ycbcrInfo->isValid() && ycbcrInfo->
fExternalFormat
!= 0) {
in onGetReadSwizzle()
1800
SkASSERT(!ycbcrInfo->isValid() || ycbcrInfo->
fExternalFormat
== 0);
in computeFormatKey()
H
A
D
GrVkGpu.cpp
1341
if (info.fYcbcrConversionInfo.
fExternalFormat
!= 0) {
in check_image_info()
1361
if (info.fYcbcrConversionInfo.isValid() && info.fYcbcrConversionInfo.
fExternalFormat
!= 0) {
in check_tex_image_info()
/third_party/skia/include/gpu/vk/
H
A
D
GrVkTypes.h
68
this->
fExternalFormat
== that.
fExternalFormat
&&
in operator ==()
86
uint64_t
fExternalFormat
= 0;
member
/third_party/skia/src/gpu/
H
A
D
GrAHardwareBufferUtils.cpp
140
ycbcrConversion.
fExternalFormat
= hwbFormatProps.externalFormat;
in GetBackendFormat()
364
SkASSERT(hwbFormatProps.externalFormat == ycbcrConversion->
fExternalFormat
);
in make_vk_backend_texture()
H
A
D
GrBackendSurface.cpp
129
if ((fVk.fYcbcrConversionInfo.isValid() && fVk.fYcbcrConversionInfo.
fExternalFormat
) ||
in GrBackendFormat()
491
if ((info.fYcbcrConversionInfo.isValid() && info.fYcbcrConversionInfo.
fExternalFormat
!= 0) ||
in vk_image_info_to_texture_type()
Completed in 15 milliseconds