Home
last modified time | relevance | path

Searched refs:locationLast (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp6453 const bool locationLast = (j > 0); in createExtendedDynamicStateTests() local
6455 const uint32_t covToColorLoc = (locationLast ? colorAttCount - 1u : 0u); in createExtendedDynamicStateTests()
6456 const uint32_t referenceRed = ((locationLast ? (multisample ? 15u : 1u) : 48u/*matches meshParams[0].color*/)); in createExtendedDynamicStateTests()
6464 config.coverageToColorLocationConfig.staticValue = (locationLast ? 0u : colorAttCount - 1u); in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp7988 const bool locationLast = (j > 0); in createExtendedDynamicStateTests() local
7990 const uint32_t covToColorLoc = (locationLast ? colorAttCount - 1u : 0u); in createExtendedDynamicStateTests()
7991 const uint32_t referenceRed = ((locationLast ? (multisample ? 15u : 1u) : 48u/*matches meshParams[0].color*/)); in createExtendedDynamicStateTests()
7999 config.coverageToColorLocationConfig.staticValue = (locationLast ? 0u : colorAttCount - 1u); in createExtendedDynamicStateTests()

Completed in 24 milliseconds