Lines Matching defs:bits

244  * fit into a signed 32 bits.  The only mechanism we have for dealing with
384 if (fmtl->channels.c.bits) \
397 static inline void *anv_unpack_ptr(uintptr_t ptr, int bits, int *flags)
399 uintptr_t mask = (1ull << bits) - 1;
404 static inline uintptr_t anv_pack_ptr(void *ptr, int bits, int flags)
407 uintptr_t mask = (1ull << bits) - 1;
644 /* Make sure it's aligned to 64 bits. This will make atomic operations
658 /* Make sure it's aligned to 64 bits. This will make atomic operations
927 /* Standard bits passed on to the client */
938 /* Standard bits passed on to the client */
944 /* Standard bits passed on to the client */
950 * Align it to 64 bits to make atomic operations faster on 32 bit platforms.
1759 * SURFACE_STATE table index is in the top 20 bits.
1778 /** Unused padding to ensure the struct is a multiple of 64 bits */
1787 * SURFACE_STATE table index is in the top 20 bits.
2174 /** Pad to 64 bits so that there are no holes and we can safely memcmp
2296 anv_pipe_flush_bit_to_ds_stall_flag(enum anv_pipe_bits bits);
2544 * With the exception of gfx8, the bottom 12 bits of this address' offset
2569 * On Gfx8-9, the VF cache only considers the bottom 32 bits of memory
2574 * bits.
2614 /* If our range is larger than 32 bits, we have to flush */
3387 * plane index is the number of bits in all_aspects before aspect.
3462 * VkBindImagePlaneMemoryInfo. There may also exist bits of memory which are
4148 anv_dump_pipe_bits(enum anv_pipe_bits bits);
4152 enum anv_pipe_bits bits,
4155 cmd_buffer->state.pending_pipe_bits |= bits;
4156 if (INTEL_DEBUG(DEBUG_PIPE_CONTROL) && bits)
4159 anv_dump_pipe_bits(bits);
4199 /* Buffer of 64bits timestamps */