Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.hpp175 struct PreRasterizationDynamicStateFlags struct
177 bool dynamicLineWidth : 1;
178 bool dynamicDepthBias : 1;
179 bool dynamicDepthBiasEnable : 1;
180 bool dynamicCullMode : 1;
181 bool dynamicFrontFace : 1;
182 bool dynamicViewport : 1;
183 bool dynamicScissor : 1;
184 bool dynamicViewportWithCount : 1;
185 bool dynamicScissorWithCount : 1;
[all …]