Home
last modified time | relevance | path

Searched refs:inst_str (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c316 const char * inst_str) in init_rc_normal_instruction() argument
328 if (!regex_helper(regex_str, inst_str, matches, REGEX_INST_MATCHES)) { in init_rc_normal_instruction()
334 tokens.Opcode.String = inst_str + matches[1].rm_so; in init_rc_normal_instruction()
337 tokens.Sat.String = inst_str + matches[2].rm_so; in init_rc_normal_instruction()
353 tokens.Dst.String = inst_str + matches[3].rm_so; in init_rc_normal_instruction()
366 inst_str + matches[first_src + j].rm_so; in init_rc_normal_instruction()
Drc_test_helpers.h13 const char * inst_str);