Lines Matching defs:data

186  * if the user doesn't expect coherent data during or after a render passes
506 * On Gfx12, CCS data is always a direct 1/256 scale-down. A single 64K
507 * page of main surface data maps to a 256B chunk of CCS data and that
509 * addresses in the main surface to virtual memory addresses for CCS data.
516 * Instead, we attach the CCS data directly to the buffer object and setup
521 * know if a BO has implicit CCS data, it should instead look at the
524 * This data is not included in maps of this buffer.
552 /** True if this BO has implicit CCS data attached to it */
1199 * data somewhere and it doesn't really matter where. For that, we use
1239 * there, so we need a another buffer to hold query data that is not
1376 /** This buffer has implicit CCS data attached to it */
1536 /* This callback is called (with the associated user data) in the event
1795 * The fields of this struct correspond directly to the data layout of
1813 /** The descriptor contains auxiliary image layout data */
1815 /** The descriptor contains auxiliary image layout data */
1834 /* Bitfield representing the type of data this descriptor contains */
1835 enum anv_descriptor_data data;
1841 * uniform data)
2043 char data[0];
2059 /* Offset into the user provided data */
2062 /* Stride between elements into the user provided data */
2130 const void *data,
2139 const void *data);
2238 /* ANV_PIPE_HDC_PIPELINE_FLUSH_BIT is a precise way to ensure prior data
2263 * AUX-TT data has changed and we need to invalidate AUX-TT data. This is
2309 * destination through the data port. To make its content available
2353 * all the caches. Since data and tile caches don't have invalidate,
2409 * stale data when we start rendering.
2414 /* We transitioning a buffer to be used as uniform data. Because
2415 * uniform is accessed through the data port & sampler, we need to
2416 * invalidate the texture cache (sampler) & constant cache (data
2417 * port) to avoid stale data.
2429 * invalidate the texture cache, we don't want any stale data.
2502 /** Push constant data provided by the client through vkPushConstants */
2847 /* Stream objects for storing temporary data */
2924 const void *data, uint32_t size, uint32_t alignment);
3671 /* There are no layers with auxiliary data because the miplevel has no
3672 * auxiliary data.
4081 /* Blob of sampler state data which is guaranteed to be 32-byte aligned