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:AttachmentDesc
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
render_backend_gles.h
144
void HandleColorAttachments(const BASE_NS::array_view<const RenderPassDesc::
AttachmentDesc
*> colorAttachments);
145
void HandleDepthAttachment(const RenderPassDesc::
AttachmentDesc
& depthAttachment);
H
A
D
node_context_pool_manager_gles.cpp
587
array_view<RenderPassDesc::
AttachmentDesc
> attachments)
in MapColorAttachments()
618
array_view<RenderPassDesc::
AttachmentDesc
> attachments)
in MapDepthAttachments()
H
A
D
render_backend_gles.cpp
1257
void RenderBackendGLES::HandleColorAttachments(const array_view<const RenderPassDesc::
AttachmentDesc
*> colorAttachments)
in HandleColorAttachments()
1287
void RenderBackendGLES::HandleDepthAttachment(const RenderPassDesc::
AttachmentDesc
& depthAttachment)
in HandleDepthAttachment()
1360
const RenderPassDesc::
AttachmentDesc
*
in DoSubPass()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
pipeline_create_functions_vk.cpp
49
void CreateAttachmentDescriptions(const array_view<const RenderPassDesc::
AttachmentDesc
> attachments,
in CreateAttachmentDescriptions()
83
void CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::
AttachmentDesc
> attachments,
in CreateAttachmentDescriptions2()
123
void CreateAttachmentDescriptionsCompatibility(const array_view<const RenderPassDesc::
AttachmentDesc
> attachments,
in CreateAttachmentDescriptionsCompatibility()
149
void CreateAttachmentDescriptionsCompatibility2(const array_view<const RenderPassDesc::
AttachmentDesc
> attachments,
in CreateAttachmentDescriptionsCompatibility2()
H
A
D
node_context_pool_manager_vk.cpp
106
const RenderPassDesc::
AttachmentDesc
& atDesc = renderPassDesc.attachments[idx];
in HashFramebuffer()
167
const RenderPassDesc::
AttachmentDesc
& attachmentDesc = renderPassDesc.attachments[idx];
in CreateFramebuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H
A
D
pipeline_state_desc.h
981
struct
AttachmentDesc
{
struct
1008
AttachmentDesc
attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT];
1027
RenderPassDesc::
AttachmentDesc
attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT];
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
render_graph.cpp
942
const RenderPassDesc::
AttachmentDesc
& attachmentDesc = attachments[attachmentIdx];
in BeginRenderPassUpdateImageStates()
997
const RenderPassDesc::
AttachmentDesc
& attachmentDesc = renderPassDesc.attachments[attachmentIndex];
in BeginRenderPassUpdateSubpassImageStates()
Completed in 15 milliseconds