Home
last modified time | relevance | path

Searched refs:resultData (Results 1 – 25 of 38) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_preprocessor.cpp48 cl_int *srcData, *resultData; in test_preprocessor_define_udef() local
74 resultData = (cl_int*)malloc(sizeof(cl_int)*num_elements); in test_preprocessor_define_udef()
75 if (resultData == NULL) { in test_preprocessor_define_udef()
96 …error = clEnqueueReadBuffer(queue, buffer[1], CL_TRUE, 0, num_elements*sizeof(cl_int), resultData,… in test_preprocessor_define_udef()
100 if (resultData[i] != srcData[i]*2) { in test_preprocessor_define_udef()
102 free(resultData); in test_preprocessor_define_udef()
106 …error = clEnqueueReadBuffer(queue, buffer[2], CL_TRUE, 0, num_elements*sizeof(cl_int), resultData,… in test_preprocessor_define_udef()
110 if (resultData[i] != srcData[i]*4) { in test_preprocessor_define_udef()
112 free(resultData); in test_preprocessor_define_udef()
117 free(resultData); in test_preprocessor_define_udef()
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp45 void *initData[3], *resultData[3]; in test_multi_arg_set() local
115 resultData[0] = malloc( get_explicit_type_size( vec1Type ) * vec1Size * threads[0] ); in test_multi_arg_set()
116 resultData[1] = malloc( get_explicit_type_size( vec2Type ) * vec2Size * threads[0] ); in test_multi_arg_set()
117 resultData[2] = malloc( get_explicit_type_size( vec3Type ) * vec3Size * threads[0] ); in test_multi_arg_set()
118 …TRUE, 0, get_explicit_type_size( vec1Type ) * vec1Size * threads[ 0 ], resultData[0], 0, NULL, NUL… in test_multi_arg_set()
119 …TRUE, 0, get_explicit_type_size( vec2Type ) * vec2Size * threads[ 0 ], resultData[1], 0, NULL, NUL… in test_multi_arg_set()
120 …TRUE, 0, get_explicit_type_size( vec3Type ) * vec3Size * threads[ 0 ], resultData[2], 0, NULL, NUL… in test_multi_arg_set()
124 char *ptr1 = (char *)initData[ 0 ], *ptr2 = (char *)resultData[ 0 ]; in test_multi_arg_set()
136 free( resultData[ 0 ] ); in test_multi_arg_set()
137 free( resultData[ 1 ] ); in test_multi_arg_set()
[all …]
Dtest_api_min_max.cpp1298 cl_int *constantData, *resultData; in test_min_max_constant_buffer_size() local
1409 resultData = (cl_int *)malloc(sizeToAllocate); in test_min_max_constant_buffer_size()
1410 if (resultData == NULL) in test_min_max_constant_buffer_size()
1418 …error = clEnqueueReadBuffer(queue, streams[1], CL_TRUE, 0, sizeToAllocate, resultData, 0, NULL, NU… in test_min_max_constant_buffer_size()
1422 if (constantData[i] != resultData[i]) { in test_min_max_constant_buffer_size()
1424 i, constantData[i], i, resultData[i]); in test_min_max_constant_buffer_size()
1426 free(resultData); in test_min_max_constant_buffer_size()
1432 free(resultData); in test_min_max_constant_buffer_size()
1671 cl_int *localData, *resultData; in test_min_max_local_mem_size() local
1776 resultData = (cl_int *)malloc(sizeToAllocate); in test_min_max_local_mem_size()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowResultReceiverTest.java21 assertEquals(bundle, testResultReceiver.resultData); in callingSend_shouldCallOverridenOnReceiveResultWithTheSameArguments()
26 Bundle resultData; field in ShadowResultReceiverTest.TestResultReceiver
33 protected void onReceiveResult(int resultCode, Bundle resultData) { in onReceiveResult() argument
35 this.resultData = resultData; in onReceiveResult()
DShadowInputMethodManagerTest.java95 protected void onReceiveResult(int resultCode, Bundle resultData) { in onReceiveResult() argument
96 super.onReceiveResult(resultCode, resultData); in onReceiveResult()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsBasicTests.cpp50 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in checkFragmentSubgroupBarriersNoSSBO() local
57 if (1.0f == resultData[ndx +2]) in checkFragmentSubgroupBarriersNoSSBO()
59 if(resultData[ndx] != resultData[ndx +1]) in checkFragmentSubgroupBarriersNoSSBO()
64 else if (resultData[ndx] != resultData[ndx +3]) in checkFragmentSubgroupBarriersNoSSBO()
77 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in checkVertexPipelineStagesSubgroupElectNoSSBO() local
83 deUint32 val = static_cast<deUint32>(resultData[x * 2]); in checkVertexPipelineStagesSubgroupElectNoSSBO()
84 numSubgroupsUsed += resultData[x * 2 + 1]; in checkVertexPipelineStagesSubgroupElectNoSSBO()
104 const deUint32* const resultData = in checkVertexPipelineStagesSubgroupElect() local
110 deUint32 val = resultData[x]; in checkVertexPipelineStagesSubgroupElect()
135 const deUint32* const resultData = reinterpret_cast<const deUint32*>(datas[0]); in checkVertexPipelineStagesSubgroupBarriers() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp46 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in _checkFragmentSubgroupBarriersNoSSBO() local
53 if (!withImage && 0.0f == resultData[ndx]) in _checkFragmentSubgroupBarriersNoSSBO()
57 else if (1.0f == resultData[ndx +2]) in _checkFragmentSubgroupBarriersNoSSBO()
59 if(resultData[ndx] != resultData[ndx +1]) in _checkFragmentSubgroupBarriersNoSSBO()
64 else if (resultData[ndx] != resultData[ndx +3]) in _checkFragmentSubgroupBarriersNoSSBO()
92 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in checkVertexPipelineStagesSubgroupElectNoSSBO() local
98 deUint32 val = static_cast<deUint32>(resultData[x * 2]); in checkVertexPipelineStagesSubgroupElectNoSSBO()
99 numSubgroupsUsed += resultData[x * 2 + 1]; in checkVertexPipelineStagesSubgroupElectNoSSBO()
120 const deUint32* const resultData = in checkVertexPipelineStagesSubgroupElect() local
126 deUint32 val = resultData[x]; in checkVertexPipelineStagesSubgroupElect()
[all …]
/external/skqp/src/pdf/
DSkPDFConvertType1FontStream.cpp156 uint8_t* const resultData = resultHeader + *headerLen; in SkPDFConvertType1FontStream() local
157 uint8_t* const resultTrailer = resultData + *dataLen; in SkPDFConvertType1FontStream()
162 memcpy(resultData, srcData, *dataLen); in SkPDFConvertType1FontStream()
180 uint8_t* const resultData = &(buffer[*headerLen]); in SkPDFConvertType1FontStream() local
198 resultData[outputOffset++] = dataByte; in SkPDFConvertType1FontStream()
202 resultData[outputOffset++] = dataByte; in SkPDFConvertType1FontStream()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBroadcastPendingResult.java22 …static BroadcastReceiver.PendingResult create(int resultCode, String resultData, Bundle resultExtr… in create() argument
29 resultData, in create()
40 resultData, in create()
51 resultData, in create()
DShadowResultReceiver.java16 protected void send(int resultCode, android.os.Bundle resultData) { in send() argument
19 ClassParameter.from(Bundle.class, resultData)); in send()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DKevinFail1410Test.java32 private Object resultData; field in KevinFail1410Test.BackendEvent
40 resultData = results; in BackendEvent()
60 return resultData; in getResultData()
/external/deqp/executor/
DxeTestLogParser.hpp47 virtual void testCaseResultUpdated (const TestCaseResultPtr& resultData) = DE_NULL;
48 virtual void testCaseResultComplete (const TestCaseResultPtr& resultData) = DE_NULL;
DxeBatchExecutor.hpp60 void testCaseResultUpdated (const TestCaseResultPtr& resultData);
61 void testCaseResultComplete (const TestCaseResultPtr& resultData);
/external/skia/src/pdf/
DSkPDFType1Font.cpp164 uint8_t* const resultData = resultHeader + *headerLen; in convert_type1_font_stream() local
165 uint8_t* const resultTrailer = resultData + *dataLen; in convert_type1_font_stream()
170 memcpy(resultData, srcData, *dataLen); in convert_type1_font_stream()
188 uint8_t* const resultData = &(buffer[*headerLen]); in convert_type1_font_stream() local
206 resultData[outputOffset++] = dataByte; in convert_type1_font_stream()
210 resultData[outputOffset++] = dataByte; in convert_type1_font_stream()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java1492 public void onActivityResult(int requestCode, int resultCode, Intent resultData) { in onActivityResult() argument
1500 if (resultData != null) { in onActivityResult()
1501 saveToWaveFile(resultData.getData()); in onActivityResult()
1507 if (resultData != null) { in onActivityResult()
1508 saveScreenShot(resultData.getData()); in onActivityResult()
1513 if (resultData != null) { in onActivityResult()
1514 saveTextToFile(resultData.getData(), getReport().toString()); in onActivityResult()
1519 if (resultData != null) { in onActivityResult()
1533 saveBufferPeriod(resultData.getData(), bufferPeriodArray, maxBufferPeriod); in onActivityResult()
1538 if (resultData != null) { in onActivityResult()
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1496 char* const resultData = _data + offset; in createQuadsPacked() local
1528 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 0]), val1); in createQuadsPacked()
1529 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 1]), val2); in createQuadsPacked()
1530 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 2]), val3); in createQuadsPacked()
1531 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 3]), val4); in createQuadsPacked()
1532 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 4]), val5); in createQuadsPacked()
1533 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 5]), val6); in createQuadsPacked()
1575 char* resultData = new char[offset + quadStride * count]; in createQuads() local
1576 char* _data = resultData; in createQuads()
1577 resultData = resultData + offset; in createQuads()
[all …]
/external/autotest/frontend/client/src/autotest/common/table/
DRpcDataSource.java48 List<JSONObject> resultData = handleJsonResult(result); in getPage()
49 callback.handlePage(resultData); in getPage()
/external/deqp/executor/tools/
DxeBatchResultToJUnit.cpp104 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete() argument
110 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete()
DxeBatchResultToXml.cpp163 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete() argument
167 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete()
251 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete() argument
255 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete()
/external/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m123 NSData *resultData = [result dataUsingEncoding:NSUTF8StringEncoding];
125 [self getDataFileNamed:fileName dataToWrite:resultData];
163 NSData *resultData = [result dataUsingEncoding:NSUTF8StringEncoding];
165 [self getDataFileNamed:fileName dataToWrite:resultData];
185 NSData *resultData = [result dataUsingEncoding:NSUTF8StringEncoding];
187 [self getDataFileNamed:fileName dataToWrite:resultData];
/external/deqp/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp478 ResultData resultData = (*m_createFn)(gl); in iterate() local
483 …gl.bindImageTexture(definedBinding, resultData.textureId, 0, GL_TRUE, 0, GL_READ_ONLY, m_imageForm… in iterate()
530 if (resultData.bufferId) in iterate()
531 gl.deleteBuffers(1, &resultData.bufferId); in iterate()
534 gl.deleteTextures(1, &resultData.textureId); in iterate()
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dacvp.go532 resultData := resultBuf.Bytes()
533 resultSize := uint64(len(resultData)) + 32 /* for framing overhead */
556 req, err := http.NewRequest("POST", largeResponse.URL, bytes.NewBuffer(resultData))
576 if err := server.Post(nil, trimLeadingSlash(setURL)+"/results", resultData); err != nil {
/external/OpenCL-CTS/test_conformance/gles/
Dtest_renderbuffer.cpp254 BufferOwningPtr<char> resultData( tmp ); in test_renderbuffer_image_write() local
258 DumpGLBuffer(glType, width, height, resultData); in test_renderbuffer_image_write()
263 …BufferOwningPtr<char> convertedData( convert_to_expected( resultData, width * height, type, source… in test_renderbuffer_image_write()
Dtest_fence_sync.cpp540 BufferOwningPtr<char> resultData( ReadGLRenderbuffer( glFramebuffer, glRenderbuffer, in test_fence_sync_single() local
556 cl_uchar *row = (cl_uchar *)&resultData[ ( i * 16 + y ) * framebufferSize * 4 ]; in test_fence_sync_single()
563 DumpGLBuffer( GL_UNSIGNED_BYTE, framebufferSize, 128, resultData ); in test_fence_sync_single()
565 uint32_t *p = (uint32_t *)(char *)resultData; in test_fence_sync_single()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp588 BufferOwningPtr<char> resultData( ReadGLRenderbuffer( glFramebuffer, glRenderbuffer, in test_fence_sync_single() local
604 cl_uchar *row = (cl_uchar *)&resultData[ ( i * 16 + y ) * framebufferSize * 4 ]; in test_fence_sync_single()
611 DumpGLBuffer( GL_UNSIGNED_BYTE, framebufferSize, 128, resultData ); in test_fence_sync_single()
613 uint32_t *p = (uint32_t *)(char *)resultData; in test_fence_sync_single()

12