Searched refs:barycentric (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_intrinsics.py | 584 # These set up the barycentric coordinates for a particular interpolation. 595 def barycentric(name, src_comp=[]): function 600 barycentric("pixel") 601 barycentric("centroid") 602 barycentric("sample") 604 barycentric("at_sample", [1]) 606 barycentric("at_offset", [2])
|
| H A D | nir_lower_io.c | 211 nir_ssa_def *barycentric = NULL; local in function:lower_load 230 barycentric = nir_load_barycentric(&state->builder, bary_op, 267 } else if (barycentric) { 268 load->src[0] = nir_src_for_ssa(barycentric);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_intrinsics.py | 817 # These set up the barycentric coordinates for a particular interpolation. 829 def barycentric(name, dst_comp, src_comp=[]): function 834 barycentric("pixel", 2) 835 barycentric("centroid", 2) 836 barycentric("sample", 2) 837 barycentric("model", 3) 839 barycentric("at_sample", 2, [1]) 841 barycentric("at_offset", 2, [2])
|
| H A D | nir_lower_io.c | 252 nir_ssa_def *barycentric = NULL; local in function:emit_load 276 barycentric = nir_load_barycentric(&state->builder, bary_op, 328 } else if (barycentric) { 329 load->src[0] = nir_src_for_ssa(barycentric);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.0.3.rst | 74 - i965: Use sample barycentric coordinates with per sample shading
|
| H A D | 20.0.0.rst | 1312 - intel/fs/gen6: Constrain barycentric source of LINTERP during bank 1320 - intel/fs: Introduce barycentric layout lowering pass. 3223 - compiler: add PERSP to the existing barycentric system values
|
Completed in 13 milliseconds