Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp811 v->flags |= VLF_PIN_REG | VLF_PIN_CHAN; in split_vector_inst()
812 s->flags &= ~(VLF_PIN_REG | VLF_PIN_CHAN); in split_vector_inst()
Dsb_ir.h408 VLF_PIN_REG = (1 << 3), enumerator
553 bool is_reg_pinned() { return flags & VLF_PIN_REG; } in is_reg_pinned()
Dsb_shader.cpp68 v->flags |= (VLF_PIN_REG | VLF_PIN_CHAN); in add_pinned_gpr_values()