/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_point.c | 54 float (*dady)[4]; member 72 info->dady[slot][i] = 0.0f; in constant_coef() 95 info->dady[slot][i] = 0.0f; in point_persp_coeff() 121 float dady = 0.0f; in texcoord_coef() local 126 info->dady[slot][0] = dady; in texcoord_coef() 127 info->a0[slot][0] = 0.5 - (dadx * x0 + dady * y0); in texcoord_coef() 131 info->dady[slot][0] *= w0; in texcoord_coef() 137 float dady = FIXED_ONE / (float)info->dx12; in texcoord_coef() local 142 dady = -dady; in texcoord_coef() 146 info->dady[slot][1] = dady; in texcoord_coef() [all …]
|
D | lp_setup_line.c | 56 float (*dady)[4]; member 71 info->dady[slot][i] = 0.0f; in constant_coef() 90 float dady = da21 * info->dy * info->oneoverarea; in linear_coef() local 93 info->dady[slot][i] = dady; in linear_coef() 97 dady * (info->v1[0][1] - setup->pixel_offset))); in linear_coef() 122 float dady = da21 * info->dy * info->oneoverarea; in perspective_coef() local 125 info->dady[slot][i] = dady; in perspective_coef() 129 dady * (info->v1[0][1] - setup->pixel_offset))); in perspective_coef() 142 info->dady[slot][0] = 0.0; in setup_fragcoord_coef() 149 info->dady[slot][1] = 1.0; in setup_fragcoord_coef() [all …]
|
D | lp_bld_interp.c | 275 LLVMValueRef dady = coeff_bld->zero; in attribs_update_simple() local 291 dady = coeff_bld->one; in attribs_update_simple() 300 dady = lp_build_extract_broadcast(gallivm, setup_bld->type, in attribs_update_simple() 311 a = lp_build_fmuladd(builder, dady, pixoffy, a); in attribs_update_simple() 460 LLVMValueRef dadx, dady; in coeffs_init() local 472 dady = coeff_bld->zero; in coeffs_init() 480 dady = coeff_bld->one; in coeffs_init() 486 dady = lp_build_extract_broadcast(gallivm, setup_bld->type, in coeffs_init() 497 dady = LLVMBuildFMul(builder, dady, pixoffy, ""); in coeffs_init() 498 dadq = LLVMBuildFAdd(builder, dadx, dady, ""); in coeffs_init()
|
D | lp_state_setup.c | 73 LLVMValueRef dady; member 93 LLVMValueRef dady) in store_coef() argument 107 dady, in store_coef() 108 LLVMBuildGEP(builder, args->dady, &idx, 1, "")); in store_coef() 424 LLVMValueRef dady = LLVMBuildFSub(b, da20_dx01_ooa, da01_dx20_ooa, "dady"); in emit_coef4() local 429 LLVMValueRef dady_y0 = LLVMBuildFMul(b, dady, y0_center, "dady_y0"); in emit_coef4() 433 store_coef(gallivm, args, slot, attr_0, dadx, dady); in emit_coef4() 776 args.dady = LLVMGetParam(variant->function, 6); in generate_setup_variant() 784 lp_build_name(args.dady, "out_dady"); in generate_setup_variant() 997 float dady = sdady[0][i]; in lp_dump_setup_coef() local [all …]
|
D | lp_state_setup.h | 44 float (*dady)[4] );
|
D | lp_jit.h | 248 const void *dady,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 469 coef->dady[i] = 0; in const_coeff() 493 float dady = b * setup->oneoverarea; in tri_linear_coeff() local 498 coef->dady[i] = dady; in tri_linear_coeff() 514 dady * (setup->vmin[0][1] - setup->pixel_offset))); in tri_linear_coeff() 543 float dady = b * setup->oneoverarea; in tri_persp_coeff() local 548 coef->dady[i] = dady; in tri_persp_coeff() 551 dady * (setup->vmin[0][1] - setup->pixel_offset))); in tri_persp_coeff() 573 setup->coef[slot].dady[0] = 0.0f; in setup_fragcoord_coeff() 579 setup->coef[slot].dady[1] = origin_lower_left ? -1.0f : 1.0f; in setup_fragcoord_coeff() 583 setup->coef[slot].dady[2] = setup->posCoef.dady[2]; in setup_fragcoord_coeff() [all …]
|
D | sp_fs_exec.c | 97 const float dady = coef->dady[chan]; in setup_pos_vector() local 98 const float a0 = coef->a0[chan] + dadx * x + dady * y; in setup_pos_vector() 101 quadpos->xyzw[chan].f[2] = a0 + dady; in setup_pos_vector() 102 quadpos->xyzw[chan].f[3] = a0 + dadx + dady; in setup_pos_vector()
|
D | sp_quad_depth_test_tmp.h | 59 const float dzdy = quads[0]->posCoef->dady[2]; in NAME()
|
D | sp_quad_depth_test.c | 139 const float dzdy = quad->posCoef->dady[2]; in interpolate_quad_depth()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.h | 97 float dady[TGSI_NUM_CHANNELS]; member
|
D | tgsi_exec.c | 2898 const float dady = mach->InterpCoefs[attrib].dady[chan]; in eval_linear_coef() local 2899 const float a0 = mach->InterpCoefs[attrib].a0[chan] + dadx * x + dady * y; in eval_linear_coef() 2902 mach->Inputs[attrib].xyzw[chan].f[2] = a0 + dady; in eval_linear_coef() 2903 mach->Inputs[attrib].xyzw[chan].f[3] = a0 + dadx + dady; in eval_linear_coef() 2919 const float dady = mach->InterpCoefs[attrib].dady[chan]; in eval_perspective_coef() local 2920 const float a0 = mach->InterpCoefs[attrib].a0[chan] + dadx * x + dady * y; in eval_perspective_coef() 2925 mach->Inputs[attrib].xyzw[chan].f[2] = (a0 + dady) / w[2]; in eval_perspective_coef() 2926 mach->Inputs[attrib].xyzw[chan].f[3] = (a0 + dadx + dady) / w[3]; in eval_perspective_coef()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 40263 dady %33230 dˈedi
|
D | internal_raw_IPA-old.txt | 47793 dady dˈedi
|