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.h211 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Deg_sq.h262 #define V_SQ_ALU_SRC_0_5 0x000000FC macro
Dr600_asm.c705 *sel = V_SQ_ALU_SRC_0_5; in r600_bytecode_special_constants()
2044 case V_SQ_ALU_SRC_0_5: in print_src()
Dr600_shader.c5348 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
5390 alu.src[2].sel = V_SQ_ALU_SRC_0_5; in tgsi_setup_trig()
8034 alu.src[1].sel = V_SQ_ALU_SRC_0_5; in tgsi_tex()
8132 alu.src[1].sel = V_SQ_ALU_SRC_0_5; in tgsi_tex()
9640 if (ctx->src[0].sel == V_SQ_ALU_SRC_0_5) { in tgsi_lrp()