Lines Matching defs:literal
537 /* No restrictions on PV, PS, literal or special constants. */
551 if (is_const(sel)) { /* Any constant, including literal and inline constants. */
759 /* compute how many literal are needed */
761 uint32_t literal[4], unsigned *nliteral)
771 if (literal[j] == value) {
779 literal[(*nliteral)++] = value;
787 uint32_t literal[4], unsigned nliteral)
796 if (literal[j] == value) {
813 uint32_t literal[4], prev_literal[4];
863 if (r600_bytecode_alu_nliterals(prev[i], literal, &nliteral))
884 if (slots[i] && r600_bytecode_alu_nliterals(slots[i], literal, &nliteral))
1347 uint32_t literal[4];
1376 r = r600_bytecode_alu_nliterals(slots[i], literal, &nliteral);
1833 uint32_t literal[4];
1874 memset(literal, 0, sizeof(literal));
1876 r = r600_bytecode_alu_nliterals(alu, literal, &nliteral);
1879 r600_bytecode_alu_adjust_literals(alu, literal, nliteral);
1902 bc->bytecode[addr++] = literal[i];
1905 memset(literal, 0, sizeof(literal));
2180 uint32_t literal[4];
2356 r600_bytecode_alu_nliterals(alu, literal, &nliteral);