Searched refs:localID (Results 1 – 3 of 3) sorted by relevance
/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/clang/test/CodeGenObjC/ |
D | objc2-assign-global.m | 48 id localID; 75 localID = 0;
|
/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) {
|