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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_opencl.c39 handle_instr(struct vtn_builder *b, enum OpenCLstd opcode, const uint32_t *w, function in typeref:typename:void
282 handle_instr(b, ext_opcode, w, count, handle_alu);
312 handle_instr(b, ext_opcode, w, count, handle_special);
321 handle_instr(b, ext_opcode, w, count, handle_printf);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_opencl.c209 handle_instr(struct vtn_builder *b, uint32_t opcode, function in typeref:typename:void
948 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_alu);
1055 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_special);
1075 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_shuffle);
1078 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_shuffle2);
1081 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_round);
1101 handle_instr(b, opcode, w + 4, count - 4, w + 1, handle_core);
1104 handle_instr(b, opcode, w + 2, count - 2, NULL, handle_core);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_spill.c948 handle_instr(struct ra_spill_ctx *ctx, struct ir3_instruction *instr) function in typeref:typename:void
1746 handle_instr(ctx, instr);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2945 - vtn/opencl: Rework handle_instr to be able to handle core SPIR-V opcodes via libclc

Completed in 13 milliseconds