Home
last modified time | relevance | path

Searched refs:localID (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_work_item_functions.cpp35 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/llvm-project/clang/test/CodeGenObjC/
Dobjc2-assign-global.m48 id localID;
75 localID = 0;
/external/clang/test/CodeGenObjC/
Dobjc2-assign-global.m48 id localID;
75 localID = 0;
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp568 …const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toStrin… in genShaderMainBlock() local
571 …buf << "\tallOk = allOk && (atomicExchange(sb_store.values[getIndex(" << localID << ", " << ndx <<… in genShaderMainBlock()
573 …buf << "\tallOk = allOk && (sb_store.values[getIndex(" << localID << ", " << ndx << ")] == groupNd… in genShaderMainBlock()
575 …buf << "\tallOk = allOk && (imageAtomicExchange(u_image, getCoord(" << localID << ", " << ndx << "… in genShaderMainBlock()
577 …buf << "\tallOk = allOk && (imageLoad(u_image, getCoord(" << localID << ", " << ndx << ")).x == gr… in genShaderMainBlock()
606 …const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toStrin… in genShaderMainBlock() local
609 …buf << "\tallOk = allOk && (atomicExchange(sb_store.values[getIndex(" << localID << ", " << ndx <<… in genShaderMainBlock()
611 … buf << "\tallOk = allOk && (sb_store.values[getIndex(" << localID << ", " << ndx << ")] == 0);\n"; in genShaderMainBlock()
613 …buf << "\tallOk = allOk && (imageAtomicExchange(u_image, getCoord(" << localID << ", " << ndx << "… in genShaderMainBlock()
615 …buf << "\tallOk = allOk && (imageLoad(u_image, getCoord(" << localID << ", " << ndx << ")).x == 0)… in genShaderMainBlock()
[all …]
/external/OpenCSD/decoder/source/
Docsd_dcd_tree.cpp476 uint8_t localID = CSID; in removeDecoder() local
478 localID = 0; in removeDecoder()
484 destroyDecodeElement(localID); in removeDecoder()
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.h594 cl_uint localID[3];
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1274 int localID = get_local_id(1)*get_local_size(0)+get_local_id(0);
1277 for (int i = localID; i < cachedAreaNumPixels; i+=groupSize) {
1295 for (int i = localID; i < filterHeight*filterWidth; i+=groupSize) {