Searched refs:localID (Results 1 – 7 of 7) 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/llvm-project/clang/test/CodeGenObjC/ |
D | objc2-assign-global.m | 48 id localID; 75 localID = 0;
|
/external/clang/test/CodeGenObjC/ |
D | objc2-assign-global.m | 48 id localID; 75 localID = 0;
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 568 …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/ |
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 | 1274 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) {
|