File builders/mesa-gl-1/contrib/compiler_nir.sh changed (mode: 100644) (index 811e570..82e67b4) |
... |
... |
$src_dir/src/compiler/nir/nir_lower_bool_to_int32.c \ |
67 |
67 |
$src_dir/src/compiler/nir/nir_lower_clamp_color_outputs.c \ |
$src_dir/src/compiler/nir/nir_lower_clamp_color_outputs.c \ |
68 |
68 |
$src_dir/src/compiler/nir/nir_lower_clip.c \ |
$src_dir/src/compiler/nir/nir_lower_clip.c \ |
69 |
69 |
$src_dir/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c \ |
$src_dir/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c \ |
|
70 |
|
$src_dir/src/compiler/nir/nir_lower_clip_disable.c \ |
70 |
71 |
$src_dir/src/compiler/nir/nir_lower_clip_halfz.c \ |
$src_dir/src/compiler/nir/nir_lower_clip_halfz.c \ |
71 |
72 |
$src_dir/src/compiler/nir/nir_lower_discard_to_demote.c \ |
$src_dir/src/compiler/nir/nir_lower_discard_to_demote.c \ |
72 |
73 |
$src_dir/src/compiler/nir/nir_lower_double_ops.c \ |
$src_dir/src/compiler/nir/nir_lower_double_ops.c \ |
|
... |
... |
$src_dir/src/compiler/nir/nir_lower_drawpixels.c \ |
74 |
75 |
$src_dir/src/compiler/nir/nir_lower_fb_read.c \ |
$src_dir/src/compiler/nir/nir_lower_fb_read.c \ |
75 |
76 |
$src_dir/src/compiler/nir/nir_lower_flatshade.c \ |
$src_dir/src/compiler/nir/nir_lower_flatshade.c \ |
76 |
77 |
$src_dir/src/compiler/nir/nir_lower_flrp.c \ |
$src_dir/src/compiler/nir/nir_lower_flrp.c \ |
|
78 |
|
$src_dir/src/compiler/nir/nir_lower_fragcolor.c \ |
77 |
79 |
$src_dir/src/compiler/nir/nir_lower_fragcoord_wtrans.c \ |
$src_dir/src/compiler/nir/nir_lower_fragcoord_wtrans.c \ |
78 |
80 |
$src_dir/src/compiler/nir/nir_lower_frexp.c \ |
$src_dir/src/compiler/nir/nir_lower_frexp.c \ |
79 |
81 |
$src_dir/src/compiler/nir/nir_lower_global_vars_to_local.c \ |
$src_dir/src/compiler/nir/nir_lower_global_vars_to_local.c \ |
File builders/mesa-vulkan-1/contrib/generators/nir/intrinsics/generic/generic.c changed (mode: 100644) (index cda3b68..6ff528b) |
... |
... |
struct nir_intrinsic nir_shuffle_xor = { |
1256 |
1256 |
.has_dest = true, |
.has_dest = true, |
1257 |
1257 |
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE |
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE |
1258 |
1258 |
}; |
}; |
|
1259 |
|
/******************************************************************************/ |
|
1260 |
|
/* ssbo atomic -- start */ |
1259 |
1261 |
struct nir_intrinsic nir_ssbo_atomic_add = { |
struct nir_intrinsic nir_ssbo_atomic_add = { |
1260 |
1262 |
.name = "ssbo_atomic_add", |
.name = "ssbo_atomic_add", |
1261 |
1263 |
.srcs_n = 3, |
.srcs_n = 3, |
1262 |
1264 |
.src_components_n = { |
.src_components_n = { |
1263 |
|
1,1,1 |
|
|
1265 |
|
-1,1,1 |
1264 |
1266 |
}, |
}, |
1265 |
1267 |
.has_dest = true, |
.has_dest = true, |
1266 |
1268 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_and = { |
1273 |
1275 |
.name = "ssbo_atomic_and", |
.name = "ssbo_atomic_and", |
1274 |
1276 |
.srcs_n = 3, |
.srcs_n = 3, |
1275 |
1277 |
.src_components_n = { |
.src_components_n = { |
1276 |
|
1,1,1 |
|
|
1278 |
|
-1,1,1 |
1277 |
1279 |
}, |
}, |
1278 |
1280 |
.has_dest = true, |
.has_dest = true, |
1279 |
1281 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_comp_swap = { |
1286 |
1288 |
.name = "ssbo_atomic_comp_swap", |
.name = "ssbo_atomic_comp_swap", |
1287 |
1289 |
.srcs_n = 4, |
.srcs_n = 4, |
1288 |
1290 |
.src_components_n = { |
.src_components_n = { |
1289 |
|
1,1,1,1 |
|
|
1291 |
|
-1,1,1,1 |
1290 |
1292 |
}, |
}, |
1291 |
1293 |
.has_dest = true, |
.has_dest = true, |
1292 |
1294 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_exchange = { |
1299 |
1301 |
.name = "ssbo_atomic_exchange", |
.name = "ssbo_atomic_exchange", |
1300 |
1302 |
.srcs_n = 3, |
.srcs_n = 3, |
1301 |
1303 |
.src_components_n = { |
.src_components_n = { |
1302 |
|
1,1,1 |
|
|
1304 |
|
-1,1,1 |
1303 |
1305 |
}, |
}, |
1304 |
1306 |
.has_dest = true, |
.has_dest = true, |
1305 |
1307 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_fadd = { |
1312 |
1314 |
.name = "ssbo_atomic_fadd", |
.name = "ssbo_atomic_fadd", |
1313 |
1315 |
.srcs_n = 3, |
.srcs_n = 3, |
1314 |
1316 |
.src_components_n = { |
.src_components_n = { |
1315 |
|
1,1,1 |
|
|
1317 |
|
-1,1,1 |
1316 |
1318 |
}, |
}, |
1317 |
1319 |
.has_dest = true, |
.has_dest = true, |
1318 |
1320 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_fcomp_swap = { |
1325 |
1327 |
.name = "ssbo_atomic_fcomp_swap", |
.name = "ssbo_atomic_fcomp_swap", |
1326 |
1328 |
.srcs_n = 4, |
.srcs_n = 4, |
1327 |
1329 |
.src_components_n = { |
.src_components_n = { |
1328 |
|
1,1,1,1 |
|
|
1330 |
|
-1,1,1,1 |
1329 |
1331 |
}, |
}, |
1330 |
1332 |
.has_dest = true, |
.has_dest = true, |
1331 |
1333 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_fmax = { |
1338 |
1340 |
.name = "ssbo_atomic_fmax", |
.name = "ssbo_atomic_fmax", |
1339 |
1341 |
.srcs_n = 3, |
.srcs_n = 3, |
1340 |
1342 |
.src_components_n = { |
.src_components_n = { |
1341 |
|
1,1,1 |
|
|
1343 |
|
-1,1,1 |
1342 |
1344 |
}, |
}, |
1343 |
1345 |
.has_dest = true, |
.has_dest = true, |
1344 |
1346 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_fmin = { |
1351 |
1353 |
.name = "ssbo_atomic_fmin", |
.name = "ssbo_atomic_fmin", |
1352 |
1354 |
.srcs_n = 3, |
.srcs_n = 3, |
1353 |
1355 |
.src_components_n = { |
.src_components_n = { |
1354 |
|
1,1,1 |
|
|
1356 |
|
-1,1,1 |
1355 |
1357 |
}, |
}, |
1356 |
1358 |
.has_dest = true, |
.has_dest = true, |
1357 |
1359 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_imax = { |
1364 |
1366 |
.name = "ssbo_atomic_imax", |
.name = "ssbo_atomic_imax", |
1365 |
1367 |
.srcs_n = 3, |
.srcs_n = 3, |
1366 |
1368 |
.src_components_n = { |
.src_components_n = { |
1367 |
|
1,1,1 |
|
|
1369 |
|
-1,1,1 |
1368 |
1370 |
}, |
}, |
1369 |
1371 |
.has_dest = true, |
.has_dest = true, |
1370 |
1372 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_imin = { |
1377 |
1379 |
.name = "ssbo_atomic_imin", |
.name = "ssbo_atomic_imin", |
1378 |
1380 |
.srcs_n = 3, |
.srcs_n = 3, |
1379 |
1381 |
.src_components_n = { |
.src_components_n = { |
1380 |
|
1,1,1 |
|
|
1382 |
|
-1,1,1 |
1381 |
1383 |
}, |
}, |
1382 |
1384 |
.has_dest = true, |
.has_dest = true, |
1383 |
1385 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_or = { |
1390 |
1392 |
.name = "ssbo_atomic_or", |
.name = "ssbo_atomic_or", |
1391 |
1393 |
.srcs_n = 3, |
.srcs_n = 3, |
1392 |
1394 |
.src_components_n = { |
.src_components_n = { |
1393 |
|
1,1,1 |
|
|
1395 |
|
-1,1,1 |
1394 |
1396 |
}, |
}, |
1395 |
1397 |
.has_dest = true, |
.has_dest = true, |
1396 |
1398 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_umax = { |
1403 |
1405 |
.name = "ssbo_atomic_umax", |
.name = "ssbo_atomic_umax", |
1404 |
1406 |
.srcs_n = 3, |
.srcs_n = 3, |
1405 |
1407 |
.src_components_n = { |
.src_components_n = { |
1406 |
|
1,1,1 |
|
|
1408 |
|
-1,1,1 |
1407 |
1409 |
}, |
}, |
1408 |
1410 |
.has_dest = true, |
.has_dest = true, |
1409 |
1411 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_umin = { |
1416 |
1418 |
.name = "ssbo_atomic_umin", |
.name = "ssbo_atomic_umin", |
1417 |
1419 |
.srcs_n = 3, |
.srcs_n = 3, |
1418 |
1420 |
.src_components_n = { |
.src_components_n = { |
1419 |
|
1,1,1 |
|
|
1421 |
|
-1,1,1 |
1420 |
1422 |
}, |
}, |
1421 |
1423 |
.has_dest = true, |
.has_dest = true, |
1422 |
1424 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_xor = { |
1429 |
1431 |
.name = "ssbo_atomic_xor", |
.name = "ssbo_atomic_xor", |
1430 |
1432 |
.srcs_n = 3, |
.srcs_n = 3, |
1431 |
1433 |
.src_components_n = { |
.src_components_n = { |
1432 |
|
1,1,1 |
|
|
1434 |
|
-1,1,1 |
1433 |
1435 |
}, |
}, |
1434 |
1436 |
.has_dest = true, |
.has_dest = true, |
1435 |
1437 |
.dest_components_n = 1, |
.dest_components_n = 1, |
|
... |
... |
struct nir_intrinsic nir_ssbo_atomic_xor = { |
1438 |
1440 |
[NIR_INTRINSIC_IDX_ACCESS] = 1 |
[NIR_INTRINSIC_IDX_ACCESS] = 1 |
1439 |
1441 |
} |
} |
1440 |
1442 |
}; |
}; |
|
1443 |
|
/* ssbo atomic -- end */ |
|
1444 |
|
/******************************************************************************/ |
1441 |
1445 |
struct nir_intrinsic nir_store_deref = { |
struct nir_intrinsic nir_store_deref = { |
1442 |
1446 |
.name = "store_deref", |
.name = "store_deref", |
1443 |
1447 |
.srcs_n = 2, |
.srcs_n = 2, |
File builders/mesa-vulkan-1/contrib/generators/nir/intrinsics/generic/system_values.c changed (mode: 100644) (index bb96237..ab47b77) |
... |
... |
static struct nir_intrinsic nir_load_work_dim = { |
366 |
366 |
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE | NIR_INTRINSIC_FLAGS_CAN_REORDER, |
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE | NIR_INTRINSIC_FLAGS_CAN_REORDER, |
367 |
367 |
.system_value = true |
.system_value = true |
368 |
368 |
}; |
}; |
|
369 |
|
static struct nir_intrinsic nir_load_line_coord = { |
|
370 |
|
.name = "load_line_coord", |
|
371 |
|
.has_dest = true, |
|
372 |
|
.dest_components_n = 1, |
|
373 |
|
.bit_szs = 0x20, |
|
374 |
|
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE | NIR_INTRINSIC_FLAGS_CAN_REORDER, |
|
375 |
|
.system_value = true |
|
376 |
|
}; |
|
377 |
|
static struct nir_intrinsic nir_load_line_width = { |
|
378 |
|
.name = "load_line_width", |
|
379 |
|
.has_dest = true, |
|
380 |
|
.dest_components_n = 1, |
|
381 |
|
.bit_szs = 0x20, |
|
382 |
|
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE | NIR_INTRINSIC_FLAGS_CAN_REORDER, |
|
383 |
|
.system_value = true |
|
384 |
|
}; |
|
385 |
|
static struct nir_intrinsic nir_load_aa_line_width = { |
|
386 |
|
.name = "aa_load_line_width", |
|
387 |
|
.has_dest = true, |
|
388 |
|
.dest_components_n = 1, |
|
389 |
|
.bit_szs = 0x20, |
|
390 |
|
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE | NIR_INTRINSIC_FLAGS_CAN_REORDER, |
|
391 |
|
.system_value = true |
|
392 |
|
}; |
369 |
393 |
/*----------------------------------------------------------------------------*/ |
/*----------------------------------------------------------------------------*/ |
370 |
394 |
/* |
/* |
371 |
395 |
* Driver-specific viewport scale/offset parameters. |
* Driver-specific viewport scale/offset parameters. |
File builders/mesa-vulkan-1/contrib/generators/nir/intrinsics/ir3/ir3.c changed (mode: 100644) (index c35b6b5..fcd16d1) |
11 |
11 |
* The float versions are not handled because those are not supported |
* The float versions are not handled because those are not supported |
12 |
12 |
* by the backend. |
* by the backend. |
13 |
13 |
*/ |
*/ |
14 |
|
struct nir_intrinsic nir_store_ssbo_ir3 = { |
|
15 |
|
.name = "store_ssbo_ir3", |
|
16 |
|
.srcs_n = 4, |
|
17 |
|
.src_components_n = { |
|
18 |
|
0,1,1,1 |
|
19 |
|
}, |
|
20 |
|
.idxs_n = 4, |
|
21 |
|
.idxs_map = { |
|
22 |
|
[NIR_INTRINSIC_IDX_WRMASK] = 1, |
|
23 |
|
[NIR_INTRINSIC_IDX_ACCESS] = 2, |
|
24 |
|
[NIR_INTRINSIC_IDX_ALIGN_MUL] = 3, |
|
25 |
|
[NIR_INTRINSIC_IDX_ALIGN_OFFSET] = 4 |
|
26 |
|
} |
|
27 |
|
}; |
|
28 |
|
struct nir_intrinsic nir_load_ssbo_ir3 = { |
|
29 |
|
.name = "load_ssbo_ir3", |
|
30 |
|
.srcs_n = 3, |
|
31 |
|
.src_components_n = { |
|
32 |
|
1,1,1 |
|
33 |
|
}, |
|
34 |
|
.has_dest = true, |
|
35 |
|
.idxs_n = 3, |
|
36 |
|
.idxs_map = { |
|
37 |
|
[NIR_INTRINSIC_IDX_ACCESS] = 1, |
|
38 |
|
[NIR_INTRINSIC_IDX_ALIGN_MUL] = 2, |
|
39 |
|
[NIR_INTRINSIC_IDX_ALIGN_OFFSET] = 3 |
|
40 |
|
}, |
|
41 |
|
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE |
|
42 |
|
}; |
|
43 |
14 |
struct nir_intrinsic nir_ssbo_atomic_add_ir3 = { |
struct nir_intrinsic nir_ssbo_atomic_add_ir3 = { |
44 |
15 |
.name = "ssbo_atomic_add_ir3", |
.name = "ssbo_atomic_add_ir3", |
45 |
16 |
.srcs_n = 4, |
.srcs_n = 4, |
File builders/mesa-vulkan-1/contrib/generators/nir/intrinsics/ir3/load.c changed (mode: 100644) (index 9372618..5f58f48) |
... |
... |
struct nir_intrinsic nir_load_shared_ir3 = { |
17 |
17 |
}, |
}, |
18 |
18 |
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE |
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE |
19 |
19 |
}; |
}; |
|
20 |
|
struct nir_intrinsic nir_load_ssbo_ir3 = { |
|
21 |
|
.name = "load_ssbo_ir3", |
|
22 |
|
.srcs_n = 3, |
|
23 |
|
.src_components_n = { |
|
24 |
|
1,1,1 |
|
25 |
|
}, |
|
26 |
|
.has_dest = true, |
|
27 |
|
.idxs_n = 3, |
|
28 |
|
.idxs_map = { |
|
29 |
|
[NIR_INTRINSIC_IDX_ACCESS] = 1, |
|
30 |
|
[NIR_INTRINSIC_IDX_ALIGN_MUL] = 2, |
|
31 |
|
[NIR_INTRINSIC_IDX_ALIGN_OFFSET] = 3 |
|
32 |
|
}, |
|
33 |
|
.flags = NIR_INTRINSIC_FLAGS_CAN_ELIMINATE |
|
34 |
|
}; |
20 |
35 |
/*---------------------------------------------------------------------------*/ |
/*---------------------------------------------------------------------------*/ |
21 |
36 |
/* |
/* |
22 |
37 |
* IR3-specific load/store global intrinsics. They take a 64-bit base address |
* IR3-specific load/store global intrinsics. They take a 64-bit base address |
File builders/mesa-vulkan-1/contrib/generators/nir/intrinsics/ir3/store.c changed (mode: 100644) (index d716067..d5307e2) |
... |
... |
struct nir_intrinsic nir_store_shared_ir3 = { |
16 |
16 |
[NIR_INTRINSIC_IDX_ALIGN_OFFSET] = 3 |
[NIR_INTRINSIC_IDX_ALIGN_OFFSET] = 3 |
17 |
17 |
} |
} |
18 |
18 |
}; |
}; |
|
19 |
|
struct nir_intrinsic nir_store_ssbo_ir3 = { |
|
20 |
|
.name = "store_ssbo_ir3", |
|
21 |
|
.srcs_n = 4, |
|
22 |
|
.src_components_n = { |
|
23 |
|
0,1,1,1 |
|
24 |
|
}, |
|
25 |
|
.idxs_n = 4, |
|
26 |
|
.idxs_map = { |
|
27 |
|
[NIR_INTRINSIC_IDX_WRMASK] = 1, |
|
28 |
|
[NIR_INTRINSIC_IDX_ACCESS] = 2, |
|
29 |
|
[NIR_INTRINSIC_IDX_ALIGN_MUL] = 3, |
|
30 |
|
[NIR_INTRINSIC_IDX_ALIGN_OFFSET] = 4 |
|
31 |
|
} |
|
32 |
|
}; |
19 |
33 |
/*---------------------------------------------------------------------------*/ |
/*---------------------------------------------------------------------------*/ |
20 |
34 |
/* |
/* |
21 |
35 |
* IR3-specific load/store global intrinsics. They take a 64-bit base address |
* IR3-specific load/store global intrinsics. They take a 64-bit base address |
File builders/mesa-vulkan-1/contrib/generators/nir/nir_database_intrinsic.c changed (mode: 100644) (index f3dff1f..0d4e3af) |
... |
... |
struct nir_intrinsic *nir_intrinsics[] = { |
287 |
287 |
&nir_load_view_index, |
&nir_load_view_index, |
288 |
288 |
&nir_load_vulkan_descriptor, |
&nir_load_vulkan_descriptor, |
289 |
289 |
&nir_load_work_dim, |
&nir_load_work_dim, |
|
290 |
|
&nir_load_line_coord, |
|
291 |
|
&nir_load_line_width, |
|
292 |
|
&nir_load_aa_line_width, |
290 |
293 |
&nir_load_work_group_id, |
&nir_load_work_group_id, |
291 |
294 |
&nir_memory_barrier, |
&nir_memory_barrier, |
292 |
295 |
&nir_memory_barrier_atomic_counter, |
&nir_memory_barrier_atomic_counter, |
|
... |
... |
struct nir_intrinsic *nir_intrinsics[] = { |
395 |
398 |
&nir_demote, |
&nir_demote, |
396 |
399 |
&nir_is_helper_invocation, |
&nir_is_helper_invocation, |
397 |
400 |
&nir_store_raw_output_pan, |
&nir_store_raw_output_pan, |
|
401 |
|
&nir_store_combined_output_pan, |
398 |
402 |
&nir_load_raw_output_pan, |
&nir_load_raw_output_pan, |
399 |
403 |
&nir_load_tlb_color_v3d, |
&nir_load_tlb_color_v3d, |
400 |
404 |
&nir_load_point_coord, |
&nir_load_point_coord, |
File builders/mesa-vulkan-1/contrib/x86_64_amdgpu_linux_gnu_vulkan_x11_drm_gcc.sh changed (mode: 100755) (index 6f5b3f6..0c4e6eb) |
... |
... |
$ar $build_dir/libvulkan_util.a \ |
680 |
680 |
# wsi x11 (wsi Window System Interface?) |
# wsi x11 (wsi Window System Interface?) |
681 |
681 |
cppflags="\ |
cppflags="\ |
682 |
682 |
$cppflags_common \ |
$cppflags_common \ |
|
683 |
|
-I$build_dir \ |
683 |
684 |
-I$src_dir/src \ |
-I$src_dir/src \ |
684 |
685 |
-I$src_dir/src/vulkan/util \ |
-I$src_dir/src/vulkan/util \ |
685 |
686 |
-I$src_dir/include \ |
-I$src_dir/include \ |
|
... |
... |
$src_dir/src/compiler/nir/nir_lower_bool_to_bitsize.c \ |
1063 |
1064 |
$src_dir/src/compiler/nir/nir_lower_clamp_color_outputs.c \ |
$src_dir/src/compiler/nir/nir_lower_clamp_color_outputs.c \ |
1064 |
1065 |
$src_dir/src/compiler/nir/nir_lower_clip.c \ |
$src_dir/src/compiler/nir/nir_lower_clip.c \ |
1065 |
1066 |
$src_dir/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c \ |
$src_dir/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c \ |
|
1067 |
|
$src_dir/src/compiler/nir/nir_lower_clip_disable.c \ |
1066 |
1068 |
$src_dir/src/compiler/nir/nir_lower_discard_to_demote.c \ |
$src_dir/src/compiler/nir/nir_lower_discard_to_demote.c \ |
1067 |
1069 |
$src_dir/src/compiler/nir/nir_lower_double_ops.c \ |
$src_dir/src/compiler/nir/nir_lower_double_ops.c \ |
1068 |
1070 |
$src_dir/src/compiler/nir/nir_lower_drawpixels.c \ |
$src_dir/src/compiler/nir/nir_lower_drawpixels.c \ |
1069 |
1071 |
$src_dir/src/compiler/nir/nir_lower_fb_read.c \ |
$src_dir/src/compiler/nir/nir_lower_fb_read.c \ |
1070 |
1072 |
$src_dir/src/compiler/nir/nir_lower_flatshade.c \ |
$src_dir/src/compiler/nir/nir_lower_flatshade.c \ |
1071 |
1073 |
$src_dir/src/compiler/nir/nir_lower_flrp.c \ |
$src_dir/src/compiler/nir/nir_lower_flrp.c \ |
|
1074 |
|
$src_dir/src/compiler/nir/nir_lower_fragcolor.c \ |
1072 |
1075 |
$src_dir/src/compiler/nir/nir_lower_fragcoord_wtrans.c \ |
$src_dir/src/compiler/nir/nir_lower_fragcoord_wtrans.c \ |
1073 |
1076 |
$src_dir/src/compiler/nir/nir_lower_frexp.c \ |
$src_dir/src/compiler/nir/nir_lower_frexp.c \ |
1074 |
1077 |
$src_dir/src/compiler/nir/nir_lower_global_vars_to_local.c \ |
$src_dir/src/compiler/nir/nir_lower_global_vars_to_local.c \ |