/third_party/mesa3d/src/compiler/glsl/ |
D | lower_discard_flow.cpp | 54 lower_discard_flow_visitor(ir_variable *discarded) in lower_discard_flow_visitor() argument 55 : discarded(discarded) in lower_discard_flow_visitor() 57 mem_ctx = ralloc_parent(discarded); in lower_discard_flow_visitor() 71 ir_variable *discarded; member in __anon0e68f0190111::lower_discard_flow_visitor 91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter() 96 ir->condition = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter() 120 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter() 131 ir_rvalue *if_condition = new(mem_ctx) ir_dereference_variable(discarded); in generate_discard_break()
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | is_discarded.md | 9 - the value was discarded during parsing with a callback function (see [`parser_callback_t`](parser… 15 `#!cpp true` if type is discarded, `#!cpp false` otherwise. 30 value `j` is discarded will only work via: 39 j == json::value_t::discarded 46 …When a value is discarded by a callback function (see [`parser_callback_t`](parser_callback_t.md))… 48 …instead of `#!json [null, discarded, false]`, the array `#!json [null, false]` is returned. Only i… 49 value is discarded, the return value of the `parse` call is discarded. 51 This function will always be `#!cpp false` for JSON values after parsing. That is, discarded values…
|
D | parser_callback_t.md | 19 …o process a JSON object | depth of the parent of the JSON object | a JSON value with type discarded 22 … to process a JSON array | depth of the parent of the JSON array | a JSON value with type discarded 31 …n structured types are skipped. That is, the parser will behave as if the discarded value was never 52 the latter case, it is either skipped completely or replaced by an empty discarded object.
|
D | type.md | 24 discarded | `value_t::discarded`
|
D | operator_value_t.md | 24 discarded | `value_t::discarded`
|
D | type_name.md | 23 discarded | `"discarded`
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_texture_foveated2.txt | 41 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/json/include/nlohmann/detail/iterators/ |
D | iter_impl.hpp | 114 case value_t::discarded: in iter_impl() 217 case value_t::discarded: 255 case value_t::discarded: in set_end() 296 case value_t::discarded: in operator *() 338 case value_t::discarded: in operator ->() 391 case value_t::discarded: in operator ++() 442 case value_t::discarded: in operator --() 483 case value_t::discarded: in operator ==() 528 case value_t::discarded: in operator <() 587 case value_t::discarded: in operator +=() [all …]
|
/third_party/json/doc/mkdocs/docs/features/parsing/ |
D | parser_callbacks.md | 25 …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/ |
D | json_sax.hpp | 399 …t bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discarded); in start_object() 425 object_element = &(ref_stack.back()->m_value.object->operator[](val) = discarded); in key() 438 *ref_stack.back() = discarded; in end_object() 469 …st bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discarded); in start_array() 498 *ref_stack.back() = discarded; in end_array() 631 BasicJsonType discarded = BasicJsonType::value_t::discarded; member in nlohmann::detail::json_sax_dom_callback_parser
|
/third_party/json/include/nlohmann/detail/ |
D | json_pointer.hpp | 450 case detail::value_t::discarded: in get_and_create() 530 case detail::value_t::discarded: in get_unchecked() 580 case detail::value_t::discarded: in get_checked() 635 case detail::value_t::discarded: in get_unchecked() 685 case detail::value_t::discarded: in get_checked() 763 case detail::value_t::discarded: in contains() 904 case detail::value_t::discarded: in flatten()
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 1062 case value_t::discarded: in json_value() 1225 case value_t::discarded: in destroy() 1304 case value_t::discarded: in set_parents() 1648 case value_t::discarded: in basic_json() 1649 m_type = value_t::discarded; in basic_json() 2088 case value_t::discarded: in basic_json() 2146 case value_t::discarded: in basic_json() 2247 case value_t::discarded: in basic_json() 2805 return m_type == value_t::discarded; in is_discarded() 4273 case value_t::discarded: in erase() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_conditional_render.txt | 45 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/ |
D | NVX_conditional_render.txt | 45 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/ |
D | AMD_shader_stencil_value_export.txt | 42 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/ |
D | AMD_shader_stencil_value_export.txt | 42 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/ARB/ |
D | ARB_robust_buffer_access_behavior.txt | 104 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/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_robust_buffer_access_behavior.txt | 94 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/skia/third_party/externals/egl-registry/extensions/ARM/ |
D | EGL_ARM_pixmap_multisample_discard.txt | 42 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/ |
D | EGL_ARM_pixmap_multisample_discard.txt | 42 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/json/test/src/ |
D | unit-comparison.cpp | 145 json j_discarded(json::value_t::discarded); 218 json j_discarded(json::value_t::discarded);
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multisampled_render_to_texture2.txt | 81 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/opengl-registry/extensions/EXT/ |
D | EXT_multisampled_render_to_texture2.txt | 81 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/NV/ |
D | EGL_NV_stream_reset.txt | 174 discarded (otherwise). 187 consuming an image frame, the frame is discarded and the stream is 201 stream to be immediately discarded, and place the stream in the 203 consumer are not immediately affected, but will be discarded once 296 frames are saved or discarded immediately.
|
/third_party/skia/third_party/externals/tint/docs/ |
D | spirv-input-output-variables.md | 184 > the fragment is discarded, and no further operations are performed. 185 > Fragments can also be programmatically discarded in a fragment shader by executing one of 189 I interpret this to mean that the outputs of a discarded fragment are ignored. 210 after the fragment is discarded, and that includes writing to depth output attachments. 217 to the sample-mask builtin variable when the fragment is discarded.
|