Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGLSL.ext.NV.h58 const char* const E_SPV_NV_fragment_shader_barycentric = "SPV_NV_fragment_shader_barycentric"; variable
Ddisassemble.cpp520 strcmp(spv::E_SPV_NV_fragment_shader_barycentric, name) == 0 || in disassembleInstruction()
714 strcmp(name, spv::E_SPV_NV_fragment_shader_barycentric) == 0 || in GLSLextNVGetDebugNames()
DGlslangToSpv.cpp1034 builder.addExtension(spv::E_SPV_NV_fragment_shader_barycentric); in TranslateBuiltInDecoration()
1038 builder.addExtension(spv::E_SPV_NV_fragment_shader_barycentric); in TranslateBuiltInDecoration()
9614 builder.addExtension(spv::E_SPV_NV_fragment_shader_barycentric); in getSymbolId()