Searched defs:bit_sizes (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_intrinsics.py | 46 indices, flags, sysval, bit_sizes): argument 119 flags=[], sysval=False, bit_sizes=[]): argument 690 def system_value(name, dest_comp, indices=[], bit_sizes=[32]): argument
|
D | nir_validate.c | 149 unsigned bit_sizes, unsigned num_components) in validate_reg_src() 192 unsigned bit_sizes, unsigned num_components) in validate_ssa_src() 221 unsigned bit_sizes, unsigned num_components) in validate_src() 255 unsigned bit_sizes, unsigned num_components) in validate_reg_dest() 323 unsigned bit_sizes, unsigned num_components) in validate_dest() 810 unsigned bit_sizes = info->dest_bit_sizes; in validate_intrinsic_instr() local
|
/third_party/ffmpeg/libavcodec/ |
D | ra144enc.c | 431 static const uint8_t bit_sizes[LPC_ORDER] = {6, 5, 5, 4, 4, 3, 3, 3, 3, 2}; in ra144_encode_frame() local
|