Home
last modified time | relevance | path

Searched refs:discarded (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/third_party/openGLES/extensions/QCOM/
DQCOM_texture_foveated2.txt41 below which rendering can be discarded during foveated rendering.
75 discarded pixels will be undefined.
89 (1) What are the texture contents in discarded regions?
92 is applied, the contents of the discarded regions of the texture become
100 undefined for discarded regions.
102 (3) What is the impact on primitive/geometric data for discarded regions?
104 RESOLVED: For the discarded regions, primitive data is also discarded so
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dring_properties.hpp46 bool discarded; member
55 , discarded(false) in ring_properties()
62 , discarded(false) in ring_properties()
Dhandle_self_turns.hpp166 if (! turn.discarded in apply()
172 turn.discarded = true; in apply()
236 turns[*sit].discarded = true; in discard_clusters()
265 if (! turn.discarded in apply()
Dturn_info.hpp95 bool discarded; member
104 , discarded(false) in turn_info()
Denrich_intersection_points.hpp65 return m_turns[indexed.turn_index].discarded; in operator ()()
193 << std::boolalpha << turns[it->turn_index].discarded in enrich_assign()
264 turn.discarded = true; in enrich_adapt()
309 if (turn.discarded) in create_map()
476 turn.discarded = true; in enrich_intersection_points()
481 if (! turn.discarded in enrich_intersection_points()
Dadd_rings.hpp120 if (! it->second.discarded in add_rings()
135 && ! mit->second.discarded) in add_rings()
Dassign_parents.hpp358 info.discarded = true; in assign_parents()
373 info.discarded = true; in assign_parents()
376 if (pos || info.discarded) in assign_parents()
Dtraversal_ring_creator.hpp128 if (m_turns[turn_index].discarded) in travel_to_next_turn()
336 if (turn.discarded || turn.blocked()) in iterate()
368 if (turn.discarded || turn.blocked()) in iterate_with_preference()
/third_party/json/doc/mkdocs/docs/features/parsing/
Dparser_callbacks.md25 …o process a JSON object | depth of the parent of the JSON object | a JSON value with type discarded
28 … to process a JSON array | depth of the parent of the JSON array | a JSON value with type discarded
50 | `object_start` | 0 | *discarded* |
54 | `array_start` | 1 | *discarded* |
64 …structured types are skipped. That is, the parser will behave as if the discarded value was never …
/third_party/json/include/nlohmann/detail/input/
Djson_sax.hpp394 …t bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discarded); in start_object()
420 object_element = &(ref_stack.back()->m_value.object->operator[](val) = discarded); in key()
431 *ref_stack.back() = discarded; in end_object()
457 …st bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discarded); in start_array()
482 *ref_stack.back() = discarded; in end_array()
615 BasicJsonType discarded = BasicJsonType::value_t::discarded; member in nlohmann::detail::json_sax_dom_callback_parser
/third_party/boost/libs/outcome/doc/src/content/reference/macros/
Dnodiscard.md3 description = "How to tell the compiler than the return value of a function should not be discarded
6 … to tell the compiler than the return value of a function should not be discarded without examinin…
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/
DNVX_conditional_render.txt45 EndConditionalRenderNVX, between which rendering commands may be discarded
49 commands between the calls are discarded.
93 used to determine if the rendering commands are discarded. If the result
96 are discarded. In this case, Begin, End, all vertex array commands
102 non-zero, such commands are not discarded. The GL waits for the results
104 subsequent rendering commands are discarded.
/third_party/openGLES/extensions/NVX/
DNVX_conditional_render.txt45 EndConditionalRenderNVX, between which rendering commands may be discarded
49 commands between the calls are discarded.
93 used to determine if the rendering commands are discarded. If the result
96 are discarded. In this case, Begin, End, all vertex array commands
102 non-zero, such commands are not discarded. The GL waits for the results
104 subsequent rendering commands are discarded.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_stencil_value_export.txt42 of a stencil buffer and fragments kept or discarded based on the results
106 higher order bits are discarded. If stencil buffering is enabled and no
119 If a shader executes the discard keyword, the fragment is discarded, and
157 buffer are simply discarded.
/third_party/openGLES/extensions/AMD/
DAMD_shader_stencil_value_export.txt42 of a stencil buffer and fragments kept or discarded based on the results
106 higher order bits are discarded. If stencil buffering is enabled and no
119 If a shader executes the discard keyword, the fragment is discarded, and
157 buffer are simply discarded.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_robust_buffer_access_behavior.txt94 object or be discarded. Accesses made through resources attached to
121 or be discarded.
129 object or be discarded.
133 unbound resources return zero and writes are discarded. It is not
152 Out-of-bounds writes may be discarded or overwrite other variables of the
181 the bounded range are discarded but reads are only protected within
/third_party/openGLES/extensions/ARB/
DARB_robust_buffer_access_behavior.txt104 object or be discarded. Accesses made through resources attached to
131 or be discarded.
139 object or be discarded.
143 unbound resources return zero and writes are discarded. It is not
162 Out-of-bounds writes may be discarded or overwrite other variables of the
191 the bounded range are discarded but reads are only protected within
/third_party/boost/libs/parameter/test/
Dtimings.txt29 Run #1 results discarded per standard practice
62 Run #1 results discarded per standard practice
/third_party/json/include/nlohmann/detail/
Dvalue_t.hpp51 discarded ///< discarded by the parser callback function enumerator
/third_party/openssl/doc/man3/
DPKCS12_parse.pod25 which case additional certificates will be discarded. B<*ca> can also be a
55 certificates. Other attributes are discarded.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_multisampled_render_to_texture2.txt81 buffer is discarded rather than resolved - equivalent to the application
95 always be discarded/invalidated by the application *before* the rendering is
/third_party/json/test/src/
Dunit-comparison.cpp145 json j_discarded(json::value_t::discarded);
218 json j_discarded(json::value_t::discarded);
/third_party/openGLES/extensions/EXT/
DEXT_multisampled_render_to_texture2.txt81 buffer is discarded rather than resolved - equivalent to the application
95 always be discarded/invalidated by the application *before* the rendering is
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/
DEGL_ARM_pixmap_multisample_discard.txt42 surface, therefore allowing the multisample buffer to be discarded.
49 this case multisample data gets discarded, however this is acceptable in
126 discarded, or EGL_FALSE, in which case the multisample buffer is preserved.
129 Note that the multisample buffer may be discarded during eglMakeCurrent
/third_party/EGL/extensions/ARM/
DEGL_ARM_pixmap_multisample_discard.txt42 surface, therefore allowing the multisample buffer to be discarded.
49 this case multisample data gets discarded, however this is acceptable in
126 discarded, or EGL_FALSE, in which case the multisample buffer is preserved.
129 Note that the multisample buffer may be discarded during eglMakeCurrent

12345678910>>...21