Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbit.h55 struct bit_state { struct
68 bit_step(struct bit_state *s, bi_instruction *ins, bool FMA); argument
Dbi_interpret.c48 bit_read(struct bit_state *s, bi_instruction *ins, unsigned index, nir_alu_type T, bool FMA) in bit_read()
75 bit_write(struct bit_state *s, unsigned index, nir_alu_type T, bit_t value, bool FMA) in bit_write()
397 bit_step(struct bit_state *s, bi_instruction *ins, bool FMA) in bit_step()
Dbi_test_pack.c41 struct bit_state s = { 0 }; in bit_test_single()