/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 | 319 LLVMValueRef dady = coeff_bld->zero; in attribs_update_simple() local 340 dady = coeff_bld->one; in attribs_update_simple() 354 dady = lp_build_extract_broadcast(gallivm, setup_bld->type, in attribs_update_simple() 385 a = lp_build_fmuladd(builder, dady, chan_pixoffy, a); in attribs_update_simple() 448 LLVMValueRef dady = coeff_bld->zero; in lp_build_interp_soa_indirect() local 471 dady = lp_build_gather(gallivm, coeff_bld->type.length, in lp_build_interp_soa_indirect() 483 a = lp_build_fmuladd(builder, dady, pixoffy, a); in lp_build_interp_soa_indirect() 600 LLVMValueRef dady = coeff_bld->zero; in lp_build_interp_soa() local 613 dady = lp_build_extract_broadcast(gallivm, setup_bld->type, in lp_build_interp_soa() 625 a = lp_build_fmuladd(builder, dady, pixoffy, a); in lp_build_interp_soa()
|
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() 998 float dady = sdady[0][i]; in lp_dump_setup_coef() local [all …]
|
D | lp_state_setup.h | 45 float (*dady)[4] );
|
D | lp_jit.h | 301 const void *dady,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 459 coef->dady[i] = 0; in const_coeff() 483 float dady = b * setup->oneoverarea; in tri_linear_coeff() local 488 coef->dady[i] = dady; in tri_linear_coeff() 504 dady * (setup->vmin[0][1] - setup->pixel_offset))); in tri_linear_coeff() 533 float dady = b * setup->oneoverarea; in tri_persp_coeff() local 538 coef->dady[i] = dady; in tri_persp_coeff() 541 dady * (setup->vmin[0][1] - setup->pixel_offset))); in tri_persp_coeff() 563 setup->coef[slot].dady[0] = 0.0f; in setup_fragcoord_coeff() 569 setup->coef[slot].dady[1] = origin_lower_left ? -1.0f : 1.0f; in setup_fragcoord_coeff() 573 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 | 2912 const float dady = mach->InterpCoefs[attrib].dady[chan]; in interp_linear_offset() local 2913 const float delta = ofs_x * dadx + ofs_y * dady; in interp_linear_offset() 2928 const float dady = mach->InterpCoefs[attrib].dady[chan]; in eval_linear_coef() local 2929 const float a0 = mach->InterpCoefs[attrib].a0[chan] + dadx * x + dady * y; in eval_linear_coef() 2933 mach->Inputs[attrib].xyzw[chan].f[2] = a0 + dady; in eval_linear_coef() 2934 mach->Inputs[attrib].xyzw[chan].f[3] = a0 + dadx + dady; in eval_linear_coef() 2952 const float dady = mach->InterpCoefs[attrib].dady[chan]; in interp_perspective_offset() local 2954 const float delta = ofs_x * dadx + ofs_y * dady; in interp_perspective_offset() 2970 const float dady = mach->InterpCoefs[attrib].dady[chan]; in eval_perspective_coef() local 2971 const float a0 = mach->InterpCoefs[attrib].a0[chan] + dadx * x + dady * y; in eval_perspective_coef() [all …]
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 47793 dady dˈedi
|
D | internal_raw_IPA.txt | 40263 dady %33230 dˈedi
|