Home
last modified time | relevance | path

Searched refs:qpu_load_imm_u2 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu.h146 uint64_t qpu_load_imm_u2(struct qpu_reg dst, uint32_t val) ATTRIBUTE_CONST;
Dvc4_qpu_emit.c456 queue(block, qpu_load_imm_u2(dst, qinst->src[0].index)); in vc4_generate_code_block()
Dvc4_qpu.c168 qpu_load_imm_u2(struct qpu_reg dst, uint32_t val) in qpu_load_imm_u2() function