Home
last modified time | relevance | path

Searched refs:extInstIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp75 auto extInstIndex = static_cast<GLSLstd450>(insn.word(4)); in EmitExtGLSLstd450() local
77 switch(extInstIndex) in EmitExtGLSLstd450()
989 UNREACHABLE("ExtInst %d", int(extInstIndex)); in EmitExtGLSLstd450()
DSpirvShaderDebugger.cpp1576 auto extInstIndex = insn.word(4); in process() local
1577 switch(extInstIndex) in process()
1889 UNIMPLEMENTED("b/148401179 OpenCLDebugInfo100 instruction %d", int(extInstIndex)); in process()
1892 UNSUPPORTED("OpenCLDebugInfo100 instruction %d", int(extInstIndex)); in process()