Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h132 #define BIR_SRC_COUNT 4 macro
269 unsigned src[BIR_SRC_COUNT];
286 bool src_abs[BIR_SRC_COUNT];
287 bool src_neg[BIR_SRC_COUNT];
299 nir_alu_type src_types[BIR_SRC_COUNT];
308 uint8_t swizzle[BIR_SRC_COUNT][NIR_MAX_VEC_COMPONENTS];
Dbi_print.c335 if (s < BIR_SRC_COUNT) in bi_print_instruction()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c400 bit_t srcs[BIR_SRC_COUNT] = { 0 }; in bit_step()