OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElpShared
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h
245
ElpShared
, // default, but different than saying nothing
756
case
ElpShared
: return "shared";
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp
107
globalUniformDefaults.layoutPacking = spvVersion.spv != 0 ? ElpStd140 :
ElpShared
;
111
globalBufferDefaults.layoutPacking = spvVersion.spv != 0 ? ElpStd430 :
ElpShared
;
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp
345
case glslang::
ElpShared
: return spv::DecorationGLSLShared;
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp
345
case glslang::
ElpShared
: return spv::DecorationGLSLShared;
[
all
...]
Completed in 43 milliseconds