Searched refs:advanced (Results 1 – 25 of 424) sorted by relevance
12345678910>>...17
784 GstVC1AdvancedSeqHdr *advanced = &seqhdr->advanced; in parse_sequence_header_advanced() local790 advanced->level = tmp; in parse_sequence_header_advanced()791 advanced->par_n = 0; in parse_sequence_header_advanced()792 advanced->par_d = 0; in parse_sequence_header_advanced()793 advanced->fps_n = 0; in parse_sequence_header_advanced()794 advanced->fps_d = 0; in parse_sequence_header_advanced()796 READ_UINT8 (br, advanced->colordiff_format, 2); in parse_sequence_header_advanced()797 READ_UINT8 (br, advanced->frmrtq_postproc, 3); in parse_sequence_header_advanced()798 READ_UINT8 (br, advanced->bitrtq_postproc, 5); in parse_sequence_header_advanced()800 calculate_framerate_bitrate (advanced->frmrtq_postproc, in parse_sequence_header_advanced()[all …]
137 advanced = index138 return basic, advanced141 self.assertFalse(dialog.advanced)143 basic, advanced = stackorder()144 self.assertGreater(basic, advanced)148 self.assertTrue(dialog.advanced)150 basic, advanced = stackorder()151 self.assertGreater(advanced, basic)155 self.assertFalse(dialog.advanced)157 basic, advanced = stackorder()[all …]
34 KHR-GL46.draw_indirect.advanced-twoPass-transformFeedback-arrays,Fail35 KHR-GL46.draw_indirect.advanced-twoPass-transformFeedback-elements,Fail89 KHR-GL46.vertex_attrib_binding.advanced-bindingUpdate,Fail248 KHR-GL46.shader_atomic_counters.advanced-usage-multi-stage276 KHR-GL46.shader_image_size.advanced-nonMS-cs-float,Fail277 KHR-GL46.shader_image_size.advanced-nonMS-cs-int,Fail278 KHR-GL46.shader_image_size.advanced-nonMS-cs-uint,Fail279 KHR-GL46.shader_image_size.advanced-nonMS-fs-float,Fail280 KHR-GL46.shader_image_size.advanced-nonMS-fs-int,Fail281 KHR-GL46.shader_image_size.advanced-nonMS-fs-uint,Fail[all …]
4 KHR-GL43.shader_atomic_counters.advanced-usage-many-draw-calls25 KHR-GL43.shader_atomic_counters.advanced-usage-draw-update-draw6 KHR-GL43.shader_storage_buffer_object.advanced-unsizedArrayLength-fs-std140-matR7 KHR-GL43.shader_storage_buffer_object.advanced-unsizedArrayLength-fs-std140-struct8 KHR-GL43.shader_storage_buffer_object.advanced-unsizedArrayLength-fs-std430-matC-pad9 KHR-GL43.shader_storage_buffer_object.advanced-unsizedArrayLength-fs-std430-vec
71 KHR-GLES31.core.shader_atomic_counters.advanced-usage-multi-stage72 KHR-GLES31.core.shader_atomic_counters.advanced-usage-draw-update-draw73 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-counters74 KHR-GLES31.core.shader_atomic_counters.advanced-usage-switch-programs75 KHR-GLES31.core.shader_atomic_counters.advanced-usage-ubo76 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-draw-calls77 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-draw-calls278 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-dispatches897 KHR-GLES31.core.vertex_attrib_binding.advanced-bindingUpdate898 KHR-GLES31.core.vertex_attrib_binding.advanced-iterations[all …]
5 [[framebuffer-blend-advanced]]9 <<framebuffer-blend-advanced-fxyz-modes,f/X/Y/Z Advanced Blend Operations>>,10 <<framebuffer-blend-advanced-hsl-modes,Hue-Saturation-Luminosity Advanced12 <<framebuffer-blend-advanced-additional-rgb,Additional RGB Blend15 …edStateCreateInfoEXT',desc='Structure specifying parameters that affect advanced blend operations'…19 then that structure includes parameters that affect advanced blend62 [open,refpage='vkCmdSetColorBlendAdvancedEXT',desc='Specify the advanced color blend state dynamica…64 To <<pipelines-dynamic-state, dynamically set>> the advanced blend state,71 * pname:firstAttachment the first color attachment the advanced blend76 structs that specify the advanced color blend parameters for the[all …]
5 [[framebuffer-blend-advanced]]9 <<framebuffer-blend-advanced-fxyz-modes,f/X/Y/Z Advanced Blend Operations>>,10 <<framebuffer-blend-advanced-hsl-modes,Hue-Saturation-Luminosity Advanced12 <<framebuffer-blend-advanced-additional-rgb,Additional RGB Blend15 …edStateCreateInfoEXT',desc='Structure specifying parameters that affect advanced blend operations'…19 then that structure includes parameters that affect advanced blend62 <<framebuffer-blend-advanced-fxyz-modes,f/X/Y/Z Advanced Blend Operations>>63 or <<framebuffer-blend-advanced-hsl-modes,Hue-Saturation-Luminosity Advanced136 When blending using advanced blend operations, we expect that the R, G, and144 All of the advanced blend operation formulas in this chapter compute the[all …]
16 This extension adds a number of "`advanced`" blending operations that can:25 memory dependency must: separate each advanced blend operation on a28 synchronize reads using advanced blend operations.32 is ename:VK_TRUE, advanced blend operations obey primitive order just48 This extension provides a number of new "`advanced`" blending operations.68 Many of these advanced blending equations are formulated where the result of
72 This extension adds a number of "advanced" blending equations that can be101 This extension provides a number of new "advanced" blending equations.113 (coverage). Many of these advanced blending equations are formulated206 The advanced blend equations are those listed in tables X.1 and X.2. When233 When blending using advanced blend equations, we expect that the R, G, and412 When using advanced blending equations, applications should split their420 specifies a boundary between passes when using advanced blend equations.428 When using advanced blending equations, blending is typically done442 specifies a boundary between passes when using advanced blend equations.494 specifying a set of advanced blend equations supported when the fragment[all …]
816 assert_equals_int (hdr.advanced.level, GST_VC1_LEVEL_L1); in GST_START_TEST()817 assert_equals_int (hdr.advanced.colordiff_format, 1); in GST_START_TEST()1023 GstVC1AdvancedSeqHdr *advhdr = &seqhdr.advanced; in GST_START_TEST()1025 GstVC1PicAdvanced *pic = &framehdr.pic.advanced; in GST_START_TEST()1084 GstVC1AdvancedSeqHdr *advhdr = &seqhdr.advanced; in GST_START_TEST()1086 GstVC1PicAdvanced *pic = &framehdr.pic.advanced; in GST_START_TEST()1154 GstVC1AdvancedSeqHdr *advhdr = &seqhdr.advanced; in GST_START_TEST()1156 GstVC1PicAdvanced *pic = &framehdr.pic.advanced; in GST_START_TEST()
59 4723 VULKAN NVIDIA : KHR-GLES31.core.shader_image_size.advanced-nonMS-vs-float = SKIP60 4723 VULKAN NVIDIA : KHR-GLES31.core.shader_image_size.advanced-nonMS-vs-int = SKIP61 4723 VULKAN NVIDIA : KHR-GLES31.core.shader_image_size.advanced-nonMS-vs-uint = SKIP75 4128 VULKAN NVIDIA : KHR-GLES31.core.shader_storage_buffer_object.advanced-unsizedArrayLength-cs-*-…76 4128 VULKAN NVIDIA : KHR-GLES31.core.shader_storage_buffer_object.advanced-unsizedArrayLength-vs-*-…77 4128 VULKAN NVIDIA : KHR-GLES31.core.shader_storage_buffer_object.advanced-unsizedArrayLength-fs-*-…78 4128 VULKAN NVIDIA : KHR-GLES31.core.shader_storage_buffer_object.advanced-unsizedArrayLength-cs-*-…79 4128 VULKAN NVIDIA : KHR-GLES31.core.shader_storage_buffer_object.advanced-unsizedArrayLength-vs-*-…80 4128 VULKAN NVIDIA : KHR-GLES31.core.shader_storage_buffer_object.advanced-unsizedArrayLength-fs-*-…81 4128 VULKAN NVIDIA : KHR-GLES31.core.shader_storage_buffer_object.advanced-unsizedArrayLength-cs-*-…[all …]
71 KHR-GLES31.core.shader_atomic_counters.advanced-usage-multi-stage72 KHR-GLES31.core.shader_atomic_counters.advanced-usage-draw-update-draw73 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-counters74 KHR-GLES31.core.shader_atomic_counters.advanced-usage-switch-programs75 KHR-GLES31.core.shader_atomic_counters.advanced-usage-ubo76 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-draw-calls77 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-draw-calls278 KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-dispatches1827 KHR-GLES31.core.vertex_attrib_binding.advanced-bindingUpdate1828 KHR-GLES31.core.vertex_attrib_binding.advanced-iterations[all …]
82 This extension adds a number of "advanced" blending equations that can be111 This extension provides a number of new "advanced" blending equations.123 (coverage). Many of these advanced blending equations are formulated216 The advanced blend equations are those listed in tables X.1 and X.2. When243 When blending using advanced blend equations, we expect that the R, G, and422 When using advanced blending equations, applications should split their430 specifies a boundary between passes when using advanced blend equations.438 When using advanced blending equations, blending is typically done452 specifies a boundary between passes when using advanced blend equations.504 specifying a set of advanced blend equations supported when the fragment[all …]
921 switch ((GstVC1Level) vc1parse->seq_hdr.advanced.level) { in gst_vc1_parse_update_caps()2114 level = vc1parse->seq_hdr.advanced.level; in gst_vc1_parse_handle_seq_hdr()2120 width = vc1parse->seq_hdr.advanced.max_coded_width; in gst_vc1_parse_handle_seq_hdr()2121 height = vc1parse->seq_hdr.advanced.max_coded_height; in gst_vc1_parse_handle_seq_hdr()2132 fps = vc1parse->seq_hdr.advanced.framerate; in gst_vc1_parse_handle_seq_hdr()2142 if (vc1parse->seq_hdr.advanced.display_ext) { in gst_vc1_parse_handle_seq_hdr()2145 && vc1parse->seq_hdr.advanced.aspect_ratio_flag) { in gst_vc1_parse_handle_seq_hdr()2147 if (vc1parse->seq_hdr.advanced.aspect_ratio == 15) { in gst_vc1_parse_handle_seq_hdr()2148 par_n = vc1parse->seq_hdr.advanced.aspect_horiz_size; in gst_vc1_parse_handle_seq_hdr()2149 par_d = vc1parse->seq_hdr.advanced.aspect_vert_size; in gst_vc1_parse_handle_seq_hdr()[all …]
28 async advanced() { method in B80 async advanced() { method in B
28 async advanced() { method in B91 B.prototype.advanced = function () { method in B
25 + Validation of all advanced blending modes41 rendered without blending, while subsequent quads have the advanced blend mode49 made between each overlapping quad with advanced blending enabled. In coherent
118 * [Advanced Topics](/docs/advanced.md)119 * [Composing Your App Using Commands](/docs/advanced.md#commands)120 * [Building Configurable CLI Apps](/docs/advanced.md#configuration)121 * [Customizing Yargs' Parser](/docs/advanced.md#customizing)
66 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests).133 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests).171 [Typed Tests](../advanced.md#typed-tests) for more information.208 For more information, see [Typed Tests](../advanced.md#typed-tests).221 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more241 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more265 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more293 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests).336 See [Testing Private Code](../advanced.md#testing-private-code) for more348 [Adding Traces to Assertions](../advanced.md#adding-traces-to-assertions).[all …]
14 KHR-GLES31.core.draw_indirect.advanced-twoPass-transformFeedback-arrays15 KHR-GLES31.core.draw_indirect.advanced-twoPass-transformFeedback-elements