Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_sq.h216 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Deg_sq.h264 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Dr600_asm.c751 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
2126 case V_SQ_ALU_SRC_0_5: in print_src()
Dr600_shader.c5352 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
5394 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
8038 alu.src[1].sel = V_SQ_ALU_SRC_0_5; in tgsi_tex()
8136 alu.src[1].sel = V_SQ_ALU_SRC_0_5; in tgsi_tex()
9668 if (ctx->src[0].sel == V_SQ_ALU_SRC_0_5) { in tgsi_lrp()