Searched refs:pos_xy (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp_blit.c | 752 nir_ssa_def *pos_xy = nir_channels(b, pos, 0x3); local in function:blorp_nir_manual_blend_bilinear 759 pos_xy = nir_fmul(b, pos_xy, scale); 763 pos_xy = nir_fadd(b, pos_xy, nir_imm_float(b, -0.5)); 767 pos_xy = nir_fmin(b, nir_fmax(b, pos_xy, nir_imm_float(b, 0.0)), 774 nir_ssa_def *frac_xy = nir_ffract(b, pos_xy); 776 pos_xy = nir_fdiv(b, nir_ftrunc(b, pos_xy), scal [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_blit.c | 725 nir_ssa_def *pos_xy = nir_channels(b, pos, 0x3); local in function:blorp_nir_manual_blend_bilinear 732 pos_xy = nir_fmul(b, pos_xy, scale); 736 pos_xy = nir_fadd(b, pos_xy, nir_imm_float(b, -0.5)); 740 pos_xy = nir_fmin(b, nir_fmax(b, pos_xy, nir_imm_float(b, 0.0)), 747 nir_ssa_def *frac_xy = nir_ffract(b, pos_xy); 749 pos_xy = nir_fdiv(b, nir_ftrunc(b, pos_xy), scal [all...] |
Completed in 5 milliseconds