Searched refs:location_start (Results 1 – 2 of 2) sorted by relevance
238 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() local239 if (key < location_start) { in SearchUShort()246 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort()267 int32_t location_start = ReadUShort(start_index + location * start_offset); in SearchUShort() local268 if (key == location_start) in SearchUShort()271 if (key < location_start) { in SearchUShort()293 int32_t location_start = ReadULongAsInt(start_index in SearchULong() local295 if (key < location_start) { in SearchULong()302 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()
295 unsigned location_start = VARYING_SLOT_VAR0; in compute_variable_location_slot() local300 location_start = VERT_ATTRIB_GENERIC0; in compute_variable_location_slot()305 location_start = VARYING_SLOT_PATCH0; in compute_variable_location_slot()309 location_start = FRAG_RESULT_DATA0; in compute_variable_location_slot()315 return var->data.location - location_start; in compute_variable_location_slot()