Home
last modified time | relevance | path

Searched refs:ptn_channel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_to_nir.c68 #define ptn_channel(b, src, ch) nir_channel(b, src, SWIZZLE_##ch) macro
207 nir_def *srcx = ptn_channel(b, src[0], X); in ptn_exp()
224 nir_def *abs_srcx = nir_fabs(b, ptn_channel(b, src[0], X)); in ptn_log()
243 nir_fmul(b, ptn_channel(b, src[0], Y), in ptn_dst()
244 ptn_channel(b, src[1], Y)), in ptn_dst()
245 ptn_channel(b, src[0], Z), in ptn_dst()
246 ptn_channel(b, src[1], W)); in ptn_dst()
258 nir_def *src0_y = ptn_channel(b, src[0], Y); in ptn_lit()
259 nir_def *wclamp = nir_fmax(b, nir_fmin(b, ptn_channel(b, src[0], W), in ptn_lit()
265 nir_def *z = nir_bcsel(b, nir_fle_imm(b, ptn_channel(b, src[0], X), 0.0), in ptn_lit()
[all …]
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv58081[email protected],"nir: In prog->nir, don't wrap dot products with ptn_channel(..., X)."