Searched refs:b_size (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-utils.c | 141 int a_size, r_size, g_size, b_size; local in function:pixman_expand_to_float 157 b_size = PIXMAN_FORMAT_B (format); 162 b_shift = 8 - b_size; 167 b_mask = ((1 << b_size) - 1); 172 b_mul = multipliers[b_size];
|
| H A D | pixman-bits-image.c | 1146 int b_size = PIXMAN_FORMAT_B (format); local in function:dither_apply_ordered 1151 float b_scale = dither_compute_scale (b_size);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_large_constants.c | 51 uint32_t b_size = b->constant_data_size; local in function:var_info_cmp 55 } else if (a_size < b_size) { 57 } else if (a_size > b_size) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_insert_NOPs.cpp | 201 regs_intersect(PhysReg a_reg, unsigned a_size, PhysReg b_reg, unsigned b_size) argument 203 return a_reg > b_reg ? (a_reg - b_reg < b_size) : (b_reg - a_reg < a_size);
|
| H A D | aco_lower_to_hw_instr.cpp | 1010 get_intersection_mask(int a_start, int a_size, int b_start, int b_size) argument 1013 int intersection_end = MAX2(b_start + b_size - a_start, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 607 unsigned b_size = ac_get_llvm_num_components(b); local in function:ac_build_concat 609 LLVMValueRef *elems = alloca((a_size + b_size) * sizeof(LLVMValueRef)); 612 for (unsigned i = 0; i < b_size; i++) 615 return ac_build_gather_values(ctx, elems, a_size + b_size);
|
Completed in 17 milliseconds