Home
last modified time | relevance | path

Searched defs:qinst (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c281 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
Dv3d_compiler.h121 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;
Dqpu_validate.c102 qpu_validate_inst(struct v3d_qpu_validate_state *state, struct qinst *qinst) in qpu_validate_inst()
Dvir_to_qpu.c80 struct qinst *qinst = vir_add_inst(V3D_QPU_A_NOP, undef, undef, undef); in vir_nop() local
Dvir.c789 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/
Dinstantiate-non-dependent-types.cpp46 Q qinst; in main() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h196 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;
Dvc4_qir.c663 qir_remove_instruction(struct vc4_compile *c, struct qinst *qinst) in qir_remove_instruction()
696 struct qinst *qinst = in qir_compile_destroy() local
Dvc4_qpu_emit.c226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write()