Searched defs:qinst (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_to_qpu.c | 74 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local 132 is_no_op_mov(struct qinst *qinst) in is_no_op_mov()
|
D | qpu_schedule.c | 281 struct qinst *qinst = n->inst; in calculate_deps() local 524 struct qinst *qinst) in reads_too_soon_after_write() 564 struct qinst *qinst) in writes_too_soon_after_write() 1461 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local 1475 const struct qinst *qinst, int slot) in qpu_inst_valid_in_thrend_slot() 1546 const struct qinst *qinst, in qpu_inst_before_thrsw_valid_in_delay_slot() 1593 const struct qinst *qinst) in qpu_inst_after_thrsw_valid_in_delay_slot() 1673 struct qinst *qinst, int instructions_in_sequence, in valid_thrsw_sequence() 2097 struct qinst *qinst = chosen ? chosen->inst : vir_nop(); in schedule_instructions() local 2230 struct qinst *qinst = (struct qinst *)block->instructions.next; in qpu_schedule_instructions_block() local
|
D | qpu_validate.c | 110 qpu_validate_inst(struct v3d_qpu_validate_state *state, struct qinst *qinst) in qpu_validate_inst()
|
D | v3d_compiler.h | 151 struct qinst { struct 158 * being replaced by the contents of qinst->dst and qinst->src[]. argument 160 struct v3d_qpu_instr qpu; 163 struct qreg dst; 164 struct qreg src[3]; 165 bool is_last_thrsw; 171 int uniform;
|
D | vir.c | 1776 vir_remove_instruction(struct v3d_compile *c, struct qinst *qinst) in vir_remove_instruction() 1818 struct qinst *qinst = in vir_compile_destroy() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 196 struct qinst { struct 197 struct list_head link; 199 enum qop op; 200 struct qreg dst; 201 struct qreg src[3]; 202 bool sf; 203 bool cond_is_exec_mask; 204 uint8_t cond;
|
D | vc4_qir.c | 709 qir_remove_instruction(struct vc4_compile *c, struct qinst *qinst) in qir_remove_instruction() 742 struct qinst *qinst = in qir_compile_destroy() local
|
D | vc4_qpu_emit.c | 226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write()
|