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:vkImageInfo
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tools/gpu/vk/
H
A
D
VkYcbcrSamplerHelper.cpp
68
VkImageCreateInfo
vkImageInfo
= {};
in createBackendTexture()
local
69
vkImageInfo
.sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO;
in createBackendTexture()
70
vkImageInfo
.imageType = VK_IMAGE_TYPE_2D;
in createBackendTexture()
71
vkImageInfo
.format = VK_FORMAT_G8_B8R8_2PLANE_420_UNORM;
in createBackendTexture()
72
vkImageInfo
.extent = VkExtent3D{width, height, 1};
in createBackendTexture()
73
vkImageInfo
.mipLevels = 1;
in createBackendTexture()
74
vkImageInfo
.arrayLayers = 1;
in createBackendTexture()
75
vkImageInfo
.samples = VK_SAMPLE_COUNT_1_BIT;
in createBackendTexture()
76
vkImageInfo
.tiling = VK_IMAGE_TILING_LINEAR;
in createBackendTexture()
77
vkImageInfo
in createBackendTexture()
[all...]
/third_party/skia/src/gpu/vk/
H
A
D
GrVkImage.h
80
const GrVkImageInfo&
vkImageInfo
() const { return fInfo; }
in vkImageInfo()
function in GrVkImage
84
this->
vkImageInfo
().fImageTiling == VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT;
H
A
D
GrVkTexture.cpp
167
return GrBackendTexture(fTexture->width(), fTexture->height(), fTexture->
vkImageInfo
(),
in getBackendTexture()
H
A
D
GrVkRenderTarget.cpp
489
beAttachment->
vkImageInfo
(), beAttachment->getMutableState());
in getBackendRenderTarget()
Completed in 3 milliseconds