/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 22 var eleUnion13 = unionTuple1[idx0]; // string | number 30 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean 41 var idx0 = 0; 46 var ele13 = strNumTuple[idx0]; // string | number 55 var eleUnion13 = unionTuple1[idx0]; // string | number 62 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 109 var eleUnion13 = unionTuple1[idx0]; // string | number 111 >unionTuple1[idx0] : string | number 113 >idx0 : number 151 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean 153 >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)) 78 var eleUnion13 = unionTuple1[idx0]; // string | number 81 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3)) 112 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean 115 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3))
|
D | indexerWithTuple.errors.txt | 14 var idx0 = 0; 21 var ele13 = strNumTuple[idx0]; // string | number 34 var eleUnion13 = unionTuple1[idx0]; // string | number 44 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 21 var eleUnion13 = unionTuple1[idx0]; // string | number variable 29 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/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afwarp.c | 81 FT_Int idx_min, idx_max, idx0; in af_warper_compute_line_best() local 89 idx0 = xx1 - warper->t1; in af_warper_compute_line_best() 123 FT_Pos y = y0 + ( idx_min - idx0 ); in af_warper_compute_line_best() 140 AF_WarpScore distort = base_distort + ( idx - idx0 ); in af_warper_compute_line_best() 150 warper->best_delta = delta + ( idx - idx0 ); in af_warper_compute_line_best()
|
/third_party/iowow/src/utils/ |
D | iwconv.c | 47 uint8_t idx0, idx1; in iwhex2bin() local 50 idx0 = '0'; // add '0' prefix in iwhex2bin() 54 idx0 = hex[pos]; in iwhex2bin() 58 out[vpos++] = (uint8_t) (ascii2hex[idx0] << 4) | ascii2hex[idx1]; in iwhex2bin()
|
/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/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/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/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_single_store_elim_pass.h | 99 bool Dominates(ir::BasicBlock* blk0, uint32_t idx0,
|
D | local_single_store_elim_pass.cpp | 251 ir::BasicBlock* blk0, uint32_t idx0, in Dominates() argument 254 return idx0 <= idx1; in Dominates()
|
/third_party/flutter/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/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_no_buildgn/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/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()
|