Searched defs:ext_opcode (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c695 vtn_handle_glsl450_instruction(struct vtn_builder *b, uint32_t ext_opcode, argument
698 switch ((enum GLSLstd450)ext_opcode) {
716 handle_glsl450_interpolation(b, ext_opcode, w, count);
720 handle_glsl450_alu(b, (enum GLSLstd450)ext_opcode, w, count);

Completed in 101 milliseconds