OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posCoef
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad.h
103
const struct tgsi_interp_coef *
posCoef
;
sp_quad_depth_test_tmp.h
58
const float dzdx = quads[0]->
posCoef
->dadx[2];
59
const float dzdy = quads[0]->
posCoef
->dady[2];
60
const float z0 = quads[0]->
posCoef
->a0[2] + dzdx * fx + dzdy * fy;
sp_setup.c
101
struct tgsi_interp_coef
posCoef
; /* For Z, W */
572
* Z and W are copied from
posCoef
which should have already been computed.
591
setup->coef[slot].a0[2] = setup->
posCoef
.a0[2];
592
setup->coef[slot].dadx[2] = setup->
posCoef
.dadx[2];
593
setup->coef[slot].dady[2] = setup->
posCoef
.dady[2];
595
setup->coef[slot].a0[3] = setup->
posCoef
.a0[3];
596
setup->coef[slot].dadx[3] = setup->
posCoef
.dadx[3];
597
setup->coef[slot].dady[3] = setup->
posCoef
.dady[3];
620
tri_linear_coeff(setup, &setup->
posCoef
, 2, v);
625
tri_linear_coeff(setup, &setup->
posCoef
, 3, v)
[
all
...]
sp_fs_exec.c
123
setup_pos_vector(quad->
posCoef
,
sp_quad_depth_test.c
136
const float dzdx = quad->
posCoef
->dadx[2];
137
const float dzdy = quad->
posCoef
->dady[2];
138
const float z0 = quad->
posCoef
->a0[2] + dzdx * fx + dzdy * fy;
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h
103
const struct tgsi_interp_coef *
posCoef
;
sp_quad_depth_test_tmp.h
58
const float dzdx = quads[0]->
posCoef
->dadx[2];
59
const float dzdy = quads[0]->
posCoef
->dady[2];
60
const float z0 = quads[0]->
posCoef
->a0[2] + dzdx * fx + dzdy * fy;
sp_setup.c
101
struct tgsi_interp_coef
posCoef
; /* For Z, W */
572
* Z and W are copied from
posCoef
which should have already been computed.
591
setup->coef[slot].a0[2] = setup->
posCoef
.a0[2];
592
setup->coef[slot].dadx[2] = setup->
posCoef
.dadx[2];
593
setup->coef[slot].dady[2] = setup->
posCoef
.dady[2];
595
setup->coef[slot].a0[3] = setup->
posCoef
.a0[3];
596
setup->coef[slot].dadx[3] = setup->
posCoef
.dadx[3];
597
setup->coef[slot].dady[3] = setup->
posCoef
.dady[3];
620
tri_linear_coeff(setup, &setup->
posCoef
, 2, v);
625
tri_linear_coeff(setup, &setup->
posCoef
, 3, v)
[
all
...]
sp_fs_exec.c
123
setup_pos_vector(quad->
posCoef
,
sp_quad_depth_test.c
136
const float dzdx = quad->
posCoef
->dadx[2];
137
const float dzdy = quad->
posCoef
->dady[2];
138
const float z0 = quad->
posCoef
->a0[2] + dzdx * fx + dzdy * fy;
Completed in 61 milliseconds