Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Device/
H A DContext.hpp50 struct PreRasterizationDynamicStateFlags struct
52 bool dynamicLineWidth : 1;
53 bool dynamicDepthBias : 1;
54 bool dynamicDepthBiasEnable : 1;
55 bool dynamicCullMode : 1;
56 bool dynamicFrontFace : 1;
57 bool dynamicViewport : 1;
58 bool dynamicScissor : 1;
59 bool dynamicViewportWithCount : 1;
60 bool dynamicScissorWithCount : 1;
[all …]