Searched refs:temp_index (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c1400 const char *temp_index; local in function:scale_internal_ubyte
1456 for (k = 0, temp_index = temp; k < components;
1457 k++, temp_index += element_size) {
1458 totals[k] += (GLubyte)(*(temp_index)) * percent;
1463 for (k = 0, temp_index = temp; k < components;
1464 k++, temp_index += element_size) {
1465 totals[k] += (GLubyte)(*(temp_index)) * y_percent;
1471 for (k = 0, temp_index = temp; k < components;
1472 k++, temp_index += element_size) {
1473 totals[k] += (GLubyte)(*(temp_index)) * percen
1617 const char *temp_index; local in function:scale_internal_byte
1835 const char *temp_index; local in function:scale_internal_ushort
2115 const char *temp_index; local in function:scale_internal_short
2409 const char *temp_index; local in function:scale_internal_uint
2696 const char *temp_index; local in function:scale_internal_int
2992 const char *temp_index; local in function:scale_internal_float
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c722 int temp_index = -1; local in function:peephole_mul_omod
737 if (temp_index != -1) {
741 temp_index = i;
801 RC_INSTRUCTION_NORMAL, &inst_mul->U.I.SrcReg[temp_index]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c725 int temp_index = -1; local in function:peephole_mul_omod
740 if (temp_index != -1) {
744 temp_index = i;
804 RC_INSTRUCTION_NORMAL, &inst_mul->U.I.SrcReg[temp_index]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c356 unsigned temp_index; /* tessinner temp register */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0808::__anon581dcb1e0908
361 unsigned temp_index; /* tessouter temp register */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0808::__anon581dcb1e0a08
376 unsigned temp_index; /* tessinner temp register */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0b08::__anon581dcb1e0c08
381 unsigned temp_index; /* tessouter temp register */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0b08::__anon581dcb1e0d08
1307 index = emit->tcs.inner.temp_index;
1321 index = emit->tcs.outer.temp_index;
1665 index = emit->tcs.inner.temp_index;
1668 index = emit->tcs.outer.temp_index;
1711 index = emit->tes.inner.temp_index;
1715 index = emit->tes.outer.temp_index;
[all...]

Completed in 29 milliseconds