Searched refs:getResultBinding (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 1062 deUint32 getResultBinding (const glc::subgroups::ShaderStageFlags shaderStage) in getResultBinding() function 1523 << "inputstage[" << ndx << "] = " << stagesVector[ndx] << " binding = " << getResultBinding(stagesVector[ndx]) in allStages() 1526 gl.bindBufferBase(inputBuffers[ndx]->getType(), getResultBinding(stagesVector[ndx]), inputBuffers[ndx]->getId()); in allStages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2627 deUint32 getResultBinding (const VkShaderStageFlagBits shaderStage) in getResultBinding() function 3229 layoutBuilder.addIndexedBinding(inputBuffers[ndx]->getType(), 1, stagesVector[ndx], getResultBinding(stagesVector[ndx]), DE_NULL); in allStagesRequiredSubgroupSize() 3290 if (ndx < stagesCount) binding = getResultBinding(stagesVector[ndx]); in allStagesRequiredSubgroupSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2615 deUint32 getResultBinding (const VkShaderStageFlagBits shaderStage) in getResultBinding() function 3217 layoutBuilder.addIndexedBinding(inputBuffers[ndx]->getType(), 1, stagesVector[ndx], getResultBinding(stagesVector[ndx]), DE_NULL); in allStagesRequiredSubgroupSize() 3278 if (ndx < stagesCount) binding = getResultBinding(stagesVector[ndx]); in allStagesRequiredSubgroupSize()
|
Completed in 33 milliseconds