Home
last modified time | relevance | path

Searched refs:baseIndex (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java283 int baseIndex; in _put() local
286 baseIndex = lastIndex; in _put()
288 baseIndex = _findIndex(codepoint); in _put()
290 int limitIndex = baseIndex + 1; in _put()
292 if (areEqual(values[baseIndex], value)) return this; in _put()
296 if (errorOnReset && values[baseIndex] != null) { in _put()
298 + " when that is disallowed. Old: " + values[baseIndex] + "; New: " + value); in _put()
305 int baseCP = transitions[baseIndex]; in _put()
314 baseIndex != 0 && areEqual(value, values[baseIndex-1]); in _put()
319 baseIndex < length - 2 && areEqual(value, values[limitIndex]); // was -1 in _put()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DUnicodeMap.java286 int baseIndex; in _put() local
289 baseIndex = lastIndex; in _put()
291 baseIndex = _findIndex(codepoint); in _put()
293 int limitIndex = baseIndex + 1; in _put()
295 if (areEqual(values[baseIndex], value)) return this; in _put()
299 if (errorOnReset && values[baseIndex] != null) { in _put()
301 + " when that is disallowed. Old: " + values[baseIndex] + "; New: " + value); in _put()
308 int baseCP = transitions[baseIndex]; in _put()
317 baseIndex != 0 && areEqual(value, values[baseIndex-1]); in _put()
322 baseIndex < length - 2 && areEqual(value, values[limitIndex]); // was -1 in _put()
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/
D0.spvasm.expected.hlsl24 int baseIndex = 0;
29 baseIndex = 0;
31 const int x_167 = baseIndex;
38 const int x_174 = tree_1[baseIndex].data;
40 const int x_181 = tree_1[baseIndex].leftIndex;
42 const int x_186 = baseIndex;
54 const int x_198 = tree_1[baseIndex].leftIndex;
55 baseIndex = x_198;
60 const int x_201 = tree_1[baseIndex].rightIndex;
62 const int x_206 = baseIndex;
[all …]
D1.spvasm.expected.hlsl25 int baseIndex = 0;
30 baseIndex = 0;
32 const int x_178 = baseIndex;
39 const int x_185 = tree_1[baseIndex].data;
41 const int x_192 = tree_1[baseIndex].leftIndex;
43 const int x_197 = baseIndex;
55 const int x_209 = tree_1[baseIndex].leftIndex;
56 baseIndex = x_209;
61 const int x_212 = tree_1[baseIndex].rightIndex;
63 const int x_217 = baseIndex;
[all …]
D0.wgsl.expected.hlsl33 int baseIndex = 0;
38 baseIndex = 0;
40 const int x_167 = baseIndex;
47 const int x_174 = tree_1[baseIndex].data;
49 const int x_181 = tree_1[baseIndex].leftIndex;
51 const int x_186 = baseIndex;
63 const int x_198 = tree_1[baseIndex].leftIndex;
64 baseIndex = x_198;
69 const int x_201 = tree_1[baseIndex].rightIndex;
71 const int x_206 = baseIndex;
[all …]
D1.wgsl.expected.hlsl34 int baseIndex = 0;
39 baseIndex = 0;
41 const int x_178 = baseIndex;
48 const int x_185 = tree_1[baseIndex].data;
50 const int x_192 = tree_1[baseIndex].leftIndex;
52 const int x_197 = baseIndex;
64 const int x_209 = tree_1[baseIndex].leftIndex;
65 baseIndex = x_209;
70 const int x_212 = tree_1[baseIndex].rightIndex;
72 const int x_217 = baseIndex;
[all …]
D0.wgsl20 var baseIndex : i32;
25 baseIndex = 0;
27 let x_167 : i32 = baseIndex;
34 let x_172 : i32 = baseIndex;
37 let x_179 : i32 = baseIndex;
40 let x_186 : i32 = baseIndex;
53 let x_196 : i32 = baseIndex;
55 baseIndex = x_198;
60 let x_199 : i32 = baseIndex;
63 let x_206 : i32 = baseIndex;
[all …]
D1.wgsl22 var baseIndex : i32;
27 baseIndex = 0;
29 let x_178 : i32 = baseIndex;
36 let x_183 : i32 = baseIndex;
39 let x_190 : i32 = baseIndex;
42 let x_197 : i32 = baseIndex;
55 let x_207 : i32 = baseIndex;
57 baseIndex = x_209;
62 let x_210 : i32 = baseIndex;
65 let x_217 : i32 = baseIndex;
[all …]
D0.spvasm20 OpName %baseIndex "baseIndex"
274 %baseIndex = OpVariable %_ptr_Function_int Function
279 OpStore %baseIndex %int_0
285 %167 = OpLoad %int %baseIndex
291 %172 = OpLoad %int %baseIndex
298 %179 = OpLoad %int %baseIndex
305 %186 = OpLoad %int %baseIndex
321 %196 = OpLoad %int %baseIndex
324 OpStore %baseIndex %198
329 %199 = OpLoad %int %baseIndex
[all …]
D1.spvasm20 OpName %baseIndex "baseIndex"
290 %baseIndex = OpVariable %_ptr_Function_int Function
295 OpStore %baseIndex %int_0
301 %178 = OpLoad %int %baseIndex
307 %183 = OpLoad %int %baseIndex
314 %190 = OpLoad %int %baseIndex
321 %197 = OpLoad %int %baseIndex
337 %207 = OpLoad %int %baseIndex
340 OpStore %baseIndex %209
345 %210 = OpLoad %int %baseIndex
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/
D0-opt.wgsl.expected.hlsl33 int baseIndex = 0;
38 baseIndex = 0;
40 const int x_167 = baseIndex;
47 const int x_174 = tree[baseIndex].data;
49 const int x_181 = tree[baseIndex].leftIndex;
51 const int x_186 = baseIndex;
63 const int x_198 = tree[baseIndex].leftIndex;
64 baseIndex = x_198;
69 const int x_201 = tree[baseIndex].rightIndex;
71 const int x_206 = baseIndex;
[all …]
D0-opt.spvasm.expected.hlsl24 int baseIndex = 0;
29 baseIndex = 0;
31 const int x_167 = baseIndex;
38 const int x_174 = tree[baseIndex].data;
40 const int x_181 = tree[baseIndex].leftIndex;
42 const int x_186 = baseIndex;
54 const int x_198 = tree[baseIndex].leftIndex;
55 baseIndex = x_198;
60 const int x_201 = tree[baseIndex].rightIndex;
62 const int x_206 = baseIndex;
[all …]
D1.spvasm.expected.hlsl31 int baseIndex = 0;
36 baseIndex = 0;
38 const int x_217 = baseIndex;
45 const int x_224 = tree[baseIndex].data;
47 const int x_231 = tree[baseIndex].leftIndex;
49 const int x_236 = baseIndex;
61 const int x_248 = tree[baseIndex].leftIndex;
62 baseIndex = x_248;
67 const int x_251 = tree[baseIndex].rightIndex;
69 const int x_256 = baseIndex;
[all …]
D0-opt.wgsl20 var baseIndex : i32;
25 baseIndex = 0;
27 let x_167 : i32 = baseIndex;
34 let x_172 : i32 = baseIndex;
37 let x_179 : i32 = baseIndex;
40 let x_186 : i32 = baseIndex;
53 let x_196 : i32 = baseIndex;
55 baseIndex = x_198;
60 let x_199 : i32 = baseIndex;
63 let x_206 : i32 = baseIndex;
[all …]
D1.wgsl.expected.hlsl40 int baseIndex = 0;
45 baseIndex = 0;
47 const int x_217 = baseIndex;
54 const int x_224 = tree[baseIndex].data;
56 const int x_231 = tree[baseIndex].leftIndex;
58 const int x_236 = baseIndex;
70 const int x_248 = tree[baseIndex].leftIndex;
71 baseIndex = x_248;
76 const int x_251 = tree[baseIndex].rightIndex;
78 const int x_256 = baseIndex;
[all …]
D1.wgsl33 var baseIndex : i32;
38 baseIndex = 0;
40 let x_217 : i32 = baseIndex;
47 let x_222 : i32 = baseIndex;
50 let x_229 : i32 = baseIndex;
53 let x_236 : i32 = baseIndex;
66 let x_246 : i32 = baseIndex;
68 baseIndex = x_248;
73 let x_249 : i32 = baseIndex;
76 let x_256 : i32 = baseIndex;
[all …]
D0-opt.spvasm20 OpName %baseIndex "baseIndex"
274 %baseIndex = OpVariable %_ptr_Function_int Function
279 OpStore %baseIndex %int_0
285 %167 = OpLoad %int %baseIndex
291 %172 = OpLoad %int %baseIndex
298 %179 = OpLoad %int %baseIndex
305 %186 = OpLoad %int %baseIndex
321 %196 = OpLoad %int %baseIndex
324 OpStore %baseIndex %198
329 %199 = OpLoad %int %baseIndex
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Drewrite_indices.metal65 thread uint &baseIndex,
70 if(baseIndex > onIndex) return; // skipped indices while processing
93 baseIndex = indexThatRestartedFirst + 1;
106 baseIndex = indexThatRestartedFirst + 1;
109 if((onIndex - baseIndex) & 1) return; // skip this index...
129 baseIndex = indexThatRestartedFirst + 1;
152 baseIndex = indexThatRestartedFirst + 1;
155 if(((onIndex - baseIndex) % 3) != 0) return; // skip this index...
173 uint isOdd = ((onIndex - baseIndex) & 1); // fixes winding (but not provoking...)
179 baseIndex = indexThatRestartedFirst + 1;
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-nested-if-and-conditional/
D1.wgsl27 var baseIndex : i32;
33 baseIndex = 0;
35 let x_175 : i32 = baseIndex;
42 let x_180 : i32 = baseIndex;
45 let x_187 : i32 = baseIndex;
48 let x_194 : i32 = baseIndex;
69 let x_218 : i32 = baseIndex;
71 baseIndex = x_220;
78 let x_229 : i32 = baseIndex;
82 let x_232 : i32 = baseIndex;
[all …]
D1.spvasm20 OpName %baseIndex "baseIndex"
288 %baseIndex = OpVariable %_ptr_Function_int Function
294 OpStore %baseIndex %int_0
300 %175 = OpLoad %int %baseIndex
306 %180 = OpLoad %int %baseIndex
313 %187 = OpLoad %int %baseIndex
320 %194 = OpLoad %int %baseIndex
356 %218 = OpLoad %int %baseIndex
359 OpStore %baseIndex %220
372 %229 = OpLoad %int %baseIndex
[all …]
/third_party/skia/experimental/graphite/src/
DCommandBuffer.h74 void drawIndexed(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexed() argument
76 this->onDrawIndexed(type, baseIndex, indexCount, baseVertex); in drawIndexed()
84 void drawIndexedInstanced(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexedInstanced() argument
87 this->onDrawIndexedInstanced(type, baseIndex, indexCount, baseVertex, baseInstance, in drawIndexedInstanced()
116 virtual void onDrawIndexed(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount,
121 virtual void onDrawIndexedInstanced(PrimitiveType type, unsigned int baseIndex,
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java103 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
104 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare()
105 comparePrefixes(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare()
110 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
111 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare()
112 addPrefixes(baseData, c, baseData.contexts, baseIndex + 2); in compare()
123 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
127 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare()
129 … compareContractions(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare()
134 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DTailoredSet.java105 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
106 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare()
107 comparePrefixes(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare()
112 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
113 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare()
114 addPrefixes(baseData, c, baseData.contexts, baseIndex + 2); in compare()
125 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
129 baseCE32 = baseData.getFinalCE32(baseData.getCE32FromContexts(baseIndex)); in compare()
131 … compareContractions(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2); in compare()
136 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
[all …]
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.h46 const void* offsetForBaseIndex(int baseIndex) const { in offsetForBaseIndex() argument
49 return (void*)(baseIndex * sizeof(uint16_t)); in offsetForBaseIndex()
51 return fIndexPointer + baseIndex; in offsetForBaseIndex()
70 void onDrawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue,
74 void onDrawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, int baseInstance,
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/write-red-after-search/
D0-opt.wgsl.expected.hlsl29 int baseIndex = 0;
36 baseIndex = 0;
38 const int x_75 = baseIndex;
45 const int x_79 = tree_1[baseIndex].data;
47 const int x_81 = tree_1[baseIndex].leftIndex;
49 const int x_82 = baseIndex;
61 const int x_87 = tree_1[baseIndex].leftIndex;
62 baseIndex = x_87;
66 const int x_89 = tree_1[baseIndex].rightIndex;
68 const int x_90 = baseIndex;
[all …]

1234