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:BindBuffers
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H
A
D
intf_pipeline_descriptor_set_binder.h
75
virtual void
BindBuffers
(const uint32_t binding, const BASE_NS::array_view<const BindableBuffer> resources) = 0;
234
virtual void
BindBuffers
(
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
pipeline_descriptor_set_binder.h
111
void
BindBuffers
(const uint32_t binding, const BASE_NS::array_view<const BindableBuffer> resources) override;
183
void
BindBuffers
(
H
A
D
pipeline_descriptor_set_binder.cpp
295
void DescriptorSetBinder::
BindBuffers
(const uint32_t binding, const BASE_NS::array_view<const BindableBuffer> resources)
in BindBuffers()
function in DescriptorSetBinder
314
"RENDER_VALIDATION: PipelineDescriptorSetBinder::
BindBuffers
() invalid handle type (index: "
in BindBuffers()
331
"RENDER_VALIDATION: DescriptorSetBinder::
BindBuffers
() trying to bind (%u) buffers to set arrays "
in BindBuffers()
621
void PipelineDescriptorSetBinder::
BindBuffers
(
in BindBuffers()
function in PipelineDescriptorSetBinder
627
descriptorSetBinders_[setIdx].
BindBuffers
(binding, resources);
in BindBuffers()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H
A
D
intf_shader_pipeline_binder.h
132
virtual void
BindBuffers
(
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
shader_pipeline_binder.h
61
void
BindBuffers
(const uint32_t set, const uint32_t binding,
H
A
D
shader_pipeline_binder.cpp
397
void ShaderPipelineBinder::
BindBuffers
(
in BindBuffers()
function in ShaderPipelineBinder
423
pipelineDescriptorSetBinder_->
BindBuffers
(set, binding, bindables);
in BindBuffers()
Completed in 5 milliseconds