Searched refs:min_offset (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | arrayobj.c | 471 GLuint min_offset = ~(GLuint)0; local in function:compute_vbo_offset_range 481 min_offset = MIN2(off, min_offset); 485 *min = binding->Offset + (GLsizeiptr)min_offset; 657 GLsizeiptr min_offset, max_offset; local in function:_mesa_update_vao_derived_arrays 658 compute_vbo_offset_range(vao, binding, &min_offset, &max_offset); 659 assert(max_offset <= min_offset + MaxRelativeOffset); 690 if (min_offset + MaxRelativeOffset < max_offset2) 696 min_offset = MIN2(min_offset, min_offset [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | arrayobj.c | 418 GLuint min_offset = ~(GLuint)0; local in function:compute_vbo_offset_range 428 min_offset = MIN2(off, min_offset); 432 *min = binding->Offset + (GLsizeiptr)min_offset; 618 GLsizeiptr min_offset, max_offset; local in function:_mesa_update_vao_derived_arrays 619 compute_vbo_offset_range(vao, binding, &min_offset, &max_offset); 620 assert(max_offset <= min_offset + MaxRelativeOffset); 651 if (min_offset + MaxRelativeOffset < max_offset2) 657 min_offset = MIN2(min_offset, min_offset [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog.c | 797 int min_offset) 811 min_offset, &const_swizzle); 824 inst->U.I.SrcReg[i].Index -= min_offset; 832 int min_offset = 0; local in function:rc_emulate_negative_addressing 838 if (lastARL != NULL && min_offset < 0) 839 transform_negative_addressing(c, lastARL, inst, min_offset); 842 min_offset = 0; 855 if (inst->U.I.SrcReg[i].Index < min_offset) 856 min_offset = inst->U.I.SrcReg[i].Index; 861 if (lastARL != NULL && min_offset < 794 transform_negative_addressing(struct r300_vertex_program_compiler * c,struct rc_instruction * arl,struct rc_instruction * end,int min_offset) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog.c | 813 int min_offset) 827 min_offset, &const_swizzle); 840 inst->U.I.SrcReg[i].Index -= min_offset; 848 int min_offset = 0; local in function:rc_emulate_negative_addressing 854 if (lastARL != NULL && min_offset < 0) 855 transform_negative_addressing(c, lastARL, inst, min_offset); 858 min_offset = 0; 871 if (inst->U.I.SrcReg[i].Index < min_offset) 872 min_offset = inst->U.I.SrcReg[i].Index; 877 if (lastARL != NULL && min_offset < 810 transform_negative_addressing(struct r300_vertex_program_compiler * c,struct rc_instruction * arl,struct rc_instruction * end,int min_offset) argument [all...] |
Completed in 7 milliseconds