Searched refs:out1 (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test.sh160 stat -c '%y' "$FONTDIR" > out1
163 if cmp out1 out2 > /dev/null ; then : ; else
178 ls -l "$CACHEDIR" > out1
190 if cmp out1 out2 > /dev/null ; then : ; else
194 cat out1
213 rm -rf "$TESTTMPDIR" out1 out2 xxx flist1 flist2 bind-fonts.conf
223 ls -1 --color=no "$CACHEDIR"/*cache*> out1
224 stat -c '%n %s %y %z' "$(cat out1)" > stat1
238 stat -c '%n %s %y %z' "$(cat out1)" > stat2
245 if grep -v -- "$(cat out1)" out
[all...]
H A DMakefile.am182 out1 \
H A DMakefile.in809 out1 \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c155 struct ureg_dst out1 = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 1); local in function:fd_prog_blit_vs
158 ureg_MOV(ureg, out1, in1);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp680 { TGSI_OPCODE_MOV, {out1}, {1}, {}},
893 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1131 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1409 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1537 { TGSI_OPCODE_MOV, {out1}, {4}, {}},
1700 { TGSI_OPCODE_MOV , {out1}, {2}, {}},
1791 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1807 { TGSI_OPCODE_MOV, {out1}, {8}, {}},
1824 { TGSI_OPCODE_MOV, {out1}, {8}, {}},
1841 { TGSI_OPCODE_MOV, {out1}, {
[all...]
H A Dst_tests_common.h116 const int out1 = -2; variable in typeref:typename:const int
H A Dtest_glsl_to_tgsi_array_merge.cpp912 { TGSI_OPCODE_ADD, {MT(0, out1, WRITEMASK_XYZ)}, {MT(4, 4, "xyz"), MT(0, in0, "xyz")}, {}, ARR()},
913 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(5, 5, "x"), MT(3, 1, "x"), MT(1, 1, "x")}, {}, ARR()},
930 { TGSI_OPCODE_ADD, {MT(0, out1, WRITEMASK_XYZ)}, {MT(1, 4, "xyz"), MT(0, in0, "xyz")}, {}, ARR()},
931 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(1, 5, "w"), MT(1, 1, "yyyy"), MT(1, 1, "xxxx")}, {}, ARR()},
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp680 { TGSI_OPCODE_MOV, {out1}, {1}, {}},
893 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1131 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1409 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1537 { TGSI_OPCODE_MOV, {out1}, {4}, {}},
1700 { TGSI_OPCODE_MOV , {out1}, {2}, {}},
1791 { TGSI_OPCODE_MOV, {out1}, {3}, {}},
1807 { TGSI_OPCODE_MOV, {out1}, {8}, {}},
1824 { TGSI_OPCODE_MOV, {out1}, {8}, {}},
1841 { TGSI_OPCODE_MOV, {out1}, {
[all...]
H A Dst_tests_common.h116 const int out1 = -2; variable in typeref:typename:const int
H A Dtest_glsl_to_tgsi_array_merge.cpp912 { TGSI_OPCODE_ADD, {MT(0, out1, WRITEMASK_XYZ)}, {MT(4, 4, "xyz"), MT(0, in0, "xyz")}, {}, ARR()},
913 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(5, 5, "x"), MT(3, 1, "x"), MT(1, 1, "x")}, {}, ARR()},
930 { TGSI_OPCODE_ADD, {MT(0, out1, WRITEMASK_XYZ)}, {MT(1, 4, "xyz"), MT(0, in0, "xyz")}, {}, ARR()},
931 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(1, 5, "w"), MT(1, 1, "yyyy"), MT(1, 1, "xxxx")}, {}, ARR()},
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2052 LLVMValueRef out1, out; local in function:lp_build_layer_coord
2056 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, layer, num_layers);
2057 *out_of_bounds = lp_build_or(int_coord_bld, out, out1);
3090 LLVMValueRef offset, out_of_bounds, out1; local in function:lp_build_fetch_texel
3124 z = lp_build_layer_coord(bld, texture_unit, FALSE, z, &out1);
3125 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1);
3140 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, x, int_coord_bld->zero);
3141 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1);
3142 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, x, width);
3143 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1);
4455 LLVMValueRef last_level, out, out1; local in function:lp_build_size_query_soa
4655 LLVMValueRef out1; local in function:lp_build_img_op_soa
[all...]
H A Dlp_bld_sample.c1061 LLVMValueRef out, out1; local in function:lp_build_nearest_mip_level
1063 out1 = lp_build_cmp(leveli_bld, PIPE_FUNC_GREATER, level, last_level);
1064 out = lp_build_or(leveli_bld, out, out1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2016 LLVMValueRef out1, out; local in function:lp_build_layer_coord
2020 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, layer, num_layers);
2021 *out_of_bounds = lp_build_or(int_coord_bld, out, out1);
2599 LLVMValueRef offset, out_of_bounds, out1; local in function:lp_build_fetch_texel
2633 z = lp_build_layer_coord(bld, texture_unit, FALSE, z, &out1);
2634 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1);
2649 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, x, int_coord_bld->zero);
2650 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1);
2651 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, x, width);
2652 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1);
3895 LLVMValueRef last_level, out, out1; local in function:lp_build_size_query_soa
[all...]
H A Dlp_bld_sample.c924 LLVMValueRef out, out1; local in function:lp_build_nearest_mip_level
926 out1 = lp_build_cmp(leveli_bld, PIPE_FUNC_GREATER, level, last_level);
927 out = lp_build_or(leveli_bld, out, out1);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arma64-neon-asm.h1306 * returned in (out0, out1) registers pair. Requires one temporary
1307 * 64-bit register (tmp). 'out1' and 'in' may overlap, the original
1310 .macro convert_four_0565_to_x888_packed in, out0, out1, tmp
1316 ushr \()\out1\().4h, \()\in\().4h, #8 /* R is \in place */
1318 zip1 \()\tmp\().4h, \()\out0\().4h, \()\out1\().4h /* everything is \in place */
1319 zip2 \()\out1\().4h, \()\out0\().4h, \()\out1\().4h
H A Dpixman-arm-neon-asm.h1170 * returned in (out0, out1) registers pair. Requires one temporary
1171 * 64-bit register (tmp). 'out1' and 'in' may overlap, the original
1174 .macro convert_four_0565_to_x888_packed in, out0, out1, tmp
1180 vshr.u16 \out1, \in, #8 /* R is in place */
1182 vzip.u16 \out0, \out1 /* everything is in place */
/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"];
87 instrdcf400:<dst0> -> outputdce198:<out1>: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"];
87 instrdcf400:<dst0> -> outputdce198:<out1>:e
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp577 nir_variable *out1 = create_ivec2(nir_var_mem_ssbo, "out1"); local in function:TEST_F
593 nir_store_var(b, out1, nir_load_var(b, vec), 1);
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.c3572 FT_Pos out, in1, in2, out1, out2, d1, d2; local in function:tt_delta_interpolate
3594 out1 = out_points[ref1].x;
3596 d1 = out1 - in1;
3601 if ( in1 != in2 || out1 == out2 )
3603 FT_Fixed scale = in1 != in2 ? FT_DivFix( out2 - out1, in2 - in1 )
3616 out = out1 + FT_MulFix( out - in1, scale );
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp1175 nir_variable *out1 = create_ivec2(nir_var_mem_ssbo, "out1"); local in function:TEST_F
1191 nir_store_var(b, out1, nir_load_var(b, vec), 1);
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.c685 goto out1;
708 out1:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dassyntax.h1273 #define OUT1_L(a) out1 L_(a)
1274 #define OUT1_W(a) out1 W_(a)
1275 #define OUT1_B(a) out1 B_(a)
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dassyntax.h1273 #define OUT1_L(a) out1 L_(a)
1274 #define OUT1_W(a) out1 W_(a)
1275 #define OUT1_B(a) out1 B_(a)

Completed in 76 milliseconds