Lines Matching defs:DynamicState
118 struct DynamicState struct
120 VkViewport viewport;
121 VkRect2D scissor;
122 sw::float4 blendConstants;
123 float depthBiasConstantFactor = 0.0f;
124 float depthBiasClamp = 0.0f;
125 float depthBiasSlopeFactor = 0.0f;
126 float minDepthBounds = 0.0f;
127 float maxDepthBounds = 0.0f;
129 uint32_t compareMask[2] = { 0 };
130 uint32_t writeMask[2] = { 0 };
131 uint32_t reference[2] = { 0 };