Home
last modified time | relevance | path

Searched defs:workGroupSize (Results 1 – 23 of 23) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp305 …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
Des31fShaderAtomicOpTests.cpp96 …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 …]
Des31fShaderSharedVarTests.cpp92 … 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
Des31fIndirectComputeDispatchTests.cpp87 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
Des31fBasicComputeShaderTests.cpp609 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
1499 const int workGroupSize = m_localSize[0]*m_localSize[1]*m_localSize[2]; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp265 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
292 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
316 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
342 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
367 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
388 …UVec3 computeReference (const UVec3& numWorkGroups, const UVec3& workGroupSize, const UVec3& workG… in computeReference() argument
DvktComputeIndirectComputeDispatchTests.cpp164 const tcu::UVec3& workGroupSize, in IndirectDispatchInstanceBufferUpload()
442 const tcu::UVec3& workGroupSize, in IndirectDispatchInstanceBufferGenerate()
DvktComputeBasicComputeShaderTests.cpp160 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local
206 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local
331 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local
377 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local
502 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms() local
550 const int workGroupSize = multiplyComponents(m_localSize); in iterate() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_local_kernel_scope.cpp73 size_t workGroupSize; in test_local_kernel_scope() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp126 const tcu::UVec3 workGroupSize = computeWorkGroupSize(numInvocations); in initPrograms() local
342 const tcu::UVec3 workGroupSize = computeWorkGroupSize(numInvocationsLeft); in iterate() local
DvktSparseResourcesImageSparseResidency.cpp220 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in initPrograms() local
657 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in iterate() local
DvktSparseResourcesShaderIntrinsicsStorage.cpp474 const tcu::UVec3 workGroupSize = computeWorkGroupSize(gridSize); in recordCommands() local
/external/angle/src/libANGLE/renderer/
DCLKernelImpl.h35 size_t workGroupSize = 0u; member
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
DTestNonUniformWorkGroup.h74 static void setMaxLocalWorkgroupSize(size_t workGroupSize) in setMaxLocalWorkgroupSize()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp276 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in testStorageImageWrite() local
656 const tcu::UVec3 workGroupSize = computeWorkGroupSize(shaderExtent); in initPrograms() local
/external/deqp/external/openglcts/modules/common/
DglcShaderGroupVoteTests.cpp232 const WorkGroupSize workGroupSize(context); in ShaderGroupVoteTestCaseBase() local
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp918 void SerializeWorkGroupSize(JsonSerializer *json, const sh::WorkGroupSize &workGroupSize) in SerializeWorkGroupSize()
/external/angle/src/compiler/translator/
DOutputHLSL.cpp310 sh::WorkGroupSize workGroupSize, in OutputHLSL()
DParseContext.cpp2216 sh::WorkGroupSize workGroupSize = getComputeShaderLocalSize(); in parseVariableIdentifier() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp8496 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
8510 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp1984 GLint workGroupSize[3]; in TEST_P() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp9195 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
9201 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize"); in updateStandaloneQualifierDefaults() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp851 …eTest(bool useLiteralLocalSize, bool useSpecConstantWorkgroupSize, IVec3 workGroupSize, deUint32 n… in getAsmForLocalSizeTest()