Searched refs:out0 (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp46 { TGSI_OPCODE_UADD, {out0}, {1,in0}, {}},
57 { TGSI_OPCODE_MOV, {out0}, {2}, {}},
74 { TGSI_OPCODE_TEX, {out0}, {in0}, {1,2}},
94 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
114 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
136 { TGSI_OPCODE_MOV, {out0}, {2}, {}},
157 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
180 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
203 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
226 { TGSI_OPCODE_MOV, {out0}, {
[all...]
H A Dtest_glsl_to_tgsi_array_merge.cpp759 { TGSI_OPCODE_ADD , {MT(0,out0, WRITEMASK_XYZW)}, {MT(1,1,"xyzw"), MT(2,1,"xyzw")}, {}, ARR()},
771 { TGSI_OPCODE_ADD , {MT(0,out0,1)}, {MT(1,1,"x"), MT(2,1,"y")}, {}, ARR()},
786 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
805 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
826 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
848 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
866 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
909 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_X)}, {MT(1, 1, "x"), MT(0, in0, "y")}, {}, ARR()},
910 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_YZ)}, {MT(2, 2, "xy"), MT(0, in0, "yz")}, {}, ARR()},
911 { TGSI_OPCODE_MUL, {MT(0, out0, WRITEMASK_
[all...]
H A Dst_tests_common.h115 const int out0 = -1; variable in typeref:typename:const int
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp46 { TGSI_OPCODE_UADD, {out0}, {1,in0}, {}},
57 { TGSI_OPCODE_MOV, {out0}, {2}, {}},
74 { TGSI_OPCODE_TEX, {out0}, {in0}, {1,2}},
94 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
114 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
136 { TGSI_OPCODE_MOV, {out0}, {2}, {}},
157 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
180 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
203 { TGSI_OPCODE_MOV, {out0}, {3}, {}},
226 { TGSI_OPCODE_MOV, {out0}, {
[all...]
H A Dtest_glsl_to_tgsi_array_merge.cpp759 { TGSI_OPCODE_ADD , {MT(0,out0, WRITEMASK_XYZW)}, {MT(1,1,"xyzw"), MT(2,1,"xyzw")}, {}, ARR()},
771 { TGSI_OPCODE_ADD , {MT(0,out0,1)}, {MT(1,1,"x"), MT(2,1,"y")}, {}, ARR()},
786 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
805 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
826 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
848 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
866 { TGSI_OPCODE_MOV, {out0}, {1}, {}},
909 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_X)}, {MT(1, 1, "x"), MT(0, in0, "y")}, {}, ARR()},
910 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_YZ)}, {MT(2, 2, "xy"), MT(0, in0, "yz")}, {}, ARR()},
911 { TGSI_OPCODE_MUL, {MT(0, out0, WRITEMASK_
[all...]
H A Dst_tests_common.h115 const int out0 = -1; variable in typeref:typename:const int
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c154 struct ureg_dst out0 = ureg_DECL_output(ureg, texcoord_semantic(pctx), 0); local in function:fd_prog_blit_vs
157 ureg_MOV(ureg, out0, in0);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-neon-asm.h1170 * returned in (out0, out1) registers pair. Requires one temporary
1174 .macro convert_four_0565_to_x888_packed in, out0, out1, tmp
1175 vshl.u16 \out0, \in, #5 /* G top 6 bits */
1178 vsri.u16 \out0, \out0, #6 /* G is ready in top bits */
1181 vsri.u16 \out0, \tmp, #8 /* G & B is in place */
1182 vzip.u16 \out0, \out1 /* everything is in place */
H A Dpixman-arma64-neon-asm.h1306 * returned in (out0, out1) registers pair. Requires one temporary
1310 .macro convert_four_0565_to_x888_packed in, out0, out1, tmp
1311 shl \()\out0\().4h, \()\in\().4h, #5 /* G top 6 bits */
1314 sri \()\out0\().4h, \()\out0\().4h, #6 /* G is ready \in top bits */
1317 sri \()\out0\().4h, \()\tmp\().4h, #8 /* G \() B is \in place */
1318 zip1 \()\tmp\().4h, \()\out0\().4h, \()\out1\().4h /* everything is \in place */
1319 zip2 \()\out1\().4h, \()\out0\().4h, \()\out1\().4h
1320 mov \()\out0\().d[0], \()\tmp\().d[0]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c91 PIPE_ALIGN_VAR(16) uint32_t out0[64];
338 uint32_t *dst = shader->out0;
347 return shader->out0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst85 outputdce198 [shape=record,label="outputs|<out0> o0.x|<out1> o0.y|<out2> o0.z|<out3> o0.w"];
86 instrdcf348:<dst0> -> outputdce198:<out0>:e
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Dir3-notes.rst85 outputdce198 [shape=record,label="outputs|<out0> o0.x|<out1> o0.y|<out2> o0.z|<out3> o0.w"];
86 instrdcf348:<dst0> -> outputdce198:<out0>:e
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp576 nir_variable *out0 = create_int(nir_var_mem_ssbo, "out0"); local in function:TEST_F
591 nir_store_var(b, out0, nir_load_deref(b, load_deref_y), 1);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp1174 nir_variable *out0 = create_int(nir_var_mem_ssbo, "out0"); local in function:TEST_F
1189 nir_store_var(b, out0, nir_load_deref(b, load_deref_y), 1);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_acceleration_structure.c1167 nir_ssa_def *out0[4] = { local in function:build_leaf_shader
1171 nir_build_store_global(&b, nir_vec(&b, out0, 4),

Completed in 23 milliseconds