/third_party/mesa3d/src/util/ |
H A D | u_worklist.c | 39 w->present = rzalloc_array(mem_ctx, BITSET_WORD, BITSET_WORDS(num_entries)); in u_worklist_init() 46 ralloc_free(w->present); in u_worklist_fini() 54 if (BITSET_TEST(w->present, *index)) in u_worklist_push_head_index() 67 BITSET_SET(w->present, *index); in u_worklist_push_head_index() 88 BITSET_CLEAR(w->present, *(w->entries[head])); in u_worklist_pop_head_index() 96 if (BITSET_TEST(w->present, *index)) in u_worklist_push_tail_index() 106 BITSET_SET(w->present, *index); in u_worklist_push_tail_index() 128 BITSET_CLEAR(w->present, *(w->entries[tail])); in u_worklist_pop_tail_index()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_sei.c | 55 h->picture_timing.present = 0; in ff_h264_sei_uninit() 56 h->buffering_period.present = 0; in ff_h264_sei_uninit() 57 h->frame_packing.present = 0; in ff_h264_sei_uninit() 58 h->film_grain_characteristics.present = 0; in ff_h264_sei_uninit() 59 h->display_orientation.present = 0; in ff_h264_sei_uninit() 60 h->afd.present = 0; in ff_h264_sei_uninit() 155 h->present = 1; in decode_picture_timing() 174 h->present = 1; in decode_registered_user_data_afd() 338 h->present = 1; in decode_buffering_period() 347 h->present in decode_frame_packing_arrangement() [all...] |
H A D | hevc_sei.h | 44 int present; member 52 int present; member 71 int present; member 87 int present; member 93 int present; member 98 int present; member 118 int present; member
|
H A D | h264_sei.h | 71 int present; member 103 int present; member 129 int present; ///< Buffering period SEI flag member 134 int present; member 145 int present; member 164 int present; member 169 int present; member
|
H A D | aacenc_ltp.c | 44 put_bits(&s->pb, 1, ics->ltp.present); in ff_aac_encode_ltp_info() 45 if (!ics->ltp.present) in ff_aac_encode_ltp_info() 103 ltp->present = 0; in generate_samples() 139 sce0->ics.ltp.present = 0; in ff_aac_adjust_common_ltp() 152 sce0->ics.ltp.present = !!count; in ff_aac_adjust_common_ltp() 217 sce->ics.ltp.present = !!count && (saved_bits >= 0); in ff_aac_search_for_ltp() 218 sce->ics.predictor_present = !!sce->ics.ltp.present; in ff_aac_search_for_ltp() 221 if (!sce->ics.ltp.present && !!count) { in ff_aac_search_for_ltp()
|
H A D | hevc_sei.c | 79 s->present = 2; in decode_nal_sei_mastering_display_info() 96 s->present = 2; in decode_nal_sei_content_light_info() 104 s->present = !get_bits1(gb); in decode_nal_sei_frame_packing_arrangement() 106 if (s->present) { in decode_nal_sei_frame_packing_arrangement() 120 s->present = !get_bits1(gb); in decode_nal_sei_display_orientation() 122 if (s->present) { in decode_nal_sei_display_orientation() 371 s->present = 1; in decode_nal_sei_alternative_transfer() 419 s->present = 1; in decode_nal_sei_timecode() 426 h->present = !get_bits1(gb); // film_grain_characteristics_cancel_flag in decode_film_grain_characteristics() 428 if (h->present) { in decode_film_grain_characteristics() [all...] |
H A D | aac.h | 165 int8_t present; member 200 int present; member 277 int present; member
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | kvm_pagefault01.c | 65 while (!pte[1].present) { in main() 87 pte[4].present = 1; in main() 95 subpte[0].present = 1; in main() 99 subpte[1].present = 1; in main() 105 subpte[0].present = 1; in main() 111 subpte[0].present = 1; in main()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | propagate_globals.rs | 57 fn top_can_access_flag(m: &ArgMatches, present: bool, occurrences: u8) -> bool { in top_can_access_arg() 58 (m.contains_id("GLOBAL_FLAG") == present) in top_can_access_arg() 62 fn inner_can_access_flag(m: &ArgMatches, present: bool, occurrences: u8) -> bool { in inner_can_access_flag() 64 (m.contains_id("GLOBAL_FLAG") == present) in inner_can_access_flag() 68 fn outer_can_access_flag(m: &ArgMatches, present: bool, occurrences: u8) -> bool { in outer_can_access_flag() 70 (m.contains_id("GLOBAL_FLAG") == present) in outer_can_access_flag()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 66 This->present = pPresent; in NineSwapChain9_ctor() 117 hr = ID3DPresent_NewD3DWindowBufferFromDmaBuf(This->present, in D3DWindowBuffer_create() 142 ID3DPresent_DestroyD3DWindowBuffer(This->present, present_handle); in D3DWindowBuffer_release() 161 ID3DPresent_IsBufferReleased(This->present, This->present_handles_pending_release[i])) { in D3DWindowBuffer_release() 166 * is postponed for This->present release. To avoid leaks (we may handle in D3DWindowBuffer_release() 168 ID3DPresent_WaitBufferReleased(This->present, This->present_handles_pending_release[i]); in D3DWindowBuffer_release() 169 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles_pending_release[i]); in D3DWindowBuffer_release() 264 hr = ID3DPresent_SetPresentParameters(This->present, pParams, This->mode); in NineSwapChain9_Resize() 568 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles_pending_release[i]); in NineSwapChain9_dtor() 575 ID3DPresent_DestroyD3DWindowBuffer(This->present, Thi in NineSwapChain9_dtor() 680 ID3DPresent *present; global() member 717 present( struct NineSwapChain9 *This, present() function [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanCommandBufferPerf.cpp | 212 // Common code to present image used by all tests 215 // Now present the image in the window in Present() 217 VkPresentInfoKHR present; in Present() local 218 present.sType = VK_STRUCTURE_TYPE_PRESENT_INFO_KHR; in Present() 219 present.pNext = NULL; in Present() 220 present.swapchainCount = 1; in Present() 221 present.pSwapchains = &info.swap_chain; in Present() 222 present.pImageIndices = &info.current_buffer; in Present() 223 present.pWaitSemaphores = NULL; in Present() 224 present in Present() [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_format.c | 44 bool present; member 64 .present = 1, \ 73 .present = 1, \ 82 .present = 1, \ 265 if (!formats[fmt].present) in translate_texture_format() 355 if (!formats[fmt].present) in translate_pe_format() 368 assert(formats[fmt].present); in translate_pe_format_rb_swap() 377 if (!formats[fmt].present) in translate_vertex_format_type()
|
/third_party/ltp/testcases/kernel/syscalls/close_range/ |
H A D | close_range01.c | 73 int present = SAFE_FCNTL(fd[i], F_GETFD) & FD_CLOEXEC; in check_cloexec() local 75 if (expected && !present) in check_cloexec() 78 if (!expected && present) in check_cloexec()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_format.c | 71 bool present; member 89 .present = true, .format = LIMA_TEXEL_FORMAT_##tex, \ 95 .present = true, .format = LIMA_PIXEL_FORMAT_##pix, \ 154 !lima_texel_formats[f].present) in get_texel_format() 164 !lima_pixel_formats[f].present) in get_pixel_format()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | OpenGLBackend.cpp | 35 PresentCallback present, in CreateNativeSwapChainImpl() 41 new NativeSwapChainImpl(backendDevice, present, presentUserdata)); in CreateNativeSwapChainImpl() 34 CreateNativeSwapChainImpl(WGPUDevice device, PresentCallback present, void* presentUserdata) CreateNativeSwapChainImpl() argument
|
H A D | NativeSwapChainImplGL.cpp | 22 PresentCallback present, in NativeSwapChainImpl() 24 : mPresentCallback(present), mPresentUserdata(presentUserdata), mDevice(device) { in NativeSwapChainImpl() 21 NativeSwapChainImpl(Device* device, PresentCallback present, void* presentUserdata) NativeSwapChainImpl() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_format.c | 39 boolean present; member 44 [PIPE_FORMAT_##pipe] = {.present = 1, \ 52 [PIPE_FORMAT_##pipe] = {.present = 1, \ 60 [PIPE_FORMAT_##pipe] = {.present = 1, \ 310 if (!formats[format].present) in fd3_pipe2vtx() 318 if (!formats[format].present) in fd3_pipe2tex() 326 if (!formats[format].present) in fd3_pipe2color() 334 if (!formats[format].present) in fd3_pipe2swap()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_winsys.h | 55 (*present)(struct stw_winsys_framebuffer *fb); member 77 (*present)( struct pipe_screen *screen, member
|
/third_party/backends/backend/ |
H A D | gt68xx_gt6816.c | 239 gt6816_document_present (GT68xx_Device * dev, SANE_Bool * present) in gt6816_document_present() argument 253 *present = SANE_FALSE; in gt6816_document_present() 255 *present = SANE_TRUE; in gt6816_document_present()
|
/third_party/curl/tests/ |
H A D | test1173.pl | 101 my $present = 0; 104 # present 109 $present = 1; 114 if(!$present) {
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_format.c | 41 boolean present; member 46 [PIPE_FORMAT_##pipe] = {.present = 1, \ 54 [PIPE_FORMAT_##pipe] = {.present = 1, \ 62 [PIPE_FORMAT_##pipe] = {.present = 1, \ 352 if (!formats[format].present) in fd5_pipe2vtx() 361 if (!formats[format].present) in fd5_pipe2tex() 370 if (!formats[format].present) in fd5_pipe2color() 378 if (!formats[format].present) in fd5_pipe2swap()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_format.c | 41 boolean present; member 46 [PIPE_FORMAT_##pipe] = {.present = 1, \ 54 [PIPE_FORMAT_##pipe] = {.present = 1, \ 62 [PIPE_FORMAT_##pipe] = {.present = 1, \ 350 if (!formats[format].present) in fd4_pipe2vtx() 359 if (!formats[format].present) in fd4_pipe2tex() 368 if (!formats[format].present) in fd4_pipe2color() 376 if (!formats[format].present) in fd4_pipe2swap()
|
/third_party/curl/lib/ |
H A D | version.c | 432 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} 436 int (*present)(curl_version_info_data *info); member 669 if(!p->present || p->present(&version_info)) { in curl_version_info()
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | fd6_format_table.c | 42 boolean present; member 46 [PIPE_FORMAT_##pipe] = {.present = 1, \ 374 if (!formats[format].present) in fd6_pipe2swap() 391 if (!formats[format].present) in fd6_vertex_format() 406 if (!formats[format].present) in fd6_texture_format() 463 if (!formats[format].present) in fd6_color_format()
|
/third_party/node/test/parallel/ |
H A D | test-intl.js | 53 `"Intl" object is NOT present but v8_enable_i18n_support is ${enablei18n}`; 55 common.skip('Intl tests because Intl object not present.'); 58 `"Intl" object is present but v8_enable_i18n_support is ${
|