Searched refs:ntq_get_src (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 43 ntq_get_src(struct vc4_compile *c, nir_src src, int i); 88 struct qreg indirect_offset = ntq_get_src(c, intr->src[0], 0); in indirect_uniform_load() 262 ntq_get_src(struct vc4_compile *c, nir_src src, int i) in ntq_get_src() function 286 struct qreg r = ntq_get_src(c, instr->src[src].src, in ntq_get_alu_src() 381 addr = ntq_get_src(c, instr->src[0].src, 0); in ntq_emit_txf() 422 s = ntq_get_src(c, instr->src[i].src, 0); in ntq_emit_tex() 426 t = ntq_get_src(c, instr->src[i].src, 1); in ntq_emit_tex() 428 r = ntq_get_src(c, instr->src[i].src, 2); in ntq_emit_tex() 431 lod = ntq_get_src(c, instr->src[i].src, 0); in ntq_emit_tex() 435 lod = ntq_get_src(c, instr->src[i].src, 0); in ntq_emit_tex() [all …]
|