Searched refs:localID (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_work_item_functions.cpp | 35 cl_uint localID[ 3 ]; member 147 if (testData[q].localID[j] >= (cl_uint)localThreads[j]) in test_work_item_functions() 150 … (int)j, (int)dim, (int)localThreads[ j ], (int)testData[ q ].localID[ j ] ); in test_work_item_functions()
|
/external/clang/test/CodeGenObjC/ |
D | objc2-assign-global.m | 48 id localID; 75 localID = 0;
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 562 …const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toStrin… in genShaderMainBlock() local 565 …buf << "\tallOk = allOk && (atomicExchange(sb_store.values[getIndex(" << localID << ", " << ndx <<… in genShaderMainBlock() 567 …buf << "\tallOk = allOk && (sb_store.values[getIndex(" << localID << ", " << ndx << ")] == groupNd… in genShaderMainBlock() 569 …buf << "\tallOk = allOk && (imageAtomicExchange(u_image, getCoord(" << localID << ", " << ndx << "… in genShaderMainBlock() 571 …buf << "\tallOk = allOk && (imageLoad(u_image, getCoord(" << localID << ", " << ndx << ")).x == gr… in genShaderMainBlock() 600 …const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toStrin… in genShaderMainBlock() local 603 …buf << "\tallOk = allOk && (atomicExchange(sb_store.values[getIndex(" << localID << ", " << ndx <<… in genShaderMainBlock() 605 … buf << "\tallOk = allOk && (sb_store.values[getIndex(" << localID << ", " << ndx << ")] == 0);\n"; in genShaderMainBlock() 607 …buf << "\tallOk = allOk && (imageAtomicExchange(u_image, getCoord(" << localID << ", " << ndx << "… in genShaderMainBlock() 609 …buf << "\tallOk = allOk && (imageLoad(u_image, getCoord(" << localID << ", " << ndx << ")).x == 0)… in genShaderMainBlock() [all …]
|
/external/OpenCSD/decoder/source/ |
D | ocsd_dcd_tree.cpp | 476 uint8_t localID = CSID; in removeDecoder() local 478 localID = 0; in removeDecoder() 484 destroyDecodeElement(localID); in removeDecoder()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | datagen.h | 594 cl_uint localID[3];
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 1281 int localID = get_local_id(1)*get_local_size(0)+get_local_id(0); 1284 for (int i = localID; i < cachedAreaNumPixels; i+=groupSize) { 1302 for (int i = localID; i < filterHeight*filterWidth; i+=groupSize) {
|