Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2762 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSiz… in execute() local
2770 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset); in execute()
3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute() local
3034 const auto numToExec = de::min(maxValuesPerInvocation, remaining); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2762 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSiz… in execute() local
2770 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset); in execute()
3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute() local
3034 const auto numToExec = de::min(maxValuesPerInvocation, remaining); in execute()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp1210 const int maxValuesPerInvocation = m_maxWorkSize[0]; in execute() local
1224 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset); in execute()