Home
last modified time | relevance | path

Searched refs:lane_id (Results 1 – 18 of 18) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp66 vint lane_id = vint::lane_id(); in compute_partition_averages_rgb() local
71 vmask lane_mask = lane_id < vint(texel_count); in compute_partition_averages_rgb()
72 lane_id += vint(ASTCENC_SIMD_WIDTH); in compute_partition_averages_rgb()
102 vint lane_id = vint::lane_id(); in compute_partition_averages_rgb() local
107 vmask lane_mask = lane_id < vint(texel_count); in compute_partition_averages_rgb()
108 lane_id += vint(ASTCENC_SIMD_WIDTH); in compute_partition_averages_rgb()
147 vint lane_id = vint::lane_id(); in compute_partition_averages_rgb() local
152 vmask lane_mask = lane_id < vint(texel_count); in compute_partition_averages_rgb()
153 lane_id += vint(ASTCENC_SIMD_WIDTH); in compute_partition_averages_rgb()
237 vint lane_id = vint::lane_id(); in compute_partition_averages_rgba() local
[all …]
Dastcenc_decompress_symbolic.cpp289 vmask4 plane2_mask = vint4::lane_id() == vint4(plane2_component); in decompress_symbolic_block()
352 vmask4 plane2_mask = vint4::lane_id() == vint4(scb.plane2_component); in compute_symbolic_block_difference_2plane()
564 vint lane_id = vint::lane_id(); in compute_symbolic_block_difference_1plane_1partition() local
618 vmask mask = lane_id < vint(texel_count); in compute_symbolic_block_difference_1plane_1partition()
619 lane_id += vint(ASTCENC_SIMD_WIDTH); in compute_symbolic_block_difference_1plane_1partition()
Dastcenc_ideal_endpoints_and_weights.cpp75 vmask4 sep_mask = vint4::lane_id() == vint4(component); in compute_ideal_colors_and_weights_1_comp()
196 vmask4 comp1_mask = vint4::lane_id() == vint4(component1); in compute_ideal_colors_and_weights_2_comp()
197 vmask4 comp2_mask = vint4::lane_id() == vint4(component2); in compute_ideal_colors_and_weights_2_comp()
1381 vmask4 p2_mask = vint4::lane_id() == vint4(plane2_component); in recompute_ideal_colors_2planes()
1453 vmask4 p1_mask = vint4::lane_id() != vint4(plane2_component); in recompute_ideal_colors_2planes()
1486 vmask4 p1_mask = vint4::lane_id() != vint4(plane2_component); in recompute_ideal_colors_2planes()
Dastcenc_weight_align.cpp177 vfloat rcp_stepsize = vfloat::lane_id() + vfloat(1.0f); in compute_lowest_and_highest_weight()
375 vfloat rcp_stepsize = vfloat::lane_id() + vfloat(1.0f); in compute_lowest_and_highest_weight_lwc()
Dastcenc_compress_symbolic.cpp46 vmask4 sep_mask = vint4::lane_id() == vint4(component_plane2); in merge_endpoints()
86 vmask4 plane_mask = vint4::lane_id() == vint4(plane2_component); in realign_weights_undecimated()
213 vmask4 plane_mask = vint4::lane_id() == vint4(plane2_component); in realign_weights_decimated()
792 vmask4 err_mask = vint4::lane_id() == vint4(plane2_component); in compress_symbolic_block_for_partition_2planes()
Dastcenc_vecmathlib_neon_4.h139 static ASTCENC_SIMD_INLINE vfloat4 lane_id() in lane_id() function
284 static ASTCENC_SIMD_INLINE vint4 lane_id() in lane_id() function
Dastcenc_vecmathlib_avx2_8.h134 static ASTCENC_SIMD_INLINE vfloat8 lane_id() in lane_id() function
251 static ASTCENC_SIMD_INLINE vint8 lane_id() in lane_id() function
Dastcenc_vecmathlib_sse_4.h147 static ASTCENC_SIMD_INLINE vfloat4 lane_id() in lane_id() function
306 static ASTCENC_SIMD_INLINE vint4 lane_id() in lane_id() function
Dastcenc_vecmathlib_none_4.h145 static ASTCENC_SIMD_INLINE vfloat4 lane_id() in lane_id() function
289 static ASTCENC_SIMD_INLINE vint4 lane_id() in lane_id() function
Dastcenc_pick_best_endpoint_format.cpp123 vint lane_ids = vint::lane_id(); in compute_error_squared_rgb_single_partition()
1330 vint lane_ids = vint::lane_id() + vint(start_block_mode); in compute_ideal_endpoint_formats()
Dastcenc_internal.h996 vmask4 lane_mask = vint4::lane_id() == vint4(channel); in is_constant_channel()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dtest-validate-fau.cpp55 lane_id = bi_fau(BIR_FAU_LANE_ID, false); in ValidateFau()
64 bi_index zero, imm1, imm2, unif, unif_hi, unif2, core_id, lane_id; member in ValidateFau
95 INVALID(bi_fma_f32_to(b, bi_register(1), bi_register(2), unif_hi, lane_id)); in TEST_F()
102 lane_id)); in TEST_F()
105 INVALID(bi_fma_f32_to(b, bi_register(1), bi_register(2), lane_id, in TEST_F()
Dnegative-cases.txt25 # An instruction may access no more than a single special immediate (e.g. lane_id).
26 IADD.u32 r0, lane_id, core_id
27 IADD.u32 r0, lane_id, core_id
Dassembler-cases.txt5 e2 00 00 00 00 c1 91 06 MOV.i32 r1, lane_id.w0
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp366 vfloat4 a = vfloat4::lane_id(); in TEST()
1256 vint4 a = vint4::lane_id(); in TEST()
1998 vfloat8 a = vfloat8::lane_id(); in TEST()
2724 vint8 a = vint8::lane_id(); in TEST()
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c236 nir_ssa_def *lane_id = nir_load_subgroup_invocation(b); in summarize_repack() local
237 nir_ssa_def *shift = nir_iadd_imm(b, nir_imul_imm(b, lane_id, -4u), num_lds_dwords * 16); in summarize_repack()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2212 bi_index lane_id = bi_fau(BIR_FAU_LANE_ID, false); in bi_clper_xor() local
2213 bi_index lane = bi_lshift_xor_i32(b, lane_id, s1, bi_imm_u8(0)); in bi_clper_xor()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7844 Temp lane_id = emit_mbcnt(ctx, bld.tmp(v1)); in emit_boolean_reduce() local
7846 Operand::c32(~uint32_t(cluster_size - 1)), lane_id); in emit_boolean_reduce()