Searched refs:dests (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dolympic.c69 float dests[RINGS][3]; variable in typeref:typename:float[][3]
160 glTranslatef(dests[i][0]+offsets[i][0], dests[i][1]+offsets[i][1],
161 dests[i][2]+offsets[i][2]);
249 dests[BLUERING][0] = -spacing;
250 dests[BLUERING][1] = top_y;
251 dests[BLUERING][2] = top_z;
253 dests[BLACKRING][0] = 0.0;
254 dests[BLACKRING][1] = top_y;
255 dests[BLACKRIN
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_opcodes.py29 def __init__(self, name, dests, srcs, imms, is_float, can_eliminate, encoding_16, encoding_32):
31 self.dests = dests
60 def op(name, encoding_32, dests = 1, srcs = 0, imms = [], is_float = False, can_eliminate = True, encoding_16 = None):
64 opcodes[name] = Opcode(name, dests, srcs, imms, is_float, can_eliminate, encoding_16, encoding_32)
205 op("wait", (0x38, 0xFF, 2, _), dests = 0,
208 op("get_sr", (0x72, 0x7F | L, 4, _), dests = 1, imms = [SR])
211 op("ld_tile", (0x49, 0x7F, 8, _), dests = 1, srcs = 0,
214 op("st_tile", (0x09, 0x7F, 8, _), dests = 0, srcs = 1,
218 op("jmp_exec_" + name, (exact, (1 << 16) - 1, 6, _), dests
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_io.c208 nir_ssa_def *dests[4]; local in function:vc4_nir_lower_vertex_attr
211 dests[i] = vc4_nir_get_vattr_channel_vpm(c, b, vpm_reads, swiz,
214 if (!dests[i]) {
221 dests[i] = nir_imm_float(b, 0.0);
225 replace_intrinsic_with_vec(b, intr, dests);
327 nir_ssa_def *dests[4]; local in function:vc4_nir_lower_uniform
349 dests[i] = &intr_comp->dest.ssa;
354 replace_intrinsic_with_vec(b, intr, dests);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_io.c200 nir_ssa_def *dests[4]; local in function:vc4_nir_lower_vertex_attr
203 dests[i] = vc4_nir_get_vattr_channel_vpm(c, b, vpm_reads, swiz,
206 if (!dests[i]) {
213 dests[i] = nir_imm_float(b, 0.0);
217 replace_intrinsic_with_vec(b, intr, dests);
300 nir_ssa_def *dests[4]; local in function:vc4_nir_lower_uniform
322 dests[i] = &intr_comp->dest.ssa;
327 replace_intrinsic_with_vec(b, intr, dests);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dvalhall.py172 def __init__(self, name, opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], staging = None):
175 self.dests = dests
195 assert(len(dests) == 0 or not staging)
248 # Get explicit sources/dests
251 dests = [Dest(dest.text or '') for dest in el.findall('dest')]
255 dests = dests + ([Dest()] * int(el.attrib.get('dests', 0)))
270 instr = Instruction(name, opcode, opcode2, srcs = sources, dests
[all...]
H A Dasm.py205 expected_op_count = len(ins.srcs) + len(ins.dests) + len(ins.immediates) + len(ins.staging)
233 for op, dest in zip(operands, ins.dests):
235 operands = operands[len(ins.dests):]
237 if len(ins.dests) == 0 and len(ins.staging) == 0:
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst682 - pan/bi: Mark message-passing sources/dests live
1430 - turnip/ir3: check for bindless IBOs in atomic dests fixup
H A D20.1.0.rst1674 - freedreno/ir3: Fix the disasm of half-float STG dests.
H A D21.2.0.rst1469 - ir3: Split read-modify-write array dests in two
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json139 "description": "pan/bi: Cull DTSEL_IMM dests in post-RA DCE",
[all...]

Completed in 129 milliseconds