Searched refs:handle_instr (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 210 handle_instr(struct vtn_builder *b, uint32_t opcode, in handle_instr() function 948 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_alu); in vtn_handle_opencl_instruction() 1055 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_special); in vtn_handle_opencl_instruction() 1075 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_shuffle); in vtn_handle_opencl_instruction() 1078 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_shuffle2); in vtn_handle_opencl_instruction() 1081 handle_instr(b, ext_opcode, w + 5, count - 5, w + 1, handle_round); in vtn_handle_opencl_instruction() 1101 handle_instr(b, opcode, w + 4, count - 4, w + 1, handle_core); in vtn_handle_opencl_core_instruction() 1104 handle_instr(b, opcode, w + 2, count - 2, NULL, handle_core); in vtn_handle_opencl_core_instruction()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_spill.c | 1037 handle_instr(struct ra_spill_ctx *ctx, struct ir3_instruction *instr) in handle_instr() function 1844 handle_instr(ctx, instr); in handle_block()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 2945 - vtn/opencl: Rework handle_instr to be able to handle core SPIR-V opcodes via libclc
|