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:srcRegion
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
vulkan_header_ext_huawei.h
41
VkRect2D
srcRegion
;
member
H
A
D
GrVkCommandBuffer.cpp
964
VkRect2D
srcRegion
;
965
srcRegion
.offset = { blurArg.srcRect.fLeft , blurArg.srcRect.fTop };
966
srcRegion
.extent = { (uint32_t)blurArg.srcRect.width(), (uint32_t)blurArg.srcRect.height() };
989
drawBlurImageInfo.
srcRegion
=
srcRegion
;
H
A
D
GrVkGpu.cpp
2700
VkRect2D
srcRegion
;
in GetHpsDimension()
local
2701
srcRegion
.offset = { blurArg.srcRect.fLeft, blurArg.srcRect.fTop };
in GetHpsDimension()
2702
srcRegion
.extent = { (uint32_t)blurArg.srcRect.width(), (uint32_t)blurArg.srcRect.height() };
in GetHpsDimension()
2712
drawBlurImageInfo.
srcRegion
=
srcRegion
;
in GetHpsDimension()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
UtilsVk.cpp
2982
VkBufferImageCopy
srcRegion
= {};
in copyImageBits()
local
2983
srcRegion
.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT;
in copyImageBits()
2984
srcRegion
.imageSubresource.mipLevel = src->toVkLevel(params.srcLevel).get();
in copyImageBits()
2985
srcRegion
.imageSubresource.baseArrayLayer = isSrc3D ? 0 : params.srcOffset[2];
in copyImageBits()
2986
srcRegion
.imageSubresource.layerCount = isSrc3D ? 1 : params.copyExtents[2];
in copyImageBits()
2987
srcRegion
.imageOffset.x = params.srcOffset[0];
in copyImageBits()
2988
srcRegion
.imageOffset.y = params.srcOffset[1];
in copyImageBits()
2989
srcRegion
.imageOffset.z = isSrc3D ? params.srcOffset[2] : 0;
in copyImageBits()
2990
srcRegion
.imageExtent.width = params.copyExtents[0];
in copyImageBits()
2991
srcRegion
in copyImageBits()
[all...]
Completed in 12 milliseconds