Searched refs:EbvDeviceIndex (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 239 EbvDeviceIndex, enumerator 468 case EbvDeviceIndex: return "DeviceIndex"; in GetBuiltInVariableString()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 8006 BuiltInVariable("gl_DeviceIndex", EbvDeviceIndex, symbolTable); in add2ndGenerationSamplingImaging() 8445 BuiltInVariable("gl_DeviceIndex", EbvDeviceIndex, symbolTable); in add2ndGenerationSamplingImaging() 8648 BuiltInVariable("gl_DeviceIndex", EbvDeviceIndex, symbolTable); in add2ndGenerationSamplingImaging() 8890 BuiltInVariable("gl_DeviceIndex", EbvDeviceIndex, symbolTable); in add2ndGenerationSamplingImaging() 9095 BuiltInVariable("gl_DeviceIndex", EbvDeviceIndex, symbolTable); in add2ndGenerationSamplingImaging() 9241 BuiltInVariable("gl_DeviceIndex", EbvDeviceIndex, symbolTable); in add2ndGenerationSamplingImaging()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 933 case glslang::EbvDeviceIndex: in TranslateBuiltInDecoration()
|