Home
last modified time | relevance | path

Searched refs:stageNdx (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp756 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(checkStages); stageNdx++) in init() local
758 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()
763 checkStages[stageNdx], in init()
764 checkStages[stageNdx], in init()
765 checkStages[stageNdx], in init()
784 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(checkStages); stageNdx++) in init() local
787 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()
792 checkStages[stageNdx], in init()
793 checkStages[stageNdx], in init()
794 checkStages[stageNdx], in init()
[all …]
Des31fProgramInterfaceQueryTests.cpp471 for (deUint32 stageNdx = 0; stageNdx < glu::SHADERTYPE_LAST; ++stageNdx) in ShaderSet() local
473 const deUint32 stageMask = (1u << stageNdx); in ShaderSet()
479 m_stagePresent[stageNdx] = stagePresent; in ShaderSet()
480 m_stageReferencing[stageNdx] = stageReferencing; in ShaderSet()
5027 for (deUint32 stageNdx = 0; stageNdx < glu::SHADERTYPE_LAST; ++stageNdx) in init() local
5029 const deUint32 currentBit = (1u << stageNdx); in init()
5034 const char* stageName = (stageNdx == glu::SHADERTYPE_VERTEX) ? ("vertex") in init()
5035 : (stageNdx == glu::SHADERTYPE_FRAGMENT) ? ("fragment") in init()
5036 : (stageNdx == glu::SHADERTYPE_GEOMETRY) ? ("geo") in init()
5037 : (stageNdx == glu::SHADERTYPE_TESSELLATION_CONTROL) ? ("tess_ctrl") in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp2495 for (size_t stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stages); ++stageNdx) in createLaunchTests() local
2497 if ((shaderStageFlags & stages[stageNdx].stage) == 0) in createLaunchTests()
2527 stages[stageNdx].stage, // VkShaderStageFlagBits stage; in createLaunchTests()
2536 const std::string testName = string(stages[stageNdx].name) + '_' + suffix; in createLaunchTests()
2576 for (size_t stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stages); ++stageNdx) in createScalarTests() local
2580 if ((shaderStageFlags & stages[stageNdx].stage) == 0) in createScalarTests()
2583 …if (stages[stageNdx].stage == VK_SHADER_STAGE_INTERSECTION_BIT_KHR && geomTypes[geomTypesNdx].geom… in createScalarTests()
2614 stages[stageNdx].stage, // VkShaderStageFlagBits stage; in createScalarTests()
2623 …const std::string testName = string(stages[stageNdx].name) + '_' + geomTypes[geomTypesNdx].name + … in createScalarTests()
2726 for (size_t stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stages); ++stageNdx) in createRayFlagsTests() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp3103 for (deUint32 stageNdx = 0u; stageNdx < DE_LENGTH_OF_ARRAY(basicGraphicsStages0); stageNdx++) in createTimestampTests() local
3105 TimestampTestParam param(basicGraphicsStages0[stageNdx], 2u, true, false); in createTimestampTests()
3121 for (deUint32 stageNdx = 0u; stageNdx < DE_LENGTH_OF_ARRAY(basicGraphicsStages1); stageNdx++) in createTimestampTests() local
3123 TimestampTestParam param(basicGraphicsStages1[stageNdx], 3u, true, false); in createTimestampTests()
3148 for (deUint32 stageNdx = 0u; stageNdx < DE_LENGTH_OF_ARRAY(advGraphicsStages); stageNdx++) in createTimestampTests() local
3150 TimestampTestParam param(advGraphicsStages[stageNdx], 2u, true, false); in createTimestampTests()
3173 for (deUint32 stageNdx = 0u; stageNdx < DE_LENGTH_OF_ARRAY(basicComputeStages); stageNdx++) in createTimestampTests() local
3175 TimestampTestParam param(basicComputeStages[stageNdx], 2u, false, false); in createTimestampTests()
3194 for (deUint32 stageNdx = 0u; stageNdx < DE_LENGTH_OF_ARRAY(transferStages); stageNdx++) in createTimestampTests() local
3198 TransferTimestampTestParam param(transferStages[stageNdx], 2u, false, false, method); in createTimestampTests()
DvktPipelinePushConstantTests.cpp158 for (deUint32 stageNdx = 0u; stageNdx < DE_LENGTH_OF_ARRAY(shaderStages); stageNdx++) in getShaderStageNameStr() local
160 if (stageFlags & shaderStages[stageNdx]) in getShaderStageNameStr()
165 shaderStageStr << shaderStageNames[stageNdx]; in getShaderStageNameStr()
861 for (deUint32 stageNdx = 0u; stageNdx < DE_LENGTH_OF_ARRAY(shaderStages); stageNdx++) in getPushConstantRanges() local
868 if (m_pushConstantRange[rangeNdx].range.shaderStage & shaderStages[stageNdx]) in getPushConstantRanges()
879 shaderStages[stageNdx], // VkShaderStageFlags stageFlags in getPushConstantRanges()
888 …<< "VkShaderStageFlags stageFlags " << getShaderStageNameStr(shaderStages[stageNdx]) << ",\n" in getPushConstantRanges()
DvktPipelineExecutablePropertiesTests.cpp968 for (deUint32 stageNdx = 0; stageNdx < m_param->getShaderCount(); stageNdx++) in verifyTestResult() local
970 stages &= ~m_param->getShaderFlag(stageNdx); in verifyTestResult()
DvktPipelineSpecConstantTests.cpp2345 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stages); ++stageNdx) in createSpecConstantTests() local
2347 const StageDef& stage = stages[stageNdx]; in createSpecConstantTests()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp726 for (size_t stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stages); ++stageNdx) in init() local
728 const std::string groupName = "random_" + stages[stageNdx].name; in init()
729 const TestStageFlags stage = stages[stageNdx].testStageFlags; in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp1053 for (size_t stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stages); ++stageNdx) in createBufferMarkerTestsInGroup() local
1055 …tcu::TestCaseGroup* stageGroup = (new tcu::TestCaseGroup(testCtx, stageNames[stageNdx], "Buffer ma… in createBufferMarkerTestsInGroup()
1057 base.stage = stages[stageNdx]; in createBufferMarkerTestsInGroup()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp1632 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stageCases); stageNdx++) in createBufferDeviceAddressTests() local
1639 (Stage)stageCases[stageNdx].count, // Stage stage; in createBufferDeviceAddressTests()
1650 …up->addChild(new BufferAddressTestCase(testCtx, stageCases[stageNdx].name, stageCases[stageNdx].de… in createBufferDeviceAddressTests()
DvktBindingDescriptorSetRandomTests.cpp2951 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stageCases); stageNdx++) in createDescriptorSetRandomTests() local
2953 const Stage currentStage = static_cast<Stage>(stageCases[stageNdx].count); in createDescriptorSetRandomTests()
2961 …oup> stageGroup(new tcu::TestCaseGroup(testCtx, stageCases[stageNdx].name, stageCases[stageNdx].de… in createDescriptorSetRandomTests()
DvktBindingShaderAccessTests.cpp9431 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(s_shaderStages); ++stageNdx) in createShaderAccessTests() local
9433 if (s_bindTypes[bindTypeNdx].isPrimary || s_shaderStages[stageNdx].supportsSecondaryCmdBufs) in createShaderAccessTests()
9435 …roup (new tcu::TestCaseGroup(testCtx, s_shaderStages[stageNdx].name, s_shaderStages[stageNdx].… in createShaderAccessTests()
9485 s_shaderStages[stageNdx].existingStages, in createShaderAccessTests()
9486 s_shaderStages[stageNdx].activeStages, in createShaderAccessTests()
9495 s_shaderStages[stageNdx].existingStages, in createShaderAccessTests()
9496 s_shaderStages[stageNdx].activeStages, in createShaderAccessTests()
9505 s_shaderStages[stageNdx].existingStages, in createShaderAccessTests()
9506 s_shaderStages[stageNdx].activeStages, in createShaderAccessTests()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp1904 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stageCases); stageNdx++) in createTests() local
1918 (Stage)stageCases[stageNdx].value, // Stage stage; in createTests()
1998 …roup->addChild(new MemoryModelTestCase(testCtx, stageCases[stageNdx].name, stageCases[stageNdx].de… in createTests()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp1435 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(bufferAccessStages); stageNdx++) in addBufferAccessTests() local
1437 const VkShaderStageFlagBits stage = bufferAccessStages[stageNdx]; in addBufferAccessTests()
DvktRobustnessExtsTests.cpp3055 for (int stageNdx = 0; stageNdx < DE_LENGTH_OF_ARRAY(stageCases); stageNdx++) in createTests() local
3057 Stage currentStage = static_cast<Stage>(stageCases[stageNdx].count); in createTests()
3060 if ((Stage)stageCases[stageNdx].count == STAGE_RAYGEN) in createTests()
3095 …p->addChild(new RobustnessExtsTestCase(testCtx, stageCases[stageNdx].name, stageCases[stageNdx].na… in createTests()