Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_opt_compact_constants.c22 BITSET_WORD *src_float = calloc(ctx->alloc, sizeof(BITSET_WORD)); in agx_opt_compact_constants() local
30 BITSET_SET(src_float, I->src[s].value); in agx_opt_compact_constants()
40 if (BITSET_TEST(src_float, v) && !BITSET_TEST(src_other, v)) { in agx_opt_compact_constants()
60 free(src_float); in agx_opt_compact_constants()