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:imageLayout
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
render_graph.cpp
206
resState.resource.
imageLayout
, RenderHandleUtil::GetIndexPart(resState.resource.handle),
in DebugPrintImageState()
221
void PatchRenderPassFinalLayout(const RenderHandle handle, const ImageLayout
imageLayout
,
in PatchRenderPassFinalLayout()
argument
227
beginRenderPass.imageLayouts.attachmentFinalLayouts[attachmentIdx] =
imageLayout
;
in PatchRenderPassFinalLayout()
228
storeState.resource.
imageLayout
=
imageLayout
;
in PatchRenderPassFinalLayout()
369
res.
imageLayout
,
in GetSrcImageBarrier()
380
ImageLayout srcImageLayout = src.
imageLayout
;
in GetSrcImageBarrierMips()
419
res.
imageLayout
,
in GetDstImageBarrier()
430
ImageLayout dstImageLayout = dst.
imageLayout
;
in GetDstImageBarrierMips()
461
additionalStateRef.layouts[res.mip] = res.
imageLayout
;
in ModifyAdditionalImageState()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H
A
D
pipeline_layout_desc.h
95
ImageLayout
imageLayout
{ ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
125
ImageLayout
imageLayout
{ ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
H
A
D
pipeline_state_desc.h
909
ImageLayout
imageLayout
{ ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
pipeline_descriptor_set_binder.cpp
358
if (resource.
imageLayout
!= CORE_IMAGE_LAYOUT_UNDEFINED) {
in BindImage()
359
bindableImage.
imageLayout
= resource.
imageLayout
;
in BindImage()
361
bindableImage.
imageLayout
= (RenderHandleUtil::IsDepthImage(resource.handle))
in BindImage()
426
if (currResource.
imageLayout
!= CORE_IMAGE_LAYOUT_UNDEFINED) {
in BindImages()
427
bindableImage.
imageLayout
= currResource.
imageLayout
;
in BindImages()
429
bindableImage.
imageLayout
= (RenderHandleUtil::IsDepthImage(currResource.handle))
in BindImages()
H
A
D
render_command_list.cpp
1360
src.optionalImageLayout = source.
imageLayout
;
in CustomImageBarrier()
1366
dst.optionalImageLayout = destination.
imageLayout
;
in CustomImageBarrier()
1738
data->
imageLayout
= CORE_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL;
in ClearColorImage()
H
A
D
render_command_list.h
383
ImageLayout
imageLayout
{ CORE_IMAGE_LAYOUT_UNDEFINED };
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_texture_info.cpp
46
imageInfo.fImageLayout = vkInfo->
imageLayout
;
in ConvertToGrBackendVKTexture()
93
vkInfo->
imageLayout
= vkImageInfo.fImageLayout;
in ConvertToVKTexture()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
pipeline_create_functions_vk.cpp
191
VkImageLayout
imageLayout
= VkImageLayout::VK_IMAGE_LAYOUT_GENERAL;
in CreateAttachmentReferences()
local
195
imageLayout
= (VkImageLayout)layouts[attachmentIndex];
in CreateAttachmentReferences()
199
imageLayout
, // layout
in CreateAttachmentReferences()
216
VkImageLayout
imageLayout
= VkImageLayout::VK_IMAGE_LAYOUT_GENERAL;
in CreateAttachmentReferences2()
local
222
imageLayout
= (VkImageLayout)layouts[attachmentIndex];
in CreateAttachmentReferences2()
228
imageLayout
, // layout
in CreateAttachmentReferences2()
H
A
D
render_backend_vk.cpp
275
pi.
imageLayout
= swapData.layout;
in AcquirePresentationInfo()
276
if (pi.
imageLayout
!= ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC) {
in AcquirePresentationInfo()
305
PLUGIN_ASSERT(presRef.
imageLayout
== ImageLayout::CORE_IMAGE_LAYOUT_PRESENT_SRC);
2057
(VkImageLayout)bRes.
imageLayout
, //
imageLayout
2091
VK_IMAGE_LAYOUT_UNDEFINED //
imageLayout
2406
const VkImageLayout
imageLayout
= (VkImageLayout)renderCmd.
imageLayout
;
2407
PLUGIN_ASSERT((
imageLayout
== VK_IMAGE_LAYOUT_GENERAL) || (
imageLayout
[all...]
H
A
D
render_backend_vk.h
260
ImageLayout
imageLayout
{ ImageLayout::CORE_IMAGE_LAYOUT_UNDEFINED };
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H
A
D
native_buffer_utils.cpp
227
vkTextureInfo->
imageLayout
= VK_IMAGE_LAYOUT_UNDEFINED;
in MakeFromNativeWindowBuffer()
335
imageInfo->
imageLayout
= VK_IMAGE_LAYOUT_UNDEFINED;
in MakeBackendTextureFromNativeBuffer()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
image.h
78
VkImageLayout
imageLayout
= VK_IMAGE_LAYOUT_UNDEFINED;
member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_util.cpp
1237
vkImageInfo->
imageLayout
= imageInfo.initialLayout;
in SetVkImageInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_render_node.cpp
87
vkImageInfo->
imageLayout
= imageInfo.initialLayout;
in SetVkImageInfo()
Completed in 32 milliseconds