Searched defs:qinst (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 281 struct qinst *qinst = n->inst; in calculate_deps() local 506 struct qinst *qinst) in reads_too_soon_after_write() 546 struct qinst *qinst) in writes_too_soon_after_write() 1047 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local 1061 const struct qinst *qinst, int slot) in qpu_instruction_valid_in_thrend_slot() 1116 struct qinst *qinst, int instructions_in_sequence, in valid_thrsw_sequence() 1259 struct qinst *qinst = chosen ? chosen->inst : vir_nop(); in schedule_instructions() local 1383 struct qinst *qinst = (struct qinst *)block->instructions.next; in qpu_schedule_instructions_block() local
|
D | v3d_compiler.h | 121 struct qinst { struct 128 * being replaced by the contents of qinst->dst and qinst->src[]. argument 130 struct v3d_qpu_instr qpu; 133 struct qreg dst; 134 struct qreg src[3]; 135 bool cond_is_exec_mask; 136 bool has_implicit_uniform; 137 bool is_last_thrsw; 142 int uniform;
|
D | qpu_validate.c | 102 qpu_validate_inst(struct v3d_qpu_validate_state *state, struct qinst *qinst) in qpu_validate_inst()
|
D | vir_to_qpu.c | 80 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local
|
D | vir.c | 789 vir_remove_instruction(struct v3d_compile *c, struct qinst *qinst) in vir_remove_instruction() 823 struct qinst *qinst = in vir_compile_destroy() local
|
/external/clang/test/SemaTemplate/ |
D | instantiate-non-dependent-types.cpp | 46 Q qinst; in main() local
|
/external/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 | 663 qir_remove_instruction(struct vc4_compile *c, struct qinst *qinst) in qir_remove_instruction() 696 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()
|