Searched refs:mode_index (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 1014 unsigned mode_index = mode_to_index(mode); in check_for_aliasing() local 1017 list_for_each_entry_from(struct entry, next, first, &ctx->entries[mode_index], head) { in check_for_aliasing() 1027 list_for_each_entry_from_rev(struct entry, prev, second, &ctx->entries[mode_index], head) { in check_for_aliasing() 1420 unsigned mode_index = u_bit_scan(&modes); in handle_barrier() local 1421 if ((1 << mode_index) == nir_var_mem_global) { in handle_barrier() 1423 assert(list_is_empty(&ctx->entries[mode_index])); in handle_barrier() 1424 assert(ctx->loads[mode_index] == NULL); in handle_barrier() 1425 assert(ctx->stores[mode_index] == NULL); in handle_barrier() 1430 *progress |= vectorize_entries(ctx, impl, ctx->loads[mode_index]); in handle_barrier() 1432 *progress |= vectorize_entries(ctx, impl, ctx->stores[mode_index]); in handle_barrier() 1472 unsigned mode_index = mode_to_index(mode); process_block() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_block_sizes.cpp | 962 bm.mode_index = static_cast<uint16_t>(i); in construct_block_size_descriptor_2d() 1179 bsd.block_modes[packed_idx].mode_index = static_cast<uint16_t>(i); in construct_block_size_descriptor_3d()
|
H A D | astcenc_internal.h | 430 uint16_t mode_index; member
|
H A D | astcenc_compress_symbolic.cpp | 822 workscb.block_mode = qw_bm.mode_index; in compress_symbolic_block_for_partition_1plane() 1163 workscb.block_mode = qw_bm.mode_index; in compress_symbolic_block_for_partition_2planes()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 1002 #define DECODE_Y_COEF_LOOP(step, mode_index, v) \ in decode_coeffs() 1005 enum TxfmType txtp = ff_vp9_intra_txfm_type[b->mode[mode_index]]; \ in decode_coeffs()
|
Completed in 13 milliseconds