Searched refs:v3d_qpu_writes_vpm (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/
H A Dqpu_instr.c737 v3d_qpu_writes_vpm(const struct v3d_qpu_instr *inst) function in typeref:typename:bool
791 return v3d_qpu_reads_vpm(inst) || v3d_qpu_writes_vpm(inst);
798 v3d_qpu_writes_vpm(inst) ||
H A Dqpu_instr.h472 bool v3d_qpu_writes_vpm(const struct v3d_qpu_instr *inst) ATTRIBUTE_CONST;
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/
H A Dqpu_instr.h462 bool v3d_qpu_writes_vpm(const struct v3d_qpu_instr *inst) ATTRIBUTE_CONST;
H A Dqpu_instr.c700 v3d_qpu_writes_vpm(const struct v3d_qpu_instr *inst) function in typeref:typename:bool
723 return v3d_qpu_reads_vpm(inst) || v3d_qpu_writes_vpm(inst);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c131 if (v3d_qpu_writes_vpm(&inst->qpu) ||
282 (v3d_qpu_writes_vpm(&inst->qpu) ||
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c150 if (v3d_qpu_writes_vpm(&inst->qpu) ||

Completed in 12 milliseconds