| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | occlusion-query.c | 161 union pipe_query_result res1, res2; local in function:draw 188 info.ctx->get_query_result(info.ctx, q2, TRUE, &res2); 190 printf("result1 = %lu result2 = %lu\n", res1.u64, res2.u64); 193 if (res2.u64 < expected2_min || res2.u64 > expected2_max)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | occlusion-query.c | 162 union pipe_query_result res1, res2; local in function:draw 190 info.ctx->get_query_result(info.ctx, q2, TRUE, &res2); 192 printf("result1 = %" PRIu64 " result2 = %" PRIu64 "\n", res1.u64, res2.u64); 195 if (res2.u64 < expected2_min || res2.u64 > expected2_max)
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | fuzzer-find-diff.pl | 46 my $res2 = `$ARGV[1] $min $avg 2>/dev/null`; 47 if ($res1 ne $res2) {
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_vbe.h | 153 unsigned char res2[206]; member in struct:vbe_mode_info_block
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 1010 LLVMValueRef res2; local in function:emit_fetch_immediate 1015 res2 = LLVMBuildLoad(builder, imms_ptr2, ""); 1016 res = emit_fetch_64bit(bld_base, stype, res, res2); 1086 LLVMValueRef res2; local in function:emit_fetch_input 1092 res2 = LLVMBuildLoad(builder, input_ptr2, ""); 1093 res = emit_fetch_64bit(bld_base, stype, res, res2); 1184 LLVMValueRef res2; local in function:emit_fetch_gs_input 1185 res2 = bld->gs_iface->fetch_input(bld->gs_iface, &bld_base->base, 1191 assert(res2); 1192 res = emit_fetch_64bit(bld_base, stype, res, res2); 1275 LLVMValueRef res2; local in function:emit_fetch_tcs_input 1372 LLVMValueRef res2; local in function:emit_fetch_tes_input 1450 LLVMValueRef temp_ptr2, res2; local in function:emit_fetch_temporary [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 1399 LLVMValueRef res2; local in function:emit_fetch_immediate 1404 res2 = LLVMBuildLoad(builder, imms_ptr2, ""); 1405 res = emit_fetch_64bit(bld_base, stype, res, res2); 1475 LLVMValueRef res2; local in function:emit_fetch_input 1481 res2 = LLVMBuildLoad(builder, input_ptr2, ""); 1482 res = emit_fetch_64bit(bld_base, stype, res, res2); 1573 LLVMValueRef res2; local in function:emit_fetch_gs_input 1574 res2 = bld->gs_iface->fetch_input(bld->gs_iface, bld_base, 1580 assert(res2); 1581 res = emit_fetch_64bit(bld_base, stype, res, res2); 1640 LLVMValueRef temp_ptr2, res2; local in function:emit_fetch_temporary [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_io.c | 1219 nir_ssa_def *res2 = local in function:build_explicit_io_load 1225 return nir_if_phi(b, res1, res2); 1237 nir_ssa_def *res2 = local in function:build_explicit_io_load 1243 return nir_if_phi(b, res1, res2); 1616 nir_ssa_def *res2 = local in function:build_explicit_io_atomic 1620 return nir_if_phi(b, res1, res2); 1630 nir_ssa_def *res2 = local in function:build_explicit_io_atomic 1634 return nir_if_phi(b, res1, res2);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | test_optimizer_postRA.cpp | 312 //! v1: %res2:v[2] = v_sub_f32 %b:v[1], %tmp2:v[2] row_half_mirror bound_ctrl:1 313 //! p_unit_test 2, %res2:v[2] 315 Temp res2 = bld.vop2_dpp(aco_opcode::v_sub_f32, bld.def(v1, reg_v2), b, Operand(tmp2, reg_v2), dpp_row_half_mirror); variable in typeref:typename:Temp 316 writeout(2, Operand(res2, reg_v2));
|
| H A D | test_optimizer.cpp | 46 //! v1: %res2 = v_mul_f32 %a, %b 47 //! p_unit_test 2, %res2 107 //! v1: %res2 = v_add_f32 %a, %b *4 108 //! p_unit_test 2, %res2 291 //~gfx9! v1: %res2 = v_and_b32 %b, %subbrev 292 //~gfx10! v1: %res2 = v_cndmask_b32 0, %b, %c 293 //! p_unit_test 2, %res2 349 //~gfx8! v1: %res2, s2: %_ = v_add_co_u32 %lshl2, %b 350 //~gfx(9|10)! v1: %res2 = v_lshl_add_u32 %a, 3, %b 351 //! p_unit_test 2, %res2 984 Temp res2 = bld.vop2_dpp(aco_opcode::v_sub_f32, bld.def(v1), b, tmp2, dpp_row_half_mirror); variable in typeref:typename:Temp [all...] |