Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp1052 deUint32 getResultBinding (const glc::subgroups::ShaderStageFlags shaderStage) in getResultBinding() function
1513 …<< "inputstage[" << ndx << "] = " << stagesVector[ndx] << " binding = " << getResultBinding(stages… in allStages()
1516 …gl.bindBufferBase(inputBuffers[ndx]->getType(), getResultBinding(stagesVector[ndx]), inputBuffers[… in allStages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp2516 deUint32 getResultBinding (const VkShaderStageFlagBits shaderStage) in getResultBinding() function
3113 …dIndexedBinding(inputBuffers[ndx]->getType(), 1, stagesVector[ndx], getResultBinding(stagesVector[… in allStagesRequiredSubgroupSize()
3173 if (ndx < stagesCount) binding = getResultBinding(stagesVector[ndx]); in allStagesRequiredSubgroupSize()