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:GpuImageVk
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H
A
D
platform_gpu_image_vk.cpp
20
void
GpuImageVk
::CreatePlatformHwBuffer()
in CreatePlatformHwBuffer()
25
void
GpuImageVk
::DestroyPlatformHwBuffer()
in DestroyPlatformHwBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H
A
D
platform_gpu_image_vk.cpp
20
void
GpuImageVk
::CreatePlatformHwBuffer()
in CreatePlatformHwBuffer()
25
void
GpuImageVk
::DestroyPlatformHwBuffer()
in DestroyPlatformHwBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H
A
D
platform_gpu_image_vk.cpp
20
void
GpuImageVk
::CreatePlatformHwBuffer()
in CreatePlatformHwBuffer()
25
void
GpuImageVk
::DestroyPlatformHwBuffer()
in DestroyPlatformHwBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_image_vk.h
46
class
GpuImageVk
final : public GpuImage {
48
GpuImageVk
(Device& device, const GpuImageDesc& desc);
49
GpuImageVk
(
51
~
GpuImageVk
();
H
A
D
gpu_image_vk.cpp
187
GpuImageVk
::
GpuImageVk
(Device& device, const GpuImageDesc& desc) : GpuImage(), device_(device), desc_(desc)
in GpuImageVk()
function in GpuImageVk
219
GpuImageVk
::
GpuImageVk
(
in GpuImageVk()
function in GpuImageVk
240
GpuImageVk
::~
GpuImageVk
()
in ~GpuImageVk()
283
void
GpuImageVk
::CreateVkImage()
in CreateVkImage()
338
void
GpuImageVk
::CreateVkImageViews(
in CreateVkImageViews()
408
const GpuImageDesc&
GpuImageVk
::GetDesc() const
in GetDesc()
413
const GpuImagePlatformData&
GpuImageVk
[all...]
H
A
D
node_context_pool_manager_vk.cpp
168
if (const
GpuImageVk
* image = gpuResourceMgr.GetImage<
GpuImageVk
>(handle); image) {
in CreateFramebuffer()
426
if (const
GpuImageVk
* image =
427
gpuResourceMgr_.GetImage<const
GpuImageVk
>(beginRenderPass.renderPassDesc.attachmentHandles[idx]);
H
A
D
render_backend_vk.cpp
281
const
GpuImageVk
* swapImage = gpuResourceMgr_.GetImage<
GpuImageVk
>(handle);
in AcquirePresentationInfo()
1507
const
GpuImageVk
* srcImagePtr = gpuResourceMgr_.GetImage<
GpuImageVk
>(renderCmd.srcHandle);
1508
const
GpuImageVk
* dstImagePtr = gpuResourceMgr_.GetImage<
GpuImageVk
>(renderCmd.dstHandle);
1594
const
GpuImageVk
* gpuImage = nullptr;
1597
gpuImage = gpuResourceMgr_.GetImage<
GpuImageVk
>(renderCmd.dstHandle);
1599
gpuImage = gpuResourceMgr_.GetImage<
GpuImageVk
>(renderCmd.srcHandle);
1662
const
GpuImageVk
* srcGpuImag
[all...]
H
A
D
device_vk.cpp
1227
return make_unique<
GpuImageVk
>(*this, desc);
in CreateGpuImage()
1233
return make_unique<
GpuImageVk
>(*this, desc, platformData, hwBuffer);
in CreateGpuImageView()
1464
GpuImageVk
* image = gpuResourceMgr_.GetImage<
GpuImageVk
>(handle);
in GetImage()
H
A
D
node_context_descriptor_set_manager_vk.cpp
522
if (const auto* gpuImage = static_cast<
GpuImageVk
*>(gpuResourceMgr.GetImage(handle)); gpuImage) {
in CreateGpuDescriptorSet()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H
A
D
platform_gpu_image_vk.cpp
50
void
GpuImageVk
::CreatePlatformHwBuffer()
in CreatePlatformHwBuffer()
106
void
GpuImageVk
::DestroyPlatformHwBuffer()
in DestroyPlatformHwBuffer()
Completed in 9 milliseconds