Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/third_party/json/doc/mkdocs/docs/features/binary_formats/
Dindex.md18 | BSON | incomplete: top-level value must be an object | incomplete, but all JSON types are …
19 | CBOR | complete | incomplete, but all JSON types are …
Dbson.md33 The mapping is **incomplete**, since only JSON-objects (and things
81 The mapping is **incomplete**. The unsupported mappings are indicated in the table above.
/third_party/NuttX/
DDISCLAIMER-WIP9 example, releases may have incomplete or un-reviewed licensing conditions. What follows is
11 is likely to be incomplete):
13 * Releases may have incomplete licensing conditions.
/third_party/flutter/skia/site/user/api/
DSkFont_Reference.md217 incomplete
239 incomplete
271 incomplete
311 incomplete
341 incomplete
364 incomplete
386 incomplete
408 incomplete
430 incomplete
453 incomplete
[all …]
/third_party/mesa3d/src/mesa/main/
Dtexobj.c625 incomplete(struct gl_texture_object *t, enum base_mipmap bm, in incomplete() function
681 incomplete(t, BASE, "base level = %d is invalid", baseLevel); in _mesa_test_texobj_completeness()
686 incomplete(t, MIPMAP, "MAX_LEVEL (%d) < BASE_LEVEL (%d)", in _mesa_test_texobj_completeness()
695 incomplete(t, BASE, "Image[baseLevel=%d] == NULL", baseLevel); in _mesa_test_texobj_completeness()
703 incomplete(t, BASE, "texture width or height or depth = 0"); in _mesa_test_texobj_completeness()
717 incomplete(t, BASE, "Filter is not supported with Float types."); in _mesa_test_texobj_completeness()
768 incomplete(t, BASE, "Cube face missing or mismatched size"); in _mesa_test_texobj_completeness()
773 incomplete(t, BASE, "Cube face format mismatch"); in _mesa_test_texobj_completeness()
777 incomplete(t, BASE, "Cube face border size mismatch"); in _mesa_test_texobj_completeness()
797 incomplete(t, MIPMAP, "minLevel > maxLevel"); in _mesa_test_texobj_completeness()
[all …]
Ddlist.h94 bool incomplete; /**< Did we fail to construct this atlas? */ member
/third_party/node/doc/api/
Dstring_decoder.md32 any incomplete multibyte characters. These are held in the buffer until the
69 representing incomplete UTF-8 and UTF-16 characters will be replaced with
90 Returns a decoded string, ensuring that any incomplete multibyte characters at
/third_party/node/test/parallel/
Dtest-string-decoder-end.js119 function testEnd(encoding, incomplete, next, expected) { argument
122 res += s.write(incomplete);
Dtest-buffer-bytelength.js36 const incomplete = Buffer.from([0xe4, 0xb8, 0xad, 0xe6, 0x96]); constant
37 assert.strictEqual(Buffer.byteLength(incomplete), 5);
/third_party/skia/docs/examples/
Dincomplete.cpp5 REG_FIDDLE(incomplete, 256, 256, false, 0) {
/third_party/typescript/src/testRunner/parallel/
Dhost.ts64 incomplete: string;
86 const incomplete = options.incomplete || Base.symbols.dot; constant
92 incomplete,
132 progress += this._color("progress", fill(this._options.incomplete, i));
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_gather.txt282 the texture treated as incomplete, or are the values returned by
314 (8) How does texture gather interact with incomplete textures?
316 RESOLVED: For regular texture lookups, incomplete textures are
321 footprint, a textureGather() function accessing an incomplete texture
332 of texture gather and incomplete textures
DARB_texture_query_levels.txt185 an incomplete texture is associated with <sampler>.
220 (2) What value is returned for textures that have an incomplete set of
248 - don't allocate any texture memory (if the texture is incomplete)
273 RESOLVED: As with the mipmap-incomplete case, the value returned is
274 largely implementation-dependent, even though the incomplete texture
279 sampler object but might be incomplete when used with a different
372 textures that are mipmap complete or not, incomplete or unbound
/third_party/openGLES/extensions/ARB/
DARB_texture_gather.txt292 the texture treated as incomplete, or are the values returned by
324 (8) How does texture gather interact with incomplete textures?
326 RESOLVED: For regular texture lookups, incomplete textures are
331 footprint, a textureGather() function accessing an incomplete texture
342 of texture gather and incomplete textures
DARB_texture_query_levels.txt195 an incomplete texture is associated with <sampler>.
230 (2) What value is returned for textures that have an incomplete set of
258 - don't allocate any texture memory (if the texture is incomplete)
283 RESOLVED: As with the mipmap-incomplete case, the value returned is
284 largely implementation-dependent, even though the incomplete texture
289 sampler object but might be incomplete when used with a different
382 textures that are mipmap complete or not, incomplete or unbound
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ray_queries.c158 rq_variable *incomplete; member
244 dst->incomplete = in init_ray_query_vars()
305 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in insert_terminate_on_first_hit()
378 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, true), 0x1); in lower_rq_initialize()
382 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_initialize()
660 nir_push_if(b, rq_load_var(b, index, vars->incomplete)); in lower_rq_proceed()
672 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_proceed()
825 return rq_load_var(b, index, vars->incomplete); in lower_rq_proceed()
832 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_terminate()
/third_party/python/Doc/library/
Dcode.rst52 when the user has entered an incomplete command that can be completed by
63 command is complete and valid; ``None`` if the command is incomplete; raises
86 * The input is incomplete, and more input is required; :func:`compile_command`
169 incomplete, and the buffer is left as it was after the line was appended. The
Dcustominterp.rst11 to support compiling a possibly-incomplete chunk of Python code.)
/third_party/openGLES/extensions/EXT/
DEXT_EGL_image_external_wrap_modes.txt168 texture, the texture will be considered incomplete."
178 considered incomplete."
186 the texture will be considered incomplete."
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_EGL_image_external_wrap_modes.txt168 texture, the texture will be considered incomplete."
178 considered incomplete."
186 the texture will be considered incomplete."
/third_party/mbedtls/tests/suites/
Dtest_suite_ccm.function617 /* Provide incomplete auth data and finish */
666 /* Provide incomplete auth data on first update_ad.
685 // pass incomplete auth data
687 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
722 /* Provide incomplete plaintext/ciphertext and finish */
786 /* Provide incomplete plaintext/ciphertext of first update
810 // pass incomplete text
812 // pass 2 extra bytes (1 missing byte from previous incomplete pass, and 1 unexpected byte)
/third_party/skia/third_party/externals/icu/source/data/translit/
Den.txt19 // This list is currently incomplete, and care should be taken to translate these identifiers.
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Den.txt19 // This list is currently incomplete, and care should be taken to translate these identifiers.
/third_party/icu/icu4c/source/data/translit/
Den.txt19 // This list is currently incomplete, and care should be taken to translate these identifiers.
/third_party/mesa3d/docs/relnotes/
D11.0.5.rst30 This list is likely incomplete.
125 - st/mesa: fix mipmap generation for immutable textures with incomplete

12345678910>>...32