Home
last modified time | relevance | path

Searched refs:output_array_first (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h75 ubyte output_array_first[PIPE_MAX_SHADER_OUTPUTS]; member
Dtgsi_scan.c228 input = info->output_array_first[src->Indirect.ArrayID]; in scan_src_operand()
620 assert(array_id < ARRAY_SIZE(info->output_array_first)); in scan_declaration()
621 info->output_array_first[array_id] = fulldecl->Range.First; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c2098 array_first = info->output_array_first; in r600_get_byte_address()