/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmPointerParameterTests.cpp | 689 map<string, string> fragments; in addGraphicsPointerParamToParamTest() local 713 fragments["pre_main"] = in addGraphicsPointerParamToParamTest() 731 fragments["decoration"] = in addGraphicsPointerParamToParamTest() 739 fragments["testfun"] = in addGraphicsPointerParamToParamTest() 762 …createTestsForAllStages("global_to_param", defaultColors, defaultColors, fragments, resources, ext… in addGraphicsPointerParamToParamTest() 767 map<string, string> fragments; in addGraphicsPointerParamToGlobalTest() local 799 fragments["pre_main"] = in addGraphicsPointerParamToGlobalTest() 827 fragments["decoration"] = in addGraphicsPointerParamToGlobalTest() 836 fragments["testfun"] = in addGraphicsPointerParamToGlobalTest() 858 …createTestsForAllStages("param_to_global", defaultColors, defaultColors, fragments, resources, ext… in addGraphicsPointerParamToGlobalTest() [all …]
|
D | vktSpvAsm16bitStorageTests.cpp | 1991 map<string, string> fragments; in addGraphics16BitStorageUniformInt32To16Group() local 2008 fragments["extension"] = "OpExtension \"SPV_KHR_16bit_storage\""; in addGraphics16BitStorageUniformInt32To16Group() 2169 fragments["pre_main"] = scalarPreMain.specialize(specs); in addGraphics16BitStorageUniformInt32To16Group() 2170 fragments["testfun"] = scalarTestFunc.specialize(specs); in addGraphics16BitStorageUniformInt32To16Group() 2171 fragments["capability"] = capabilities.specialize(specs); in addGraphics16BitStorageUniformInt32To16Group() 2172 fragments["decoration"] = scalarDecoration.specialize(specs); in addGraphics16BitStorageUniformInt32To16Group() 2193 …createTestsForAllStages(name, defaultColors, defaultColors, fragments, resources, extensions, test… in addGraphics16BitStorageUniformInt32To16Group() 2217 fragments["pre_main"] = vecPreMain.specialize(specs); in addGraphics16BitStorageUniformInt32To16Group() 2218 fragments["testfun"] = vecTestFunc.specialize(specs); in addGraphics16BitStorageUniformInt32To16Group() 2219 fragments["capability"] = capabilities.specialize(specs); in addGraphics16BitStorageUniformInt32To16Group() [all …]
|
D | vktSpvAsmVariablePointersTests.cpp | 1423 map<string, string> fragments; in addVariablePointersGraphicsGroup() local 1462 fragments["extension"] = "OpExtension \"SPV_KHR_variable_pointers\"\n" in addVariablePointersGraphicsGroup() 1601 fragments["capability"] = cap; in addVariablePointersGraphicsGroup() 1602 fragments["decoration"] = decoration.specialize(specs); in addVariablePointersGraphicsGroup() 1603 fragments["pre_main"] = preMain.specialize(specs); in addVariablePointersGraphicsGroup() 1604 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1610 …createTestsForAllStages(name.c_str(), defaultColors, defaultColors, fragments, resources, extensio… in addVariablePointersGraphicsGroup() 1623 fragments["capability"] = cap; in addVariablePointersGraphicsGroup() 1624 fragments["decoration"] = decoration.specialize(specs); in addVariablePointersGraphicsGroup() 1625 fragments["pre_main"] = preMain.specialize(specs); in addVariablePointersGraphicsGroup() [all …]
|
D | vktSpvAsmCompositeInsertTests.cpp | 231 map<string, string> fragments; in addGraphicsVectorCompositeInsertTests() local 252 fragments["pre_main"] = in addGraphicsVectorCompositeInsertTests() 262 fragments["decoration"] = in addGraphicsVectorCompositeInsertTests() 268 fragments["testfun"] = in addGraphicsVectorCompositeInsertTests() 281 …VERTEX_BIT, (testName + "_vert").c_str(), defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsVectorCompositeInsertTests() 284 …NTROL_BIT, (testName + "_tessc").c_str(), defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsVectorCompositeInsertTests() 287 …ATION_BIT, (testName + "_tesse").c_str(), defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsVectorCompositeInsertTests() 290 …OMETRY_BIT, (testName + "_geom").c_str(), defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsVectorCompositeInsertTests() 295 …AGMENT_BIT, (testName + "_frag").c_str(), defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsVectorCompositeInsertTests() 384 map<string, string> fragments; in addGraphicsMatrixCompositeInsertTests() local [all …]
|
D | vktSpvAsmIndexingTests.cpp | 319 map<string, string> fragments; in addGraphicsIndexingStructTests() local 434 fragments["capability"] = "OpCapability Int16\n"; in addGraphicsIndexingStructTests() 442 fragments["capability"] = "OpCapability Int64\n"; in addGraphicsIndexingStructTests() 472 fragments["capability"] += "OpCapability VariablePointersStorageBuffer"; in addGraphicsIndexingStructTests() 473 …fragments["extension"] = "OpExtension \"SPV_KHR_variable_pointers\"\nOpExtension \"SPV_KHR_stor… in addGraphicsIndexingStructTests() 493 fragments["pre_main"] = preMain.specialize(specs); in addGraphicsIndexingStructTests() 494 fragments["decoration"] = decoration.specialize(specs); in addGraphicsIndexingStructTests() 495 fragments["testfun"] = testFun.specialize(specs); in addGraphicsIndexingStructTests() 498 testName.c_str(), defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsIndexingStructTests() 510 map<string, string> fragments = passthruFragments(); in addGraphicsOutputComponentIndexingTests() local [all …]
|
D | vktSpvAsmUboMatrixPaddingTests.cpp | 149 map<string, string> fragments; in addGraphicsUboMatrixPaddingTest() local 170 fragments["pre_main"] = in addGraphicsUboMatrixPaddingTest() 184 fragments["decoration"] = in addGraphicsUboMatrixPaddingTest() 201 fragments["testfun"] = in addGraphicsUboMatrixPaddingTest() 251 …K_SHADER_STAGE_VERTEX_BIT, "mat2x2_vert", defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsUboMatrixPaddingTest() 254 …TESSELLATION_CONTROL_BIT, "mat2x2_tessc", defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsUboMatrixPaddingTest() 257 …SELLATION_EVALUATION_BIT, "mat2x2_tesse", defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsUboMatrixPaddingTest() 260 …SHADER_STAGE_GEOMETRY_BIT, "mat2x2_geom", defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsUboMatrixPaddingTest() 265 …SHADER_STAGE_FRAGMENT_BIT, "mat2x2_frag", defaultColors, defaultColors, fragments, noSpecConstants, in addGraphicsUboMatrixPaddingTest()
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 474 string makeVertexShaderAssembly (const map<string, string>& fragments) in makeVertexShaderAssembly() argument 532 return tcu::StringTemplate(vertexShaderBoilerplate).specialize(fragments); in makeVertexShaderAssembly() 557 string makeTessControlShaderAssembly (const map<string, string>& fragments) in makeTessControlShaderAssembly() argument 655 return tcu::StringTemplate(tessControlShaderBoilerplate).specialize(fragments); in makeTessControlShaderAssembly() 681 string makeTessEvalShaderAssembly (const map<string, string>& fragments) in makeTessEvalShaderAssembly() argument 801 return tcu::StringTemplate(tessEvalBoilerplate).specialize(fragments); in makeTessEvalShaderAssembly() 830 string makeGeometryShaderAssembly (const map<string, string>& fragments) in makeGeometryShaderAssembly() argument 936 return tcu::StringTemplate(geometryShaderBoilerplate).specialize(fragments); in makeGeometryShaderAssembly() 953 string makeFragmentShaderAssembly (const map<string, string>& fragments) in makeFragmentShaderAssembly() argument 1002 return tcu::StringTemplate(fragmentShaderBoilerplate).specialize(fragments); in makeFragmentShaderAssembly() [all …]
|
D | vktSpvAsm8bitStorageTests.cpp | 2670 map<string, string> fragments; in addGraphics8BitStorageUniformInt32To8Group() local 2679 fragments["extension"] = in addGraphics8BitStorageUniformInt32To8Group() 2870 fragments["pre_main"] = categories[catIdx].preMain.specialize(specs); in addGraphics8BitStorageUniformInt32To8Group() 2871 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt32To8Group() 2872 fragments["capability"] = capabilities.specialize(specs); in addGraphics8BitStorageUniformInt32To8Group() 2873 fragments["decoration"] = categories[catIdx].decoration.specialize(specs); in addGraphics8BitStorageUniformInt32To8Group() 2879 …createTestsForAllStages(name, defaultColors, defaultColors, fragments, resources, extensions, test… in addGraphics8BitStorageUniformInt32To8Group() 2887 map<string, string> fragments; in addGraphics8BitStorageUniformInt8To32Group() local 2896 fragments["extension"] = in addGraphics8BitStorageUniformInt8To32Group() 3098 fragments["pre_main"] = categories[catIdx].preMain.specialize(specs); in addGraphics8BitStorageUniformInt8To32Group() [all …]
|
D | vktSpvAsmConditionalBranchTests.cpp | 149 map<string, string> fragments; in addGraphicsSameLabelsTest() local 153 fragments["pre_main"] = in addGraphicsSameLabelsTest() 165 fragments["decoration"] = in addGraphicsSameLabelsTest() 214 fragments["testfun"] = testFun.specialize(specs); in addGraphicsSameLabelsTest() 216 …createTestsForAllStages(testName.c_str(), defaultColors, defaultColors, fragments, resources, vect… in addGraphicsSameLabelsTest()
|
/third_party/flutter/flutter/dev/docs/assets/ |
D | api_survey.js | 3 var fragments = url.split('/'); 4 if (fragments == null || fragments.length == 0) { 7 var classFragment = fragments[fragments.length -1];
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxFactoryButNoJsxFragmentFactory.errors.txt | 1 …6: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFac… 2 …6: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFac… 3 …6: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFac… 11 !!! error TS17016: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments w… 14 !!! error TS17016: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments w… 16 !!! error TS17016: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments w…
|
D | jsxFactoryAndFragment.errors.txt | 1 …6: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFac… 2 …6: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFac… 3 …6: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFac… 11 !!! error TS17016: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments w… 14 !!! error TS17016: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments w… 16 !!! error TS17016: The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments w…
|
D | inlineJsxFactoryWithFragmentIsError.errors.txt | 2 …x(3,1): error TS17017: An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments. 3 …x(3,1): error TS17017: An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments. 21 !!! error TS17017: An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments. 29 !!! error TS17017: An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments.
|
/third_party/openGLES/extensions/NV/ |
D | NV_conservative_raster_pre_snap_triangles.txt | 41 When CONSERVATIVE_RASTERIZATION_NV is enabled, the fragments generated for 44 for triangles where the fragments generated are conservative with respect 49 generate fragments not generated when the mode is CONSERVATIVE_RASTER_MODE_- 50 POST_SNAP (default). In particular it may generate fragments for pixels 95 CONSERVATIVE_RASTER_MODE_POST_SNAP_NV, the generated fragments are 98 the fragments generated for triangles will be conservative w.r.t the 100 degenerate due to vertex snapping, this mode will generate fragments for 102 CONSERVATIVE_RASTER_MODE_POST_SNAP_NV. This mode may also generate fragments for pixels that 138 MODE_PRE_SNAP_TRIANGLES the generated fragments are conservative w.r.t 145 (2) Which way do the fragments generated for zero-area triangles face? [all …]
|
D | NV_representative_fragment_test.txt | 47 any primitive that produces one or more fragments that pass all other 49 more "representative" fragments for processing and discard all other 50 fragments. For draw calls rendering multiple points, lines, or triangles 65 not enabled via the fragment shader. The set of fragments discarded by the 68 discard any fragments for a given primitive. 122 more fragments that pass all prior early fragment tests, the 124 fragments for processing and discard all other fragments. For draw calls 127 each of those primitives. The set of fragments discarded by the 129 the representative fragment test may not discard any fragments for a given 175 rasterization pipeline stage discarding fragments for this test would
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_conservative_raster_pre_snap_triangles.txt | 41 When CONSERVATIVE_RASTERIZATION_NV is enabled, the fragments generated for 44 for triangles where the fragments generated are conservative with respect 49 generate fragments not generated when the mode is CONSERVATIVE_RASTER_MODE_- 50 POST_SNAP (default). In particular it may generate fragments for pixels 95 CONSERVATIVE_RASTER_MODE_POST_SNAP_NV, the generated fragments are 98 the fragments generated for triangles will be conservative w.r.t the 100 degenerate due to vertex snapping, this mode will generate fragments for 102 CONSERVATIVE_RASTER_MODE_POST_SNAP_NV. This mode may also generate fragments for pixels that 138 MODE_PRE_SNAP_TRIANGLES the generated fragments are conservative w.r.t 145 (2) Which way do the fragments generated for zero-area triangles face? [all …]
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | map5.c | 19 int fragments; in main() local 41 fragments = 0; in main() 52 fragments++; in main() 64 printf("%d\n", fragments); in main()
|
/third_party/ffmpeg/libavformat/ |
D | hdsenc.c | 56 Fragment **fragments; member 154 av_freep(&os->fragments[j]); in hds_free() 155 av_freep(&os->fragments); in hds_free() 226 int start = 0, fragments; in write_abst() local 231 fragments = os->nb_fragments - start; in write_abst() 235 cur_media_time = os->fragments[os->nb_fragments - 1]->start_time; in write_abst() 276 avio_wb32(out, fragments); // FragmentRunEntryCount in write_abst() 278 avio_wb32(out, os->fragments[i]->n); in write_abst() 279 avio_wb64(out, os->fragments[i]->start_time); in write_abst() 280 avio_wb32(out, os->fragments[i]->duration); in write_abst() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_fragments_instrument.txt | 27 counter of the number of fragments generated during pixel and 33 across multiple chips may maintain a count of the fragments 43 does not generate any fragments, should the counter be 45 fragments generated from a GL spec point of view, but would 49 A: It's better to keep the single meaning of GL fragments 50 generated. Counting internal fragments wouldn't always be 60 * We say that invisible fragments culled early as an 64 fragments it contains. From a GL point of view, these 65 fragments *were* generated, but counting them would require 99 of the number of fragments generated by rasterization (geometry or [all …]
|
D | SGIX_bali_r_instruments.txt | 32 count the number of fragments generated and a second to count the 33 number of fragments which passed the depth test. 37 * Should fragments generated by internal pixel operations be 44 * Currently we count only fragments which passed the depth test 45 and do not count fragments which were drawn when the depth 82 a counter of the number of fragments generated is maintained. 87 region of the primitive only contains fragments which the GL has 88 determined will fail the Z test, the fragments may not be 89 generated. Therefore, the count of fragments generated may be 99 of fragments which have passed the depth test is maintained. This
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_fragments_instrument.txt | 27 counter of the number of fragments generated during pixel and 33 across multiple chips may maintain a count of the fragments 43 does not generate any fragments, should the counter be 45 fragments generated from a GL spec point of view, but would 49 A: It's better to keep the single meaning of GL fragments 50 generated. Counting internal fragments wouldn't always be 60 * We say that invisible fragments culled early as an 64 fragments it contains. From a GL point of view, these 65 fragments *were* generated, but counting them would require 99 of the number of fragments generated by rasterization (geometry or [all …]
|
D | SGIX_bali_r_instruments.txt | 32 count the number of fragments generated and a second to count the 33 number of fragments which passed the depth test. 37 * Should fragments generated by internal pixel operations be 44 * Currently we count only fragments which passed the depth test 45 and do not count fragments which were drawn when the depth 82 a counter of the number of fragments generated is maintained. 87 region of the primitive only contains fragments which the GL has 88 determined will fail the Z test, the fragments may not be 89 generated. Therefore, the count of fragments generated may be 99 of fragments which have passed the depth test is maintained. This
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpcvfdepay.c | 117 avtpcvfdepay->fragments = NULL; in gst_avtp_cvf_depay_init() 285 if (avtpcvfdepay->fragments != NULL) { in gst_avtp_cvf_depay_push_and_discard() 287 gst_buffer_unref (avtpcvfdepay->fragments); in gst_avtp_cvf_depay_push_and_discard() 288 avtpcvfdepay->fragments = NULL; in gst_avtp_cvf_depay_push_and_discard() 518 if (G_UNLIKELY (avtpcvfdepay->fragments == NULL)) { in gst_avtp_cvf_depay_process_last_fragment() 524 gst_buffer_copy_into (avtpcvfdepay->fragments, avtpdu, in gst_avtp_cvf_depay_process_last_fragment() 537 nalu_size = gst_buffer_get_size (avtpcvfdepay->fragments) + 1; in gst_avtp_cvf_depay_process_last_fragment() 548 nal = gst_buffer_append (nal, avtpcvfdepay->fragments); in gst_avtp_cvf_depay_process_last_fragment() 557 avtpcvfdepay->fragments = NULL; in gst_avtp_cvf_depay_process_last_fragment() 611 if (G_UNLIKELY (avtpcvfdepay->fragments != NULL)) { in gst_avtp_cvf_depay_handle_fu_a() [all …]
|
/third_party/pulseaudio/src/modules/ |
D | module-waveout.c | 78 uint32_t fragments, fragment_size; member 132 if (!u->sink_underflow && (free_frags == u->fragments)) in do_write() 187 u->cur_ohdr %= u->fragments; in do_write() 209 if (free_frags == u->fragments) in do_read() 242 u->cur_ihdr %= u->fragments; in do_read() 313 pa_assert(u->free_ofrags <= u->fragments); in chunk_done_cb() 329 pa_assert(u->free_ifrags <= u->fragments); in chunk_ready_cb() 348 … return pa_bytes_to_usec((u->fragments - free_frags) * u->fragment_size, &u->sink->sample_spec); in sink_get_latency() 696 u->fragments = nfrags; in pa__init() 697 u->free_ifrags = u->fragments; in pa__init() [all …]
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_occlusion_query_event.txt | 47 Occlusion queries provide a means to count the number of fragments that 51 the depth test (if enabled). However, there is no way to count fragments 56 the concept of an occlusion query from counting passed fragments to counting 57 fragments that generate any of a user-selectable set of events. Provided 111 Occlusion queries use query objects to track fragments as they pass through 212 This extension shall behave as if all fragments pass the depth bounds 233 and stencil fail is, by definition, the number of fragments that pass 235 is the number of fragments that pass the stencil test. Thus, setting 238 allows counting of fragments that pass the depth bounds test. Similarly, 240 QUERY_DEPTH_FAIL_EVENT_BIT_AMD) provides the count of fragments that pass [all …]
|