Home
last modified time | relevance | path

Searched defs:DrawTestParams (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp126 struct DrawTestParams struct
129 …nditional rendering.Initial state, may be toggled later depending on the m_togglePredicate setting.
130 bool m_invert;
131 bool m_useOffset;
132 bool m_useMaintenance5;
134 …ConditionalRenderingEXT call is executed. Least significant bit corresponds to the first draw call.
136 …ConditionalRenderingEXT call is executed. Least significant bit corresponds to the first draw call.
137 uint32_t m_resultBits; //used for reference image preparation.
138 bool m_togglePredicate; //if true, toggle the predicate setting before rendering.
139 TogglePredicateMode m_toggleMode; //method of the predicate toggling
[all …]