Searched refs:SH_OBJECT_CODE (Results 1 – 5 of 5) sorted by relevance
84 case 'o': compileOptions |= SH_OBJECT_CODE; break; in main()166 if (compiled && (compileOptions & SH_OBJECT_CODE)) { in main()
118 SH_OBJECT_CODE = 0x0004, enumerator
158 SH_OBJECT_CODE | SH_VARIABLES | SH_ENFORCE_PACKING_RESTRICTIONS | in GetCompileOptions()
193 int compileOptions = (SH_OBJECT_CODE | SH_VARIABLES); in compileToHLSL()
275 if (success && (compileOptions & SH_OBJECT_CODE)) in compile()