Home
last modified time | relevance | path

Searched refs:R500_FC_JUMP_FUNC (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c475 | R500_FC_JUMP_FUNC(0x00) in emit_flowcontrol()
486 | R500_FC_JUMP_FUNC(0xff) in emit_flowcontrol()
500 | R500_FC_JUMP_FUNC(0xff) in emit_flowcontrol()
513 | R500_FC_JUMP_FUNC(0xff) in emit_flowcontrol()
591 | R500_FC_JUMP_FUNC(0x0f) /* jump if ALU result is false */ in emit_flowcontrol()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_reg.h3328 # define R500_FC_JUMP_FUNC(x) ((x) << 8) macro