/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 305 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 332 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 355 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 381 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 406 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 427 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
|
D | es31fShaderSharedVarTests.cpp | 92 … getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVec3& workGroupSize) in getBasicCaseDescription() 101 …ontext, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize) in SharedBasicVarCase() 375 const tcu::UVec3 workGroupSize (2,1,3); in init() local 382 const tcu::UVec3 workGroupSize (2,1,3); in init() local
|
D | es31fShaderAtomicOpTests.cpp | 96 …ame, AtomicOperandType operandType, DataType type, Precision precision, const UVec3& workGroupSize) in ShaderAtomicOpCase() 279 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 432 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 514 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 588 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local 606 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 661 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local 677 const int workGroupSize = (int)product(m_workGroupSize); in verify() local 732 const int workGroupSize = (int)product(m_workGroupSize); in getInputs() local 750 const int workGroupSize = (int)product(m_workGroupSize); in verify() local [all …]
|
D | es31fIndirectComputeDispatchTests.cpp | 87 glu::ProgramSources genVerifySources (const UVec3& workGroupSize) in genVerifySources() 284 deUint32 computeInvocationCount (const UVec3& workGroupSize, const UVec3& numWorkGroups) in computeInvocationCount() 395 …, GenBuffer genBuffer, deUintptr bufferSize, deUintptr offset, const UVec3& workGroupSize, const U… in SingleDispatchCase() 469 UVec3 workGroupSize; in init() member
|
D | es31fBasicComputeShaderTests.cpp | 609 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local 832 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local 926 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local 1495 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 264 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 291 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 315 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 341 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 366 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument 387 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
|
D | vktComputeIndirectComputeDispatchTests.cpp | 163 const tcu::UVec3& workGroupSize, in IndirectDispatchInstanceBufferUpload() 441 const tcu::UVec3& workGroupSize, in IndirectDispatchInstanceBufferGenerate()
|
D | vktComputeBasicComputeShaderTests.cpp | 154 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local 200 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local 325 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local 371 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local 496 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local 544 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferMemoryAliasing.cpp | 118 const tcu::UVec3 workGroupSize = computeWorkGroupSize(numInvocations); in initPrograms() local 341 const tcu::UVec3 workGroupSize = computeWorkGroupSize(numInvocationsLeft); in iterate() local
|
D | vktSparseResourcesImageSparseResidency.cpp | 144 const tcu::UVec3 workGroupSize = computeWorkGroupSize(gridSize); in initPrograms() local 520 const tcu::UVec3 workGroupSize = computeWorkGroupSize(gridSize); in iterate() local
|
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 442 const tcu::UVec3 workGroupSize = computeWorkGroupSize(gridSize); in recordCommands() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderGroupVoteTests.cpp | 232 const WorkGroupSize workGroupSize(context); in ShaderGroupVoteTestCaseBase() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 7591 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local 7605 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 9002 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local 9008 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 214 …eTest(bool useLiteralLocalSize, bool useSpecConstantWorkgroupSize, IVec3 workGroupSize, deUint32 n… in getAsmForLocalSizeTest()
|