Home
last modified time | relevance | path

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

/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
3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2762 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSiz… in execute() local
3024 const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.cpp1210 const int maxValuesPerInvocation = m_maxWorkSize[0]; in execute() local