Home
last modified time | relevance | path

Searched refs:N_STRUCT_EXPLICIT_PADDING (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_version.h115 N_STRUCT_EXPLICIT_PADDING = 2410, enumerator
116 CURRENT = N_STRUCT_EXPLICIT_PADDING
/frameworks/compile/libbcc/include/bcc/
DScript.h71 return getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDING; in isStructExplicitlyPaddedBySlang()
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1381 …ructExplicitlyPaddedBySlang = (me.getCompilerVersion() >= SlangVersion::N_STRUCT_EXPLICIT_PADDING); in runOnModule()