Home
last modified time | relevance | path

Searched refs:mode_index (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c1014 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()
[all …]
/third_party/astc-encoder/Source/
Dastcenc_block_sizes.cpp975 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()
Dastcenc_compress_symbolic.cpp613 workscb.block_mode = qw_bm.mode_index; in compress_symbolic_block_for_partition_1plane()
952 workscb.block_mode = qw_bm.mode_index; in compress_symbolic_block_for_partition_2planes()
Dastcenc_internal.h601 uint16_t mode_index; member
/third_party/ffmpeg/libavcodec/
Dvp9block.c1004 #define DECODE_Y_COEF_LOOP(step, mode_index, v) \ in decode_coeffs() argument
1007 enum TxfmType txtp = ff_vp9_intra_txfm_type[b->mode[mode_index]]; \ in decode_coeffs()