Searched refs:ntt_get_dest (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 456 ntt_get_dest(struct ntt_compile *c, nir_dest *dest) in ntt_get_dest() function 502 struct ureg_dst dst = ntt_get_dest(c, dest); in ntt_store() 551 dst = ntt_get_dest(c, &instr->dest.dest); in ntt_emit_alu() 1186 dst = ntt_get_dest(c, &instr->dest); in ntt_emit_mem() 1238 dst = ntt_get_dest(c, &instr->dest); in ntt_emit_image_load_store() 1375 ureg_INTERP_CENTROID(c->ureg, ntt_get_dest(c, &instr->dest), in ntt_emit_load_input() 1381 ureg_INTERP_SAMPLE(c->ureg, ntt_get_dest(c, &instr->dest), input, in ntt_emit_load_input() 1388 ureg_INTERP_OFFSET(c->ureg, ntt_get_dest(c, &instr->dest), input, in ntt_emit_load_input() 1757 struct ureg_dst dst = ntt_get_dest(c, &instr->dest); in ntt_emit_texture()
|