/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/ |
D | prefix.h | 176 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 = (ii * RS_WORKGROUP_SUBGROUPS) + gl_SubgroupID; in rs_prefix() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | indexerWithTuple.js | 8 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; 53 var ele13 = strNumTuple[idx0]; // string | number 63 var eleUnion13 = unionTuple1[idx0]; // string | number 70 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
|
D | indexerWithTuple.types | 29 var idx0 = 0; 30 >idx0 : number 55 var ele13 = strNumTuple[idx0]; // string | number 57 >strNumTuple[idx0] : string | number 59 >idx0 : number 116 var eleUnion13 = unionTuple1[idx0]; // string | number 118 >unionTuple1[idx0] : string | number 120 >idx0 : number 158 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean 160 >unionTuple2[idx0] : string | number | boolean [all …]
|
D | indexerWithTuple.symbols | 15 var idx0 = 0; 16 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3)) 35 var ele13 = strNumTuple[idx0]; // string | number 38 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3)) 82 var eleUnion13 = unionTuple1[idx0]; // string | number 85 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3)) 116 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean 119 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3))
|
D | indexerWithTuple.errors.txt | 16 var idx0 = 0; 23 var ele13 = strNumTuple[idx0]; // string | number 40 var eleUnion13 = unionTuple1[idx0]; // string | number 50 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | indexerWithTuple.ts | 7 var idx0 = 0; variable 12 var ele13 = strNumTuple[idx0]; // string | number variable 23 var eleUnion13 = unionTuple1[idx0]; // string | number variable 31 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_ll.ll | 3 i32 0, label %idx0 8 idx0: 28 i32 0, label %idx0 33 idx0: 57 i32 0, label %idx0 66 idx0: 106 i32 0, label %idx0 123 idx0: 195 i32 0, label %idx0 200 idx0: [all …]
|
/third_party/openh264/codec/common/inc/ |
D | msa_macros.h | 257 #define MSA_ST_H2(in, idx0, idx1, pdst, stride) \ argument 260 out0_m = __msa_copy_u_h((v8i16) in, idx0); \ 265 #define MSA_ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument 268 out0_m = __msa_copy_u_h((v8i16) in, idx0); \ 277 #define MSA_ST_H8(in, idx0, idx1, idx2, idx3, idx4, idx5, \ argument 280 MSA_ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \ 298 #define MSA_ST_W2(in, idx0, idx1, pdst, stride) \ argument 301 out0_m = __msa_copy_u_w((v4i32) in, idx0); \ 306 #define MSA_ST_W4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument 309 out0_m = __msa_copy_u_w((v4i32) in, idx0); \ [all …]
|
/third_party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 1163 float idx0 = undec_weight_ref[tix]; in recompute_ideal_colors_1plane() local 1165 float om_idx0 = 1.0f - idx0; in recompute_ideal_colors_1plane() 1166 wmin1 = astc::min(idx0, wmin1); in recompute_ideal_colors_1plane() 1167 wmax1 = astc::max(idx0, wmax1); in recompute_ideal_colors_1plane() 1174 middle_sum_s += om_idx0 * idx0; in recompute_ideal_colors_1plane() 1175 right_sum_s += idx0 * idx0; in recompute_ideal_colors_1plane() 1176 weight_weight_sum_s += idx0; in recompute_ideal_colors_1plane() 1178 vfloat4 color_idx(idx0); in recompute_ideal_colors_1plane() 1185 scale_vec += vfloat2(om_idx0, idx0) * (scale * ls_weight); in recompute_ideal_colors_1plane() 1389 float idx0 = undec_weight_plane1_ref[j]; in recompute_ideal_colors_2planes() local [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 194 int idx0 = Collation.indexFromCE32(ce32); in compare() local 198 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare() 212 int idx0 = Collation.indexFromCE32(ce32); in compare() local 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/ |
D | TailoredSet.java | 196 int idx0 = Collation.indexFromCE32(ce32); in compare() local 200 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare() 214 int idx0 = Collation.indexFromCE32(ce32); in compare() local 218 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) { in compare()
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 413 #define ST_H2(in, idx0, idx1, pdst, stride) \ argument 416 out0_m = __msa_copy_u_h((v8i16) in, idx0); \ 421 #define ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument 424 out0_m = __msa_copy_u_h((v8i16) in, idx0); \ 433 #define ST_H8(in, idx0, idx1, idx2, idx3, idx4, idx5, \ argument 436 ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \ 454 #define ST_W2(in, idx0, idx1, pdst, stride) \ argument 457 out0_m = __msa_copy_u_w((v4i32) in, idx0); \ 462 #define ST_W4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument 465 out0_m = __msa_copy_u_w((v4i32) in, idx0); \ [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevcpred_msa.c | 934 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_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_32width_msa() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/variable_pointer/dynamic_offset/ |
D | select_descriptor_array.amber | 105 %idx0 = OpLoad %int %idx0_ptr 110 %idx0_zero = OpIEqual %bool %idx0 %int_0
|
/third_party/ffmpeg/libavfilter/ |
D | avf_concat.c | 78 unsigned type, nb_str, idx0 = 0, idx, str, seg; in query_formats() local 86 idx = idx0; in query_formats() 114 idx0++; in query_formats()
|
/third_party/lwip/src/include/lwip/ |
D | ip6_addr.h | 75 #define IP6_ADDR(ip6addr, idx0, idx1, idx2, idx3) do { \ argument 76 (ip6addr)->addr[0] = idx0; \
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | msa_macro.h | 394 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) do { \ argument 396 const uint32_t out0_m = __msa_copy_s_w((v4i32)in0, idx0); \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 1596 for (deUint32 idx0 = 0; idx0 < 4; ++idx0) in addCompute16bitStorageUniform16To32ChainAccessGroup() local 1600 indices.push_back(tcu::UVec4(idx0, idx1, idx2, idx3)); in addCompute16bitStorageUniform16To32ChainAccessGroup()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_alu.cpp | 1862 int idx0 = 0; in emit_alu_op2() local 1866 std::swap(idx0, idx1); in emit_alu_op2()
|
/third_party/node/deps/simdutf/ |
D | simdutf.cpp | 16255 template <unsigned idx0, unsigned idx1, unsigned idx2, unsigned idx3> 16257 static_assert((idx0 >= 0 && idx0 <= 3), "idx0 must be in range 0..3"); in shuffle_epi128() 16262 constexpr unsigned shuffle = idx0 | (idx1 << 2) | (idx2 << 4) | (idx3 << 6); in shuffle_epi128()
|