Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c477 | R500_FC_JUMP_FUNC(0x00) in emit_flowcontrol()
488 | R500_FC_JUMP_FUNC(0xff) in emit_flowcontrol()
502 | R500_FC_JUMP_FUNC(0xff) in emit_flowcontrol()
515 | R500_FC_JUMP_FUNC(0xff) in emit_flowcontrol()
593 | R500_FC_JUMP_FUNC(0x0f) /* jump if ALU result is false */ in emit_flowcontrol()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_reg.h3327 # define R500_FC_JUMP_FUNC(x) ((x) << 8) macro