Home
last modified time | relevance | path

Searched refs:G_SQ_ALU_WORD1_CLAMP (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c103 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r700_bytecode_alu_read()
Dr600_sq.h263 #define G_SQ_ALU_WORD1_CLAMP(x) (((x) >> 31) & 0x1) macro
Deg_sq.h308 #define G_SQ_ALU_WORD1_CLAMP(x) (((x) >> 31) & 0x1) macro
Dr700_sq.h221 #define G_SQ_ALU_WORD1_CLAMP(x) (((x) >> 31) & 0x1) macro
Dr600_asm.c2818 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r600_bytecode_alu_read()