/external/OpenCL-CTS/test_conformance/basic/ |
D | test_constant_source.cpp | 53 cl_int outValues[ 17 ]; in test_constant_source() local 64 outStream = clCreateBuffer( context, CL_MEM_WRITE_ONLY, sizeof( outValues ), NULL, &error ); in test_constant_source() 77 …error = clEnqueueReadBuffer( queue, outStream, CL_TRUE, 0, sizeof( outValues ), outValues, 0, NULL… in test_constant_source() 83 if( expectedValues[ i ] != outValues[ i ] ) in test_constant_source() 86 …source global did not validate! (Expected %d, got %d)\n", i, expectedValues[ i ], outValues[ i ] ); in test_constant_source() 88 …onstant array did not validate! (Expected %d, got %d)\n", i, expectedValues[ i ], outValues[ i ] ); in test_constant_source() 90 …onstant array did not validate! (Expected %d, got %d)\n", i, expectedValues[ i ], outValues[ i ] ); in test_constant_source()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | AttributeResolution.java | 67 int attrsLength, int[] outValues, int[] outIndices) { in ResolveAttrs() argument 202 outValues[destOffset + STYLE_TYPE] = value.dataType; in ResolveAttrs() 203 outValues[destOffset + STYLE_DATA] = value.data; in ResolveAttrs() 204 outValues[destOffset + STYLE_ASSET_COOKIE] = in ResolveAttrs() 206 outValues[destOffset + STYLE_RESOURCE_ID] = resid; in ResolveAttrs() 207 outValues[destOffset + STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags; in ResolveAttrs() 208 outValues[destOffset + STYLE_DENSITY] = config.density; in ResolveAttrs() 227 int[] attrs, int attrsLength, int[] outValues, int[] outIndices) { in ApplyStyle() argument 401 outValues[destIndex + STYLE_TYPE] = res_value.dataType; in ApplyStyle() 402 outValues[destIndex + STYLE_DATA] = res_value.data; in ApplyStyle() [all …]
|
/external/llvm-project/mlir/lib/Analysis/ |
D | Liveness.cpp | 46 outValues.insert(value); in BlockInfoBuilder() 89 llvm::set_union(newIn, outValues); in updateLiveIn() 107 llvm::set_union(outValues, builder.inValues); in updateLiveOut() 118 ValueSetT outValues; member 177 info.outValues = std::move(builder.outValues); in build() 313 printValueRefs(liveness->outValues); in print() 353 return outValues.count(value); in isLiveOut()
|
/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 177 outValues = convFunc(inValues) 179 outType = outValues[0].typeString() 183 self.outputs = [("%s out0" % outType, outValues)] 212 self.outValues = combFunc(inComps) 213 self.outType = self.outValues[0].typeString() 217 self.outputs = [("%s out0" % self.outType, self.outValues)] 272 outValues = [x[0] for x in outValueList] 273 combinations = list(itertools.product(inValues, outValues))
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 688 int xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument 690 outValues, outIndices); in applyStyle() local 698 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle() local 701 outValues, outIndices); in applyStyle() 706 long xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument 712 attrs, attrs.length, outValues, outIndices); in applyStyle() 718 int[] attrs, int[] outValues, int[] outIndices) { in resolveAttrs() argument 725 if (outValues == null) { in resolveAttrs() 730 final int NV = outValues.length; in resolveAttrs() 743 int[] baseDest = outValues; in resolveAttrs() [all …]
|
D | ShadowLegacyAssetManager.java | 951 int xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument 953 outValues, outIndices); in applyStyle() 961 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle() local 964 outValues, outIndices); in applyStyle() 974 long xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument 982 int[] attrs, int[] outValues, int[] outIndices) { in resolveAttrs() argument 989 int xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in retrieveAttributes() argument 990 return retrieveAttributes((long)xmlParserToken, attrs, outValues, outIndices); in retrieveAttributes() 994 protected boolean retrieveAttributes(long xmlParserToken, int[] attrs, int[] outValues, in retrieveAttributes() argument 1326 protected int retrieveArray(int id, int[] outValues) { in retrieveArray() argument
|
D | ShadowMotionEvent.java | 185 float[] outValues = outValuesArray; in pointerCoordsFromNative() local 190 outValues[index++] = rawPointerCoords.getAxisValue(axis); in pointerCoordsFromNative()
|
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 190 outValues = convFunc(inValues) 192 outType = outValues[0].typeString() 196 self.outputs = [("%s out0" % outType, outValues)] 225 self.outValues = combFunc(inComps) 226 self.outType = self.outValues[0].typeString() 230 self.outputs = [("%s out0" % self.outType, self.outValues)] 298 outValues = [x[0] for x in outValueList] 299 combinations = list(itertools.product(inValues, outValues))
|
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | Liveness.h | 115 const ValueSetT &out() const { return outValues; } in out() 141 ValueSetT outValues; variable
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 286 set<int> outValues; in verify() local 316 if (outValues.find(outputValue) != outValues.end()) in verify() 324 outValues.insert(outputValue); in verify() 335 if (outValues.find((int)m_initialValue) == outValues.end()) in verify() 441 set<deUint32> outValues; in verify() local 476 outValues.insert(outputValue); in verify() 479 if (!containsAfterUintCast(outValues, (int)m_initialValue, m_precision)) in verify() 523 set<deUint32> outValues; in verify() local 558 outValues.insert(outputValue); in verify() 561 if (!containsAfterUintCast(outValues, (int)m_initialValue, m_precision)) in verify()
|
D | es31fOpaqueTypeIndexingTests.cpp | 856 vector<deUint32> outValues (numInvocations*numReads); in iterate() local 910 outputs.push_back(&outValues[readNdx*numInvocations]); in iterate() 924 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() 1089 vector<deUint32> outValues (numInvocations*numOps); in iterate() local 1143 outputs.push_back(&outValues[opNdx*numInvocations]); in iterate() 1210 const deUint32 resValue = outValues[opNdx*numInvocations + invocationNdx]; in iterate()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 330 SkScalar* outValues = &out->getWritablePoints()->fX; in interpolate() local 333 outValues[index] = outValues[index] * weight + inValues[index] * (1 - weight); in interpolate()
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 541 SkScalar* outValues = &out->getPoints()->fX; in interpolate() local 544 outValues[index] = outValues[index] * weight + inValues[index] * (1 - weight); in interpolate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 1192 std::vector<deUint32> outValues (numInvocations*numReads); in iterate() local 1349 outputs.push_back(&outValues[readNdx*numInvocations]); in iterate() 1362 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() 1555 std::vector<deUint32> outValues (numInvocations*numOps); in iterate() local 1712 outputs.push_back(&outValues[opNdx*numInvocations]); in iterate() 1777 const deUint32 resValue = outValues[opNdx*numInvocations + invocationNdx]; in iterate()
|