Searched refs:bi_negzero (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_mod_props.c | 410 I->src[1] = bi_negzero(); in bi_lower_opt_instruction()
|
D | bifrost_compile.c | 2068 bi_index scale = bi_fma_rscale_f32(b, s0, log2_base, bi_negzero(), in bi_fexp_32() 2180 bi_index e2_over_2 = bi_fma_rscale_f32(b, e, e, bi_negzero(), in bi_lower_fsincos_32() 2186 bi_negzero()); in bi_lower_fsincos_32() 2530 bi_fma_to(b, sz, dst, s0, s1, bi_negzero()); in bi_emit_alu() 3139 bi_imm_f32(1.0f / max_lod), bi_negzero()); in bi_emit_texc_lod_88() 3144 bi_negzero()); in bi_emit_texc_lod_88() 3296 bi_index fma1 = bi_fma_f32(b, rcp, bi_imm_f32(0.5f), bi_negzero()); in bi_emit_cube_coord()
|
D | compiler.h | 250 bi_negzero() in bi_negzero() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 448 - pan/bi: Add and use bi_negzero helper
|