| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_bptc_tmp.h | 356 int bit_offset, 370 extract_bits(block, bit_offset, mode->n_color_bits); 371 bit_offset += mode->n_color_bits; 381 extract_bits(block, bit_offset, mode->n_alpha_bits); 382 bit_offset += mode->n_alpha_bits; 399 pbit = extract_bits(block, bit_offset, 1); 400 bit_offset += 1; 410 pbit = extract_bits(block, bit_offset, 1); 411 bit_offset += 1; 443 return bit_offset; 354 extract_unorm_endpoints(const struct bptc_unorm_mode * mode,const uint8_t * block,int bit_offset,uint8_t endpoints[][4]) argument 541 int bit_offset, secondary_bit_offset; local in function:fetch_rgba_unorm_from_block 664 int bit_offset, secondary_bit_offset; local in function:decompress_rgba_unorm_block 881 extract_float_endpoints(const struct bptc_float_mode * mode,const uint8_t * block,int bit_offset,int32_t endpoints[][3],bool is_signed) argument 974 int bit_offset; local in function:fetch_rgb_float_from_block 1056 int bit_offset; local in function:decompress_rgb_float_block [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_bptc_tmp.h | 356 int bit_offset, 370 extract_bits(block, bit_offset, mode->n_color_bits); 371 bit_offset += mode->n_color_bits; 381 extract_bits(block, bit_offset, mode->n_alpha_bits); 382 bit_offset += mode->n_alpha_bits; 399 pbit = extract_bits(block, bit_offset, 1); 400 bit_offset += 1; 410 pbit = extract_bits(block, bit_offset, 1); 411 bit_offset += 1; 443 return bit_offset; 354 extract_unorm_endpoints(const struct bptc_unorm_mode * mode,const uint8_t * block,int bit_offset,uint8_t endpoints[][4]) argument 541 int bit_offset, secondary_bit_offset; local in function:fetch_rgba_unorm_from_block 663 int bit_offset_head, bit_offset, secondary_bit_offset; local in function:decompress_rgba_unorm_block 876 extract_float_endpoints(const struct bptc_float_mode * mode,const uint8_t * block,int bit_offset,int32_t endpoints[][3],bool is_signed) argument 969 int bit_offset; local in function:fetch_rgb_float_from_block 1051 int bit_offset_head, bit_offset; local in function:decompress_rgb_float_block [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 764 uint32_t bit_offset = 0; local in function:get_color_clear_pipeline_cache_key 767 bit_offset += 2; 769 key |= ((uint64_t) format) << bit_offset; 770 bit_offset += 32; 772 key |= ((uint64_t) samples) << bit_offset; 773 bit_offset += 4; 775 key |= ((uint64_t) components) << bit_offset; 776 bit_offset += 4; 778 key |= (is_layered ? 1ull : 0ull) << bit_offset; 779 bit_offset 792 uint32_t bit_offset = 0; local in function:get_depth_clear_pipeline_cache_key [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 748 unsigned bit_offset = 0; local in function:ppir_disassemble_instr 757 bitcopy(instr_code, code, bits, bit_offset); 766 bit_offset += bits;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 788 unsigned bit_offset = 0; local in function:ppir_disassemble_instr 797 bitcopy(instr_code, code, bits, bit_offset); 806 bit_offset += bits;
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 4906 GLint bit_offset; local in function:fill_image 4920 bit_offset = (psm->unpack_skip_pixels * components) % 8; 4924 current_bit = iter[0] & (1 << bit_offset); 4926 current_bit = iter[0] & (1 << (7 - bit_offset)); 4937 bit_offset++; 4938 if (bit_offset == 8) { 4939 bit_offset = 0; 5169 GLint bit_offset; local in function:empty_image 5183 bit_offset = (psm->pack_skip_pixels * components) % 8; 5197 *iter |= (1 << bit_offset); [all...] |