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:pushConstants
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_program_gles.h
49
BASE_NS::array_view<Gles::PushConstantReflection>
pushConstants
;
member
80
BASE_NS::vector<Gles::PushConstantReflection>
pushConstants
;
member in final
89
BASE_NS::array_view<Gles::PushConstantReflection>
pushConstants
;
member
111
BASE_NS::vector<Gles::PushConstantReflection>
pushConstants
;
member in final
H
A
D
gpu_program_gles.cpp
58
vector<Gles::PushConstantReflection>
pushConstants
;
member
68
if (auto pos = std::find_if(map.
pushConstants
.begin(), map.
pushConstants
.end(),
in ProcessPushConstants()
70
pos != map.
pushConstants
.end()) {
in ProcessPushConstants()
78
map.
pushConstants
.push_back(info);
in ProcessPushConstants()
79
map.
pushConstants
.back().location = inUse[1];
in ProcessPushConstants()
663
ret->
pushConstants
= map.
pushConstants
;
664
ret->plat_.
pushConstants
= ret->
pushConstants
;
[all...]
H
A
D
render_backend_gles.h
151
void SetPushConstants(uint32_t program, const BASE_NS::array_view<Gles::PushConstantReflection>&
pushConstants
);
218
struct RenderCommandPushConstant
pushConstants
{};
struct
H
A
D
render_backend_gles.cpp
2191
const auto& renderCmd = boundProgram_.
pushConstants
;
2227
boundProgram_.
pushConstants
= renderCmd;
in RenderCommandPushConstant()
2460
const array_view<Gles::PushConstantReflection>*
pushConstants
= nullptr;
in BindResources()
local
2500
pushConstants
= &sd.
pushConstants
;
in BindResources()
2521
pushConstants
= &sd.
pushConstants
;
in BindResources()
2525
SetPushConstants(program, *
pushConstants
);
in BindResources()
Completed in 8 milliseconds