Home
last modified time | relevance | path

Searched refs:ntq_get_src (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c94 s = ntq_get_src(c, instr->src[i].src, 0); in v3d40_vir_emit_tex()
98 ntq_get_src(c, instr->src[i].src, in v3d40_vir_emit_tex()
103 ntq_get_src(c, instr->src[i].src, in v3d40_vir_emit_tex()
109 ntq_get_src(c, instr->src[i].src, in v3d40_vir_emit_tex()
117 ntq_get_src(c, instr->src[i].src, 0), in v3d40_vir_emit_tex()
123 ntq_get_src(c, instr->src[i].src, 0), in v3d40_vir_emit_tex()
139 ntq_get_src(c, instr->src[i].src, 0), in v3d40_vir_emit_tex()
156 x = vir_AND(c, ntq_get_src(c, instr->src[i].src, in v3d40_vir_emit_tex()
158 y = vir_AND(c, ntq_get_src(c, instr->src[i].src, in v3d40_vir_emit_tex()
379 ntq_get_src(c, instr->src[1], 1), &tmu_writes); in v3d40_vir_emit_image_load_store()
[all …]
Dv3d33_tex.c78 ntq_get_src(c, instr->src[i].src, j); in v3d33_vir_emit_tex()
85 ntq_get_src(c, instr->src[i].src, 0); in v3d33_vir_emit_tex()
92 ntq_get_src(c, instr->src[i].src, 0), in v3d33_vir_emit_tex()
103 ntq_get_src(c, instr->src[i].src, 0); in v3d33_vir_emit_tex()
Dnir_to_vir.c322 ntq_get_src(c, instr->src[0], i); in ntq_emit_tmu_general()
338 ntq_get_src(c, instr->src[1 + has_index], 0); in ntq_emit_tmu_general()
342 data = ntq_get_src(c, instr->src[2 + has_index], in ntq_emit_tmu_general()
400 ntq_get_src(c, instr->src[offset_src], 0); in ntq_emit_tmu_general()
536 ntq_get_src(struct v3d_compile *c, nir_src src, int i) in ntq_get_src() function
560 struct qreg r = ntq_get_src(c, instr->src[src].src, in ntq_get_alu_src()
584 lod = ntq_get_src(c, instr->src[lod_index].src, 0); in ntq_emit_txs()
948 vir_set_pf(vir_MOV_dest(c, vir_nop_reg(), ntq_get_src(c, src, 0)), in ntq_emit_bool_to_cond()
968 srcs[i] = ntq_get_src(c, instr->src[i].src, in ntq_emit_alu()
2128 vir_MOV(c, ntq_get_src(c, instr->src[0], i)); in ntq_emit_per_sample_color_write()
[all …]
Dv3d_compiler.h908 struct qreg ntq_get_src(struct v3d_compile *c, nir_src src, int i);
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c44 ntq_get_src(struct vc4_compile *c, nir_src src, int i);
95 struct qreg indirect_offset = ntq_get_src(c, intr->src[0], 0); in indirect_uniform_load()
122 struct qreg offset = ntq_get_src(c, intr->src[1], 0); in vc4_ubo_load()
268 ntq_get_src(struct vc4_compile *c, nir_src src, int i) in ntq_get_src() function
292 struct qreg r = ntq_get_src(c, instr->src[src].src, in ntq_get_alu_src()
387 addr = ntq_get_src(c, instr->src[0].src, 0); in ntq_emit_txf()
428 s = ntq_get_src(c, instr->src[i].src, 0); in ntq_emit_tex()
432 t = ntq_get_src(c, instr->src[i].src, 1); in ntq_emit_tex()
434 r = ntq_get_src(c, instr->src[i].src, 2); in ntq_emit_tex()
437 lod = ntq_get_src(c, instr->src[i].src, 0); in ntq_emit_tex()
[all …]