Searched refs:current_index (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXtst/dist/src/
H A DXRecord.c728 unsigned int current_index; local in function:parse_reply_call_callback
732 current_index = 0;
751 if (current_index + 4 > rep->length << 2)
754 reply->buf+current_index,
756 current_index += 4;
758 if (current_index + 1 > rep->length << 2)
760 switch (reply->buf[current_index]) {
762 if (current_index + 8 > rep->length << 2)
765 reply->buf+current_index+4, datum_bytes);
778 if (current_index
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_save_draw.c56 unsigned current_index = shift + i; local in function:copy_vao
57 struct gl_array_attributes *currval = &vbo->current[current_index];
74 if (current_index == VBO_ATTRIB_COLOR0)
78 if (current_index == VBO_ATTRIB_MAT_FRONT_SHININESS ||
79 current_index == VBO_ATTRIB_MAT_BACK_SHININESS)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp403 int current_index = m_next_register_index; local in function:r600::ValuePool::allocate_arrays
415 current_index = m_next_register_index;
425 PGPRArray array = PGPRArray(new GPRArray(current_index, a.length, mask, ncomponents));
429 sfn_log << SfnLog::reg << "Add array at "<< current_index
433 m_ssa_register_map[a.index | 0x80000000] = current_index + instance;
436 m_registers[((current_index + instance) << 3) + i] = array;
438 VRec next_reg = {current_index + instance, mask, mask};
439 m_register_map[current_index + instance] = next_reg;

Completed in 5 milliseconds