Home
last modified time | relevance | path

Searched defs:add_instruction (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alugroup.cpp57 bool AluGroup::add_instruction(AluInstr *instr) in add_instruction() function in r600::AluGroup
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c459 void add_instruction(struct radeon_compiler *c, const char * inst_string) in add_instruction() function