mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
asahi,agx: clang-format
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
parent
7ca27ebd46
commit
72b533f5c7
2 changed files with 4 additions and 2 deletions
|
|
@ -2796,7 +2796,8 @@ agx_optimize_loop_nir(nir_shader *nir)
|
|||
static bool
|
||||
mem_vectorize_cb(unsigned align_mul, unsigned align_offset, unsigned bit_size,
|
||||
unsigned num_components, unsigned hole_size,
|
||||
nir_intrinsic_instr *low, nir_intrinsic_instr *high, void *data)
|
||||
nir_intrinsic_instr *low, nir_intrinsic_instr *high,
|
||||
void *data)
|
||||
{
|
||||
if (hole_size)
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -2641,7 +2641,8 @@ agx_get_cl_cts_version(struct pipe_screen *pscreen)
|
|||
{
|
||||
struct agx_device *dev = agx_device(pscreen);
|
||||
|
||||
/* https://www.khronos.org/conformance/adopters/conformant-products/opencl#submission_433 */
|
||||
/* https://www.khronos.org/conformance/adopters/conformant-products/opencl#submission_433
|
||||
*/
|
||||
if (dev->params.gpu_generation < 15)
|
||||
return "v2024-08-08-00";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue