Lines Matching defs:FeaturesD3D
29 struct FeaturesD3D : FeatureSetBase struct
38 Feature mrtPerfWorkaround = {"mrt_perf_workaround", FeatureCategory::D3DWorkarounds,
42 Feature setDataFasterThanImageUpload = {"set_data_faster_than_image_upload",
53 Feature zeroMaxLodWorkaround = {"zero_max_lod", FeatureCategory::D3DWorkarounds,
60 Feature useInstancedPointSpriteEmulation = {
69 Feature depthStencilBlitExtraCopy = {
78 Feature expandIntegerPowExpressions = {
85 Feature flushAfterEndingTransformFeedback = {
93 Feature getDimensionsIgnoresBaseLevel = {
105 Feature preAddTexelFetchOffsets = {
114 Feature emulateTinyStencilTextures = {
123 Feature disableB5G6R5Support = {"disable_b5g6r5_support", FeatureCategory::D3DWorkarounds,
131 Feature rewriteUnaryMinusOperator = {
140 Feature emulateIsnanFloat = {"emulate_isnan_float", FeatureCategory::D3DWorkarounds,
147 Feature callClearTwice = {"call_clear_twice", FeatureCategory::D3DWorkarounds,
155 Feature useSystemMemoryForConstantBuffers = {"use_system_memory_for_constant_buffers",
164 Feature selectViewInGeometryShader = {
179 Feature addMockTextureNoRenderTarget = {
187 Feature skipVSConstantRegisterZero = {
196 Feature forceAtomicValueResolution = {
222 inline FeaturesD3D::FeaturesD3D() = default; argument