Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/
H A Dprefix.h176 const uint32_t idx0 = (ii * RS_WORKGROUP_SIZE) + gl_LocalInvocationID.x; in rs_prefix()
179 const uint32_t h0_red = RS_PREFIX_SWEEP0(idx0); in rs_prefix()
182 RS_PREFIX_SWEEP0(idx0) = h0_inc - h0_red; in rs_prefix()
222 const uint32_t idx0 = (ii * RS_WORKGROUP_SIZE) + gl_LocalInvocationID.x; in rs_prefix()
225 const uint32_t h0_red = RS_PREFIX_SWEEP0(idx0); in rs_prefix()
228 RS_PREFIX_SWEEP0(idx0) = h0_inc - h0_red; in rs_prefix()
293 const uint32_t idx0 = (ii * RS_WORKGROUP_SUBGROUPS) + gl_SubgroupID; in rs_prefix()
297 RS_PREFIX_STORE(ii * RS_WORKGROUP_SIZE) = h_exc[ii] + RS_PREFIX_SWEEP0(idx0); in rs_prefix()
301 RS_PREFIX_STORE(ii * RS_WORKGROUP_SIZE) = h_exc + RS_PREFIX_SWEEP0(idx0); in rs_prefix()
309 const uint32_t idx0 in rs_prefix()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DindexerWithTuple.js8 var idx0 = 0; variable
13 var ele13 = strNumTuple[idx0]; // string | number
24 var eleUnion13 = unionTuple1[idx0]; // string | number
32 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
48 var idx0 = 0; variable
53 var ele13 = strNumTuple[idx0]; // string | number
63 var eleUnion13 = unionTuple1[idx0]; // string | number
70 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp1304 float idx0 = undec_weight_ref[tix];
1306 float om_idx0 = 1.0f - idx0;
1307 wmin1 = astc::min(idx0, wmin1);
1308 wmax1 = astc::max(idx0, wmax1);
1315 middle_sum_s += om_idx0 * idx0;
1316 right_sum_s += idx0 * idx0;
1317 weight_weight_sum_s += idx0;
1319 vfloat4 color_idx(idx0);
1326 scale_vec += vfloat2(om_idx0, idx0) * (scal
[all...]
/third_party/ffmpeg/libavutil/mips/
H A Dgeneric_macros_msa.h399 * Details : Stores half word 'idx0' from 'in' to (pdst)
409 #define ST_H2(in, idx0, idx1, pdst, stride) \
412 out0_m = __msa_copy_u_h((v8i16) in, idx0); \
417 #define ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \
420 out0_m = __msa_copy_u_h((v8i16) in, idx0); \
429 #define ST_H8(in, idx0, idx1, idx2, idx3, idx4, idx5, \
432 ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \
440 * Details : Stores word 'idx0' from 'in' to (pdst)
450 #define ST_W2(in, idx0, idx1, pdst, stride) \
453 out0_m = __msa_copy_u_w((v4i32) in, idx0); \
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DTailoredSet.java194 int idx0 = Collation.indexFromCE32(ce32); in compare()
198 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare()
212 int idx0 = Collation.indexFromCE32(ce32); in compare()
216 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) { in compare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DTailoredSet.java196 int idx0 = Collation.indexFromCE32(ce32); in compare()
200 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare()
214 int idx0 = Collation.indexFromCE32(ce32); in compare()
218 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) { in compare()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c934 int32_t h_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_4width_msa() local
965 idx0 = angle_loop >> 5; in hevc_intra_pred_angular_upper_4width_msa()
980 top0 = LD_SB(ref + idx0 + 1); in hevc_intra_pred_angular_upper_4width_msa()
1027 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_8width_msa() local
1062 idx0 = (angle_loop) >> 5; in hevc_intra_pred_angular_upper_8width_msa()
1078 top0 = LD_SB(ref + idx0 + 1); in hevc_intra_pred_angular_upper_8width_msa()
1121 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_16width_msa() local
1160 idx0 = (angle_loop) >> 5; in hevc_intra_pred_angular_upper_16width_msa()
1176 LD_UB2(ref + idx0 + 1, 16, top0, top1); in hevc_intra_pred_angular_upper_16width_msa()
1235 int32_t h_cnt, v_cnt, idx0, fact_val in hevc_intra_pred_angular_upper_32width_msa() local
1349 int32_t h_cnt, idx0, fact_val0, idx1, fact_val1; hevc_intra_pred_angular_lower_4width_msa() local
1448 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; hevc_intra_pred_angular_lower_8width_msa() local
1543 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; hevc_intra_pred_angular_lower_16width_msa() local
1659 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1, tmp0; hevc_intra_pred_angular_lower_32width_msa() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_concat.c77 unsigned type, nb_str, idx0 = 0, idx, str, seg; in query_formats() local
85 idx = idx0; in query_formats()
113 idx0++; in query_formats()
/third_party/lwip/src/include/lwip/
H A Dip6_addr.h75 #define IP6_ADDR(ip6addr, idx0, idx1, idx2, idx3) do { \
76 (ip6addr)->addr[0] = idx0; \
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp8_lpf_lsx.c234 #define ST_W4(in, idx0, idx1, idx2, idx3, pdst, stride) \
236 __lsx_vstelm_w(in, pdst, 0, idx0); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dmsa_macro.h394 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) do { \
396 const uint32_t out0_m = __msa_copy_s_w((v4i32)in0, idx0); \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1596 for (deUint32 idx0 = 0; idx0 < 4; ++idx0) in addCompute16bitStorageUniform16To32ChainAccessGroup()
1600 indices.push_back(tcu::UVec4(idx0, idx1, idx2, idx3)); in addCompute16bitStorageUniform16To32ChainAccessGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1596 for (deUint32 idx0 = 0; idx0 < 4; ++idx0) in addCompute16bitStorageUniform16To32ChainAccessGroup()
1600 indices.push_back(tcu::UVec4(idx0, idx1, idx2, idx3)); in addCompute16bitStorageUniform16To32ChainAccessGroup()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp1862 int idx0 = 0; in emit_alu_op2() local
1866 std::swap(idx0, idx1); in emit_alu_op2()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp18266 template <unsigned idx0, unsigned idx1, unsigned idx2, unsigned idx3>
18268 static_assert((idx0 >= 0 && idx0 <= 3), "idx0 must be in range 0..3");
18273 constexpr unsigned shuffle = idx0 | (idx1 << 2) | (idx2 << 4) | (idx3 << 6);
[all...]

Completed in 74 milliseconds