Lines Matching defs:slot
5169 /* Zero means no array, but 1 slot is required */
5243 /* Zero means no array, but 1 slot is required */
6848 const GLuint slot = base_slot + loc;
6849 slot_sizes[slot] = std::max(slot_sizes[slot], ends_at);
6853 /* Compute the offsets where we need to put vertex buffer data for each slot */
6878 const GLuint slot = base_slot + loc;
6879 memcpy(ptr + slot_offsets[slot] + variable_offset, variable.m_data, variable.m_data_size);
6891 * the bounds of a single slot. Therefore, we calculate
6893 * the calculated slot sizes.
14860 /* Zero means no array, however we still need at least 1 slot of data */