Home
last modified time | relevance | path

Searched refs:V_SQ_ALU_SRC_0_5 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_sq.h196 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Deg_sq.h246 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Dr600_asm.c968 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
975 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
Dr600_shader.c1954 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
1996 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
4172 if (ctx->src[0].sel == V_SQ_ALU_SRC_0_5) { in tgsi_lrp()