Home
last modified time | relevance | path

Searched refs:maxValuesPerInvocation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp2895 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSize[… in execute() local
2903 const int numToExec = de::min(maxValuesPerInvocation, numValues - curOffset); in execute()
3169 … const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute() local
3181 const auto numToExec = de::min(maxValuesPerInvocation, remaining); in execute()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp1311 const int maxValuesPerInvocation = m_maxWorkSize[0]; in execute() local
1325 const int numToExec = de::min(maxValuesPerInvocation, numValues - curOffset); in execute()