Searched refs:is_fixed (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp246 if (!c->is_fixed())
281 if (c->is_fixed() || c->values.size() == 1)
587 if (cc->is_fixed()) {
H A Dsb_valtable.cpp114 if (v.is_fixed())
274 bool value::is_fixed() { function in class:r600_sb::value
277 if (chunk && chunk->is_fixed())
H A Dsb_shader.h109 bool is_fixed() { return flags & RCF_FIXED; } function in struct:r600_sb::ra_chunk
H A Dsb_sched.cpp1116 if (prealloc && v->is_fixed()) {
1229 vi->is_fixed() && gpr.chan() == chan) {
1495 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel())
H A Dsb_ra_init.cpp486 if (v->chunk && v->chunk->is_fixed())
H A Dsb_ir.h561 bool is_fixed();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp246 if (!c->is_fixed())
281 if (c->is_fixed() || c->values.size() == 1)
587 if (cc->is_fixed()) {
H A Dsb_valtable.cpp114 if (v.is_fixed())
274 bool value::is_fixed() { function in class:r600_sb::value
277 if (chunk && chunk->is_fixed())
H A Dsb_shader.h109 bool is_fixed() { return flags & RCF_FIXED; } function in struct:r600_sb::ra_chunk
H A Dsb_sched.cpp1116 if (prealloc && v->is_fixed()) {
1229 vi->is_fixed() && gpr.chan() == chan) {
1495 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel())
H A Dsb_ra_init.cpp491 if (v->chunk && v->chunk->is_fixed())
H A Dsb_ir.h561 bool is_fixed();
/xsrc/external/mit/xterm/dist/
H A Dfontutils.c3246 Boolean is_fixed; local in function:setRenderFontsize
3252 is_fixed = FT_IS_FIXED_WIDTH(face);
3276 is_fixed ? "" : "not ",

Completed in 27 milliseconds