OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ra_add_reg_conflict
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.h
41
void
ra_add_reg_conflict
(struct ra_regs *regs,
register_allocate.c
201
ra_add_reg_conflict
(struct ra_regs *regs, unsigned int r1, unsigned int r2)
function
215
* explicitly using
ra_add_reg_conflict
.
223
ra_add_reg_conflict
(regs, reg, base_reg);
226
ra_add_reg_conflict
(regs, reg, regs->regs[base_reg].conflict_list[i]);
/external/mesa3d/src/mesa/program/
register_allocate.h
41
void
ra_add_reg_conflict
(struct ra_regs *regs,
register_allocate.c
201
ra_add_reg_conflict
(struct ra_regs *regs, unsigned int r1, unsigned int r2)
function
215
* explicitly using
ra_add_reg_conflict
.
223
ra_add_reg_conflict
(regs, reg, base_reg);
226
ra_add_reg_conflict
(regs, reg, regs->regs[base_reg].conflict_list[i]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c
450
ra_add_reg_conflict
(regs,
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c
450
ra_add_reg_conflict
(regs,
Completed in 118 milliseconds