Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGLSL.ext.NV.h52 const char* const E_SPV_NVX_multiview_per_view_attributes = "SPV_NVX_multiview_per_view_attributes"; variable
Ddisassemble.cpp519 strcmp(spv::E_SPV_NVX_multiview_per_view_attributes, name) == 0 || in disassembleInstruction()
713 strcmp(name, spv::E_SPV_NVX_multiview_per_view_attributes) == 0 || in GLSLextNVGetDebugNames()
DGlslangToSpv.cpp941 builder.addExtension(spv::E_SPV_NVX_multiview_per_view_attributes); in TranslateBuiltInDecoration()
947 builder.addExtension(spv::E_SPV_NVX_multiview_per_view_attributes); in TranslateBuiltInDecoration()