Searched refs:output_array_first (Results 1 – 5 of 5) sorted by relevance
71 ubyte output_array_first[PIPE_MAX_SHADER_OUTPUTS]; member
254 assert(array_id < ARRAY_SIZE(info->output_array_first)); in tgsi_scan_shader()255 info->output_array_first[array_id] = fulldecl->Range.First; in tgsi_scan_shader()
77 ubyte output_array_first[PIPE_MAX_SHADER_OUTPUTS]; member
228 input = info->output_array_first[src->Indirect.ArrayID]; in scan_src_operand()621 assert(array_id < ARRAY_SIZE(info->output_array_first)); in scan_declaration()622 info->output_array_first[array_id] = fulldecl->Range.First; in scan_declaration()
2082 array_first = info->output_array_first; in r600_get_byte_address()