Home
last modified time | relevance | path

Searched refs:WorkgroupSizeZ (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DComputeProgram.cpp220 auto invocationsPerWorkgroup = modes.WorkgroupSizeX * modes.WorkgroupSizeY * modes.WorkgroupSizeZ; in run()
232 data.workgroupSize[Z] = modes.WorkgroupSizeZ; in run()
DSpirvShader.hpp561 int WorkgroupSizeZ = 1; member
DSpirvShader.cpp371 modes.WorkgroupSizeZ = object.constantValue[2];
954 modes.WorkgroupSizeZ = insn.word(5); in ProcessExecutionMode()