Searched refs:ntq_get_src (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | v3d_tex.c | 102 s = ntq_get_src(c, instr->src[src_idx].src, 0); in handle_tex_src() 110 ntq_get_src(c, instr->src[src_idx].src, 1); in handle_tex_src() 117 ntq_get_src(c, instr->src[src_idx].src, 2); in handle_tex_src() 124 ntq_get_src(c, instr->src[src_idx].src, in handle_tex_src() 132 struct qreg src = ntq_get_src(c, instr->src[src_idx].src, 0); in handle_tex_src() 138 struct qreg src = ntq_get_src(c, instr->src[src_idx].src, 0); in handle_tex_src() 156 struct qreg src = ntq_get_src(c, instr->src[src_idx].src, 0); in handle_tex_src() 176 ntq_get_src(c, instr->src[src_idx].src, 0); in handle_tex_src() 178 ntq_get_src(c, instr->src[src_idx].src, 1); in handle_tex_src() 453 struct qreg src = ntq_get_src(c, instr->src[1], 1); in vir_image_emit_register_writes() [all …]
|
H A D | nir_to_vir.c | 372 struct qreg data = ntq_get_src(c, instr->src[0], i); in emit_tmu_general_store_writes() 414 struct qreg data = ntq_get_src(c, instr->src[1 + has_index], 0); in emit_tmu_general_atomic_writes() 421 data = ntq_get_src(c, instr->src[2 + has_index], 0); in emit_tmu_general_atomic_writes() 453 ntq_get_src(c, instr->src[offset_src], 0); in emit_tmu_general_address_write() 475 struct qreg data = ntq_get_src(c, instr->src[offset_src], 0); in emit_tmu_general_address_write() 860 ntq_get_src(struct v3d_compile *c, nir_src src, int i) in ntq_get_src() function 894 struct qreg r = ntq_get_src(c, instr->src[src].src, in ntq_get_alu_src() 915 lod = ntq_get_src(c, instr->src[lod_index].src, 0); in ntq_emit_txs() 1256 struct qreg qsrc = ntq_get_src(c, src, 0); in ntq_emit_bool_to_cond() 1271 vir_set_pf(c, vir_MOV_dest(c, vir_nop_reg(), ntq_get_src(c, src, 0)), in ntq_emit_bool_to_cond() [all …]
|
H A D | v3d_compiler.h | 1179 struct qreg ntq_get_src(struct v3d_compile *c, nir_src src, int i);
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 43 ntq_get_src(struct vc4_compile *c, nir_src src, int i); 98 struct qreg indirect_offset = ntq_get_src(c, intr->src[0], 0); in indirect_uniform_load() 125 struct qreg offset = ntq_get_src(c, intr->src[1], 0); in vc4_ubo_load() 255 ntq_get_src(struct vc4_compile *c, nir_src src, int i) in ntq_get_src() function 280 struct qreg r = ntq_get_src(c, instr->src[src].src, in ntq_get_alu_src() 372 addr = ntq_get_src(c, instr->src[0].src, 0); in ntq_emit_txf() 413 s = ntq_get_src(c, instr->src[i].src, 0); in ntq_emit_tex() 417 t = ntq_get_src(c, instr->src[i].src, 1); in ntq_emit_tex() 419 r = ntq_get_src(c, instr->src[i].src, 2); in ntq_emit_tex() 422 lod = ntq_get_src(c, instr->src[i].src, 0); in ntq_emit_tex() [all …]
|