Searched refs:stagesCount (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 3189 const deUint32 stagesCount = static_cast<deUint32>(stagesVector.size()); in allStagesRequiredSubgroupSize() local 3218 std::vector< de::SharedPtr<BufferOrImage> > inputBuffers(stagesCount + extraDatasCount); in allStagesRequiredSubgroupSize() 3223 for (deUint32 ndx = 0u; ndx < stagesCount; ++ndx) in allStagesRequiredSubgroupSize() 3232 for (deUint32 ndx = stagesCount; ndx < stagesCount + extraDatasCount; ++ndx) in allStagesRequiredSubgroupSize() 3234 const deUint32 datasNdx = ndx - stagesCount; in allStagesRequiredSubgroupSize() 3287 for (deUint32 ndx = 0u; ndx < stagesCount + extraDatasCount; ndx++) in allStagesRequiredSubgroupSize() 3290 if (ndx < stagesCount) binding = getResultBinding(stagesVector[ndx]); in allStagesRequiredSubgroupSize() 3291 else binding = extraDatas[ndx -stagesCount].binding; in allStagesRequiredSubgroupSize() 3348 for (deUint32 ndx = stagesCount; nd in allStagesRequiredSubgroupSize() 4679 const size_t stagesCount = stagesVector.size(); makeRayTracingInputBuffers() local 4717 const size_t stagesCount = stagesVector.size(); makeRayTracingDescriptorSetLayout() local 4781 const size_t stagesCount = stagesVector.size(); makeRayTracingDescriptorSet() local 5014 const deUint32 stagesCount = static_cast<deUint32>(stagesVector.size()); allRayTracingStagesRequiredSubgroupSize() local [all...] |
H A D | vktSubgroupsBasicTests.cpp | 2120 const deUint32 stagesCount = DE_LENGTH_OF_ARRAY(stagesBits); in test() local 2124 const deUint32 inputDataCount = stagesCount; in test() 2133 inputData[ndx].binding = stagesCount + ndx; in test() 2142 const deUint32 inputDatasCount = datasPerStage * stagesCount; in test() 2145 for (deUint32 ndx = 0; ndx < stagesCount; ++ndx) in test() 2159 inputDatas[index + 0].binding = index + stagesCount; in test() 2163 inputDatas[index + 1].binding = index + stagesCount + 1u; in test() 2167 inputDatas[index + 2].binding = index + stagesCount + 2u; in test() 2172 inputDatas[index + 3].binding = index + stagesCount + 3u; in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 3177 const deUint32 stagesCount = static_cast<deUint32>(stagesVector.size()); in allStagesRequiredSubgroupSize() local 3206 std::vector< de::SharedPtr<BufferOrImage> > inputBuffers(stagesCount + extraDatasCount); in allStagesRequiredSubgroupSize() 3211 for (deUint32 ndx = 0u; ndx < stagesCount; ++ndx) in allStagesRequiredSubgroupSize() 3220 for (deUint32 ndx = stagesCount; ndx < stagesCount + extraDatasCount; ++ndx) in allStagesRequiredSubgroupSize() 3222 const deUint32 datasNdx = ndx - stagesCount; in allStagesRequiredSubgroupSize() 3275 for (deUint32 ndx = 0u; ndx < stagesCount + extraDatasCount; ndx++) in allStagesRequiredSubgroupSize() 3278 if (ndx < stagesCount) binding = getResultBinding(stagesVector[ndx]); in allStagesRequiredSubgroupSize() 3279 else binding = extraDatas[ndx -stagesCount].binding; in allStagesRequiredSubgroupSize() 3336 for (deUint32 ndx = stagesCount; nd in allStagesRequiredSubgroupSize() 4668 const size_t stagesCount = stagesVector.size(); makeRayTracingInputBuffers() local 4706 const size_t stagesCount = stagesVector.size(); makeRayTracingDescriptorSetLayout() local 4770 const size_t stagesCount = stagesVector.size(); makeRayTracingDescriptorSet() local 5003 const deUint32 stagesCount = static_cast<deUint32>(stagesVector.size()); allRayTracingStagesRequiredSubgroupSize() local [all...] |
H A D | vktSubgroupsBasicTests.cpp | 2120 const deUint32 stagesCount = DE_LENGTH_OF_ARRAY(stagesBits); in test() local 2124 const deUint32 inputDataCount = stagesCount; in test() 2133 inputData[ndx].binding = stagesCount + ndx; in test() 2142 const deUint32 inputDatasCount = datasPerStage * stagesCount; in test() 2145 for (deUint32 ndx = 0; ndx < stagesCount; ++ndx) in test() 2159 inputDatas[index + 0].binding = index + stagesCount; in test() 2163 inputDatas[index + 1].binding = index + stagesCount + 1u; in test() 2167 inputDatas[index + 2].binding = index + stagesCount + 2u; in test() 2172 inputDatas[index + 3].binding = index + stagesCount + 3u; in test()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 1475 const deUint32 stagesCount = static_cast<deUint32>(stagesVector.size()); in allStages() local 1511 std::vector< de::SharedPtr<BufferOrImage> > inputBuffers(stagesCount + extraDatasCount); in allStages() 1514 for (deUint32 ndx = 0u; ndx < stagesCount; ++ndx) in allStages() 1530 for (deUint32 ndx = stagesCount; ndx < stagesCount + extraDatasCount; ++ndx) in allStages() 1532 const deUint32 datasNdx = ndx - stagesCount; in allStages() 1593 for (deUint32 ndx = stagesCount; ndx < stagesCount + extraDatasCount; ++ndx) in allStages() 1596 if (extraDatas[ndx - stagesCount].isImage) in allStages() 1599 DE_ASSERT(extraDatas[ndx - stagesCount] in allStages() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1857 const auto stagesCount = m_params->stageCountPerPipeline(); in iterate() local 1863 const auto shaderConstants = generateShaderConstants(m_params->pipelineType, m_params->pipelineCount, stagesCount); in iterate() 1910 const auto storageBufferSize = static_cast<VkDeviceSize>(sizeof(uint32_t) * stagesCount); in iterate() 2907 std::vector<uint32_t> outputData(stagesCount, 0u); in iterate() 2910 for (size_t stageIdx = 0u; stageIdx < stagesCount; ++stageIdx) in iterate() 2912 const auto& expected = shaderConstants.at(getShaderIdx(m_params->pipelineToRun.get(), stageIdx, stagesCount)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1845 const auto stagesCount = m_params->stageCountPerPipeline(); in iterate() local 1851 const auto shaderConstants = generateShaderConstants(m_params->pipelineType, m_params->pipelineCount, stagesCount); in iterate() 1898 const auto storageBufferSize = static_cast<VkDeviceSize>(sizeof(uint32_t) * stagesCount); in iterate() 2893 std::vector<uint32_t> outputData(stagesCount, 0u); in iterate() 2896 for (size_t stageIdx = 0u; stageIdx < stagesCount; ++stageIdx) in iterate() 2898 const auto& expected = shaderConstants.at(getShaderIdx(m_params->pipelineToRun.get(), stageIdx, stagesCount)); in iterate()
|
Completed in 30 milliseconds