Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp3448 …static deUint32 getInvocations (const Params& params, const vk::InstanceInterface& vki, vk::Vk…
3476 deUint32 MaxWorkGroupSizeTest::getInvocations (const Params& params, const vk::InstanceInterface& v… in getInvocations() function in vkt::compute::__anon5b26e0a60111::MaxWorkGroupSizeTest
3532 const auto invocations = getInvocations(m_params, vki, physicalDevice, &properties); in checkSupport()
3558 const auto invocations = MaxWorkGroupSizeTest::getInvocations(m_params, vki, physicalDevice); in iterate()
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h701 int getInvocations() const { return invocations; } in getInvocations() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1612 …ddExecutionMode(shaderEntry, spv::ExecutionModeInvocations, glslangIntermediate->getInvocations()); in TGlslangToSpvTraverser()