Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c250 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
Dvir_to_qpu.c80 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()
Dqpu_validate.c110 qpu_validate_inst(struct v3d_qpu_validate_state *state, struct qinst *qinst) in qpu_validate_inst()
Dv3d_compiler.h125 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;
Dvir.c1282 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/
Dinstantiate-non-dependent-types.cpp46 Q qinst; in main() local
/external/llvm-project/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.c709 qir_remove_instruction(struct vc4_compile *c, struct qinst *qinst) in qir_remove_instruction()
742 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()