/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBuiltinVarTests.cpp | 87 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeSubgroupSize() 98 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeSubgroupSize() 100 for (deUint32 lY = 0; lY < localSize[1]; ++lY) in checkComputeSubgroupSize() 102 for (deUint32 lZ = 0; lZ < localSize[2]; in checkComputeSubgroupSize() 106 nX * localSize[0] + lX; in checkComputeSubgroupSize() 108 nY * localSize[1] + lY; in checkComputeSubgroupSize() 110 nZ * localSize[2] + lZ; in checkComputeSubgroupSize() 113 numWorkgroups[0] * localSize[0]; in checkComputeSubgroupSize() 115 numWorkgroups[1] * localSize[1]; in checkComputeSubgroupSize() 137 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeSubgroupInvocationID() [all …]
|
D | vktSubgroupsPartitionedTests.cpp | 84 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 96 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkCompute() 98 for (deUint32 lY = 0; lY < localSize[1]; ++lY) in checkCompute() 100 for (deUint32 lZ = 0; lZ < localSize[2]; in checkCompute() 104 nX * localSize[0] + lX; in checkCompute() 106 nY * localSize[1] + lY; in checkCompute() 108 nZ * localSize[2] + lZ; in checkCompute() 111 numWorkgroups[0] * localSize[0]; in checkCompute() 113 numWorkgroups[1] * localSize[1]; in checkCompute()
|
D | vktSubgroupsTestsUtils.hpp | 140 const deUint32 numWorkgroups[3], const deUint32 localSize[3], 170 const deUint32 numWorkgroups[3], const deUint32 localSize[3],
|
D | vktSubgroupsBallotOtherTests.cpp | 57 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 60 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 0xf); in checkCompute()
|
D | vktSubgroupsBallotTests.cpp | 45 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 48 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 0x7); in checkCompute()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 47 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeStage() 50 return checkCompute(datas, numWorkgroups, localSize, 1); in checkComputeStage()
|
D | vktSubgroupsShapeTests.cpp | 45 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 48 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 1); in checkCompute()
|
D | vktSubgroupsBasicTests.cpp | 232 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeSubgroupElect() 235 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 1); in checkComputeSubgroupElect() 239 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkComputeSubgroupBarriers() 244 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, ref); in checkComputeSubgroupBarriers()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 52 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 55 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 3); in checkCompute()
|
D | vktSubgroupsTestsUtils.cpp | 250 const deUint32 localSize[3] = {localSizeX, localSizeY, localSizeZ}; in makeComputePipeline() local 263 /* dataSize = */ sizeof(localSize), in makeComputePipeline() 264 /* pData = */ localSize in makeComputePipeline() 1699 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 1702 const deUint32 globalSizeX = numWorkgroups[0] * localSize[0]; in checkCompute() 1703 const deUint32 globalSizeY = numWorkgroups[1] * localSize[1]; in checkCompute() 1704 const deUint32 globalSizeZ = numWorkgroups[2] * localSize[2]; in checkCompute() 2630 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in makeComputeTest()
|
D | vktSubgroupsShuffleTests.cpp | 54 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 57 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 1); in checkCompute()
|
D | vktSubgroupsQuadTests.cpp | 54 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 57 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 1); in checkCompute()
|
D | vktSubgroupsClusteredTests.cpp | 57 const deUint32 numWorkgroups[3], const deUint32 localSize[3], in checkCompute() 60 return vkt::subgroups::checkCompute(datas, numWorkgroups, localSize, 1); in checkCompute()
|
/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 90 UVec3 localSize; member 94 …SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) : localSize(localSize_), numWorkGro… in SubCase() 103 deUint32 getProgram (const UVec3& localSize); 136 static string genBuiltinVarSource (const string& varName, DataType varType, const UVec3& localSize) in genBuiltinVarSource() argument 141 …<< "layout (local_size_x = " << localSize.x() << ", local_size_y = " << localSize.y() << ", local_… in genBuiltinVarSource() 157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) in getProgram() argument 159 LocalSizeProgramMap::const_iterator cachePos = m_progMap.find(localSize); in getProgram() 165 … ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize)))); in getProgram() 172 m_progMap[localSize] = program; in getProgram() 210 const deUint32 program = getProgram(subCase.localSize); in iterate() [all …]
|
D | es31fBasicComputeShaderTests.cpp | 121 …t char* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec… in UBOToSSBOInvertCase() argument 124 , m_localSize (localSize) in UBOToSSBOInvertCase() 243 …t char* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec… in CopyInvertSSBOCase() argument 246 , m_localSize (localSize) in CopyInvertSSBOCase() 366 …const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec… in InvertSSBOInPlaceCase() argument 370 , m_localSize (localSize) in InvertSSBOInPlaceCase() 470 …const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec… in WriteToMultipleSSBOCase() argument 474 , m_localSize (localSize) in WriteToMultipleSSBOCase() 598 …& context, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec… in SSBOLocalBarrierCase() argument 600 , m_localSize (localSize) in SSBOLocalBarrierCase() [all …]
|
D | es31fShaderImageLoadStoreTests.cpp | 2565 const IVec3 localSize = workItemSize / numGroups; in iterate() local 2569 DE_ASSERT(workItemSize == localSize*numGroups); in iterate() 2570 DE_ASSERT(tcu::boolAll(tcu::lessThanEqual(localSize, minReqMaxLocalSize))); in iterate() 2571 DE_ASSERT(localSize.x()*localSize.y()*localSize.z() <= minReqMaxLocalInvocations); in iterate() 2602 const string localSizeX = de::toString(localSize.x()); in iterate() 2603 const string localSizeY = de::toString(localSize.y()); in iterate() 2604 const string localSizeZ = de::toString(localSize.z()); in iterate() 2686 const int groupBaseX = x / localSize.x() * localSize.x(); in iterate() 2687 const int groupBaseY = y / localSize.y() * localSize.y(); in iterate() 2688 const int groupBaseZ = z / localSize.z() * localSize.z(); in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 110 const UVec3& localSize (void) const { return m_localSize; } in localSize() function in vkt::compute::__anon172be8500111::SubCase 160 …nVarSource (const string& varName, glu::DataType varType, const UVec3& localSize, bool readByComp… 164 deUint32 getProgram (const tcu::UVec3& localSize); 196 …<< glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize(), m_readByCompo… in initPrograms() 200 …inVarSource (const string& varName, glu::DataType varType, const UVec3& localSize, bool readByComp… in genBuiltinVarSource() argument 205 …<< "layout (local_size_x = " << localSize.x() << ", local_size_y = " << localSize.y() << ", local_… in genBuiltinVarSource() 417 const tcu::UVec3 globalSize = subCase.localSize()*subCase.numWorkGroups(); in iterate() 421 …const deUint32 numInvocations = subCase.localSize()[0] * subCase.localSize()[1] * subCase.loca… in iterate() 520 for (deUint32 localZ = 0; localZ < subCase.localSize().z(); localZ++) in iterate() 521 for (deUint32 localY = 0; localY < subCase.localSize().y(); localY++) in iterate() [all …]
|
D | vktComputeBasicComputeShaderTests.cpp | 116 const tcu::IVec3& localSize, 131 const tcu::IVec3& localSize, 144 const tcu::IVec3& localSize, in SharedVarTest() argument 147 , m_localSize (localSize) in SharedVarTest() 185 SharedVarTestInstance::SharedVarTestInstance (Context& context, const tcu::IVec3& localSize, const … in SharedVarTestInstance() argument 187 , m_localSize (localSize) in SharedVarTestInstance() 287 const tcu::IVec3& localSize, 302 const tcu::IVec3& localSize, 315 const tcu::IVec3& localSize, in SharedVarAtomicOpTest() argument 318 , m_localSize (localSize) in SharedVarAtomicOpTest() [all …]
|
/external/guice/core/src/com/google/inject/internal/ |
D | InternalContext.java | 129 int localSize = dependencyStackSize; in doPushState() local 131 if (localStack.length < localSize + 2) { in doPushState() 135 localStack[localSize++] = dependencyOrKey; in doPushState() 136 localStack[localSize++] = source; in doPushState() 137 dependencyStackSize = localSize; in doPushState()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.h | 101 localSize[dim] = 0; in TReflection() 153 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() 174 unsigned int localSize[3]; variable
|
D | localintermediate.h | 261 localSize[0] = 1; 262 localSize[1] = 1; 263 localSize[2] = 1; 567 if (localSize[dim] > 1) in setLocalSize() 568 return size == localSize[dim]; in setLocalSize() 569 localSize[dim] = size; in setLocalSize() 572 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() 776 int localSize[3]; variable
|
D | linkValidate.cpp | 193 if (localSize[i] > 1) in mergeModes() 194 localSize[i] = unit.localSize[i]; in mergeModes() 195 else if (localSize[i] != unit.localSize[i]) in mergeModes()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 1115 int localSize[3]; // compute shader member 1140 localSize[0] = 1; in init() 1141 localSize[1] = 1; in init() 1142 localSize[2] = 1; in init() 1180 if (src.localSize[i] > 1) in merge() 1181 localSize[i] = src.localSize[i]; in merge()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 202 tcu::UVec3 localSize; member 216 …return parm.localSize.x() * parm.localSize.y() *parm.localSize.z() * parm.groupSize.x() * parm.gro… in getComputeExecution() 1904 const tcu::UVec3 localSize[] = in QueryPoolStatisticsTest() local 1918 DE_ASSERT(DE_LENGTH_OF_ARRAY(localSize) == DE_LENGTH_OF_ARRAY(groupSize)); in QueryPoolStatisticsTest() 1920 for(int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(localSize); ++shaderNdx) in QueryPoolStatisticsTest() 1926 localSize[shaderNdx], in QueryPoolStatisticsTest() 1957 …derNdx].localSize.x() << ", local_size_y = " << m_parameters[shaderNdx].localSize.y() << ", local_… in initPrograms()
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | device_execution_multiple_blocks.ll | 26 ;; uint localSize = globalSize / multiple; 29 ;; ndrange_t ndrange = ndrange_1D(localSize, globalSize);
|