Lines Matching refs:value
45 #define SET_FIELD(value, field) \
47 uint32_t fieldval = (uint32_t)(value) << field ## _SHIFT; \
52 #define SET_BITS(value, high, low) \
54 const uint32_t fieldval = (uint32_t)(value) << (low); \
165 * This is the default value. It means that a channel's write enable is set
367 * Packs a number of sources into a single value. Unlike LOAD_PAYLOAD, this
368 * acts intra-channel, obtaining the final value for each channel by
510 * dynamic index and potentially puts a different value in each output
637 * Set DWORD 2 of dst to the value in src.
681 * - src1 is the value to hold in M0.0: number of SO vertices to write
682 * and number of SO primitives needed. Its value will be overwritten
718 * - src is the register that holds the destination indices value.
726 * - dst will hold the register with the final Mx.0 value.
732 * - src2 is the value to hold in M0: number of SO vertices to write
870 /** dPdx if the operation takes explicit derivatives, otherwise LOD value */
1675 * (128 bytes) URB rows and the maximum allowed value is 5 rows.
1886 /* 8-bit scalar data value in memory, packed into a 8-bit data value in
1890 /* 16-bit scalar data value in memory, packed into a 16-bit data value in
1894 /* 32-bit scalar data value in memory, packed into 32-bit data value in
1898 /* 64-bit scalar data value in memory, packed into 64-bit data value in
1902 /* 8-bit scalar data value in memory, packed into 32-bit unsigned data value
1906 /* 16-bit scalar data value in memory, packed into 32-bit unsigned data
1907 * value in register.
1910 /* 16-bit scalar BigFloat data value in memory, packed into 32-bit float
1911 * value in register.