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:reflection_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_program_vk.cpp
49
auto& pipelineLayout =
reflection_
.pipelineLayout;
in GpuShaderProgramVk()
61
reflection_
.vertexInputDeclarationView.bindingDescriptions = vidv.bindingDescriptions;
in GpuShaderProgramVk()
62
reflection_
.vertexInputDeclarationView.attributeDescriptions = vidv.attributeDescriptions;
in GpuShaderProgramVk()
77
reflection_
.shaderSpecializationConstantView.constants =
in GpuShaderProgramVk()
89
return
reflection_
;
in GetReflection()
103
reflection_
.pipelineLayout = mod.GetPipelineLayout();
in GpuComputeProgramVk()
105
reflection_
.threadGroupSizeX = Math::max(1u, tgs.x);
in GpuComputeProgramVk()
106
reflection_
.threadGroupSizeY = Math::max(1u, tgs.y);
in GpuComputeProgramVk()
107
reflection_
.threadGroupSizeZ = Math::max(1u, tgs.z);
in GpuComputeProgramVk()
113
reflection_
in GpuComputeProgramVk()
[all...]
H
A
D
gpu_program_vk.h
52
ShaderReflection
reflection_
;
member in final
73
ComputeShaderReflection
reflection_
;
member in final
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_program_gles.cpp
547
auto& pipelineLayout =
reflection_
.pipelineLayout;
555
reflection_
.vertexInputDeclarationView = vidv;
564
reflection_
.shaderSpecializationConstantView.constants = constants_;
595
const auto& list = ret.
reflection_
.vertexInputDeclarationView.attributeDescriptions;
630
ret->
reflection_
=
reflection_
;
632
ret->
reflection_
.shaderSpecializationConstantView.constants = ret->constants_;
668
const auto& pipelineLayout =
reflection_
.pipelineLayout;
695
return
reflection_
;
in GetReflection()
706
reflection_
in GpuComputeProgramGLES()
[all...]
H
A
D
gpu_program_gles.h
77
ShaderReflection
reflection_
;
member in final
109
ComputeShaderReflection
reflection_
;
member in final
Completed in 3 milliseconds