Searched defs:qinst (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 250 struct qinst *qinst = n->inst; in calculate_deps() local 474 struct qinst *qinst) in reads_too_soon_after_write() 514 struct qinst *qinst) in writes_too_soon_after_write() 1101 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local 1115 const struct qinst *qinst, int slot) in qpu_instruction_valid_in_thrend_slot() 1174 struct qinst *qinst, int instructions_in_sequence, in valid_thrsw_sequence() 1312 struct qinst *qinst = chosen ? chosen->inst : vir_nop(); in schedule_instructions() local 1443 struct qinst *qinst = (struct qinst *)block->instructions.next; in qpu_schedule_instructions_block() local
|
D | vir_to_qpu.c | 80 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local 138 is_no_op_mov(struct qinst *qinst) in is_no_op_mov()
|
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 | 125 struct qinst { struct 132 * being replaced by the contents of qinst->dst and qinst->src[]. argument 134 struct v3d_qpu_instr qpu; 137 struct qreg dst; 138 struct qreg src[3]; 139 bool is_last_thrsw; 145 int uniform;
|
D | vir.c | 1282 vir_remove_instruction(struct v3d_compile *c, struct qinst *qinst) in vir_remove_instruction() 1324 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/llvm-project/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 | 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()
|