Home
last modified time | relevance | path

Searched refs:RC_OPCODE_LIT (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h102 RC_OPCODE_LIT, enumerator
H A Dradeon_opcodes.c169 .Opcode = RC_OPCODE_LIT,
583 case RC_OPCODE_LIT: in rc_compute_sources_for_writemask()
H A Dradeon_program_alu.c603 case RC_OPCODE_LIT: transform_LIT(c, inst); return 1; in radeonTransformALU()
832 case RC_OPCODE_LIT: transform_r300_vertex_fix_LIT(c, inst); return 1; in r300_transform_vertex_alu()
H A Dr3xx_vertprog.c422 case RC_OPCODE_LIT: ei_lit(compiler->code, vpi, inst); break; in translate_vertex_program()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c40 case TGSI_OPCODE_LIT: return RC_OPCODE_LIT; in translate_opcode()

Completed in 5 milliseconds