Lines Matching refs:data
256 * has the pointer to the indirect texture state. Our data[] field
285 /* Returns the base offset of the SSBO given by the data value. */
288 /* Returns the size of the SSBO or UBO given by the data value. */
292 /* Sizes (in pixels) of a shader image given by the data value. */
306 * selected by the data value.
311 * selected by the data value.
357 static inline uint32_t v3d_unit_data_get_unit(uint32_t data)
359 return data >> 24;
362 static inline uint32_t v3d_unit_data_get_offset(uint32_t data)
364 return data & 0xffffff;
912 uint32_t *data;
963 /* Maps the nir->data.location to its
964 * nir->data.driver_location. In general we are using the
1102 uint32_t data);
1105 uint32_t data);
1145 void vir_dump_uniform(enum quniform_contents contents, uint32_t data);