Searched refs:is_reg_pinned (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp59 if (v->is_reg_pinned()) {
89 if (c2->is_reg_pinned() && !c1->is_reg_pinned()) {
299 unsigned pass = c->is_reg_pinned() ? 0 : 1;
369 if (v->is_reg_pinned() && v->pin_gpr.sel() != color.sel()) {
394 if (c->is_reg_pinned()) {
451 if (v->is_reg_pinned()) {
498 if (v->chunk->is_reg_pinned()) {
H A Dsb_shader.h115 bool is_reg_pinned() { return flags & RCF_PIN_REG; } function in struct:r600_sb::ra_chunk
H A Dsb_ra_init.cpp497 if (v->is_reg_pinned()) {
H A Dsb_ir.h553 bool is_reg_pinned() { return flags & VLF_PIN_REG; } function in class:r600_sb::value
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp59 if (v->is_reg_pinned()) {
89 if (c2->is_reg_pinned() && !c1->is_reg_pinned()) {
299 unsigned pass = c->is_reg_pinned() ? 0 : 1;
369 if (v->is_reg_pinned() && v->pin_gpr.sel() != color.sel()) {
394 if (c->is_reg_pinned()) {
451 if (v->is_reg_pinned()) {
498 if (v->chunk->is_reg_pinned()) {
H A Dsb_shader.h115 bool is_reg_pinned() { return flags & RCF_PIN_REG; } function in struct:r600_sb::ra_chunk
H A Dsb_ra_init.cpp502 if (v->is_reg_pinned()) {
H A Dsb_ir.h553 bool is_reg_pinned() { return flags & VLF_PIN_REG; } function in class:r600_sb::value

Completed in 19 milliseconds