Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGLSL.ext.NV.h58 const char* const E_SPV_NV_fragment_shader_barycentric = "SPV_NV_fragment_shader_barycentric"; variable
Ddisassemble.cpp514 strcmp(spv::E_SPV_NV_fragment_shader_barycentric, name) == 0 || in disassembleInstruction()
705 strcmp(spv::E_SPV_NV_fragment_shader_barycentric, name) == 0 || in GLSLextNVGetDebugNames()
DGlslangToSpv.cpp931 builder.addExtension(spv::E_SPV_NV_fragment_shader_barycentric); in TranslateBuiltInDecoration()
935 builder.addExtension(spv::E_SPV_NV_fragment_shader_barycentric); in TranslateBuiltInDecoration()
7347 builder.addExtension(spv::E_SPV_NV_fragment_shader_barycentric);