OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tex_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state_derived.c
318
int i, col_count = 0,
tex_count
= 0, fp_offset = 0, count, loc = 0, tex_ptr = 0;
local
407
rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 <<
tex_count
);
408
rs.vap_out_vtx_fmt[1] |= (4 << (3 *
tex_count
));
409
stream_loc_notcl[loc++] = 6 +
tex_count
;
412
rX00_rs_tex(&rs,
tex_count
, tex_ptr, SWIZ_XYZW);
413
tex_count
++;
440
for (i = 0; i < ATTR_GENERIC_COUNT &&
tex_count
< 8; i++) {
450
rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 <<
tex_count
);
451
rs.vap_out_vtx_fmt[1] |= (4 << (3 *
tex_count
));
452
stream_loc_notcl[loc++] = 6 +
tex_count
;
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c
318
int i, col_count = 0,
tex_count
= 0, fp_offset = 0, count, loc = 0, tex_ptr = 0;
local
407
rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 <<
tex_count
);
408
rs.vap_out_vtx_fmt[1] |= (4 << (3 *
tex_count
));
409
stream_loc_notcl[loc++] = 6 +
tex_count
;
412
rX00_rs_tex(&rs,
tex_count
, tex_ptr, SWIZ_XYZW);
413
tex_count
++;
440
for (i = 0; i < ATTR_GENERIC_COUNT &&
tex_count
< 8; i++) {
450
rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 <<
tex_count
);
451
rs.vap_out_vtx_fmt[1] |= (4 << (3 *
tex_count
));
452
stream_loc_notcl[loc++] = 6 +
tex_count
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c
1091
unsigned
tex_count
= 0;
local
1111
tex_count
++;
1117
if (
tex_count
>= s->max_tex_group || max_score == -1
1118
|| (s->TEXCount > 0 &&
tex_count
== s->TEXCount)
1119
|| (!s->C->is_r500 &&
tex_count
> 0 && max_score == -1)) {
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c
1091
unsigned
tex_count
= 0;
local
1111
tex_count
++;
1117
if (
tex_count
>= s->max_tex_group || max_score == -1
1118
|| (s->TEXCount > 0 &&
tex_count
== s->TEXCount)
1119
|| (!s->C->is_r500 &&
tex_count
> 0 && max_score == -1)) {
[
all
...]
Completed in 319 milliseconds