Home
last modified time | relevance | path

Searched refs:D3DWorkarounds (Results 1 – 2 of 2) sorted by relevance

/external/angle/include/platform/
DFeaturesD3D.h38 Feature mrtPerfWorkaround = {"mrt_perf_workaround", FeatureCategory::D3DWorkarounds,
43 FeatureCategory::D3DWorkarounds,
53 Feature zeroMaxLodWorkaround = {"zero_max_lod", FeatureCategory::D3DWorkarounds,
61 "use_instanced_point_sprite_emulation", FeatureCategory::D3DWorkarounds,
70 "depth_stencil_blit_extra_copy", FeatureCategory::D3DWorkarounds,
79 "expand_integer_pow_expressions", FeatureCategory::D3DWorkarounds,
86 "flush_after_ending_transform_feedback", FeatureCategory::D3DWorkarounds,
94 "get_dimensions_ignores_base_level", FeatureCategory::D3DWorkarounds,
106 "pre_add_texel_fetch_offsets", FeatureCategory::D3DWorkarounds,
115 "emulate_tiny_stencil_textures", FeatureCategory::D3DWorkarounds,
[all …]
DFeature.h31 D3DWorkarounds, enumerator
64 case FeatureCategory::D3DWorkarounds: in FeatureCategoryToString()