Searched refs:vtn_handle_non_semantic_instruction (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c514 vtn_handle_non_semantic_instruction(struct vtn_builder *b, SpvOp ext_opcode, function in typeref:typename:bool
546 val->ext_handler = vtn_handle_non_semantic_instruction;
4853 if (val->ext_handler == vtn_handle_non_semantic_instruction) {
4855 vtn_handle_non_semantic_instruction(b, w[4], w, count);
5294 return val->ext_handler == vtn_handle_non_semantic_instruction;

Completed in 8 milliseconds