/external/mesa3d/src/gallium/frontends/nine/ |
D | buffer9.h | 70 } managed; member 107 assert(This->base.pool == D3DPOOL_MANAGED && This->managed.dirty); in NineBuffer9_Upload() 108 nine_context_range_upload(device, &This->managed.pending_upload, in NineBuffer9_Upload() 111 This->managed.dirty_box.x, in NineBuffer9_Upload() 112 This->managed.dirty_box.width, in NineBuffer9_Upload() 113 (char *)This->managed.data + This->managed.dirty_box.x); in NineBuffer9_Upload() 114 This->managed.dirty = FALSE; in NineBuffer9_Upload() 125 if ((buf->managed.dirty) && list_is_empty(&buf->managed.list)) in NineBindBufferToDevice() 126 list_add(&buf->managed.list, &device->update_buffers); in NineBindBufferToDevice() 131 if (!old->bind_count && old->managed.dirty) in NineBindBufferToDevice() [all …]
|
D | basetexture9.c | 69 This->managed.lod = 0; in NineBaseTexture9_ctor() 70 This->managed.lod_resident = -1; in NineBaseTexture9_ctor() 74 This->managed.dirty = TRUE; in NineBaseTexture9_ctor() 114 DWORD old = This->managed.lod; in NineBaseTexture9_SetLOD() 123 This->managed.lod = MIN2(LODNew, max_level); in NineBaseTexture9_SetLOD() 125 if (This->managed.lod != old && This->bind_count && list_is_empty(&This->list)) in NineBaseTexture9_SetLOD() 136 return This->managed.lod; in NineBaseTexture9_GetLOD() 179 unsigned l, min_level_dirty = This->managed.lod; in NineBaseTexture9_UploadSelf() 182 DBG("This=%p dirty=%i type=%s\n", This, This->managed.dirty, in NineBaseTexture9_UploadSelf() 190 update_lod = This->managed.lod_resident != This->managed.lod; in NineBaseTexture9_UploadSelf() [all …]
|
D | buffer9.c | 133 This->managed.data = align_calloc( in NineBuffer9_ctor() 136 if (!This->managed.data) in NineBuffer9_ctor() 138 memset(This->managed.data, 0, Size); in NineBuffer9_ctor() 139 This->managed.dirty = TRUE; in NineBuffer9_ctor() 140 u_box_1d(0, Size, &This->managed.dirty_box); in NineBuffer9_ctor() 141 list_inithead(&This->managed.list); in NineBuffer9_ctor() 142 list_inithead(&This->managed.list2); in NineBuffer9_ctor() 143 list_add(&This->managed.list2, &pParams->device->managed_buffers); in NineBuffer9_ctor() 162 if (This->managed.data) in NineBuffer9_dtor() 163 align_free(This->managed.data); in NineBuffer9_dtor() [all …]
|
D | basetexture9.h | 55 } managed; member 118 … This, This->managed.dirty, This->dirty_mip, This->managed.lod, This->managed.lod_resident); in NineBaseTexture9_Validate() 120 (This->managed.dirty || This->managed.lod != This->managed.lod_resident)) in NineBaseTexture9_Validate() 142 if ((tex->managed.dirty | tex->dirty_mip) && list_is_empty(&tex->list)) in NineBindTextureToDevice() 165 if (((t)->managed.dirty | ((t)->dirty_mip)) && (t)->bind_count) \
|
/external/rust/crates/managed/ |
D | METADATA | 1 name: "managed" 6 value: "https://crates.io/crates/managed" 10 value: "https://static.crates.io/crates/managed/managed-0.8.0.crate"
|
D | Cargo.toml.orig | 2 name = "managed" 6 documentation = "https://docs.rs/managed/" 7 homepage = "https://github.com/m-labs/rust-managed" 8 repository = "https://github.com/m-labs/rust-managed.git"
|
D | Cargo.toml | 14 name = "managed" package 18 homepage = "https://github.com/m-labs/rust-managed" 19 documentation = "https://docs.rs/managed/" 24 repository = "https://github.com/m-labs/rust-managed.git"
|
D | Android.bp | 24 crate_name: "managed", 39 crate_name: "managed",
|
/external/iproute2/include/uapi/linux/ |
D | icmpv6.h | 49 managed:1; member 52 __u8 managed:1, member 76 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
|
/external/kernel-headers/original/uapi/linux/ |
D | icmpv6.h | 49 managed:1; member 52 __u8 managed:1, member 77 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
|
/external/llvm/test/CodeGen/NVPTX/ |
D | managed.ll | 6 ; CHECK: .visible .global .attribute(.managed) .align 4 .u32 managed_g; 11 !0 = !{i32 addrspace(1)* @managed_g, !"managed", i32 1}
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | managed.ll | 6 ; CHECK: .visible .global .attribute(.managed) .align 4 .u32 managed_g; 11 !0 = !{i32 addrspace(1)* @managed_g, !"managed", i32 1}
|
/external/selinux/policycoreutils/setsebool/ |
D | setsebool.c | 126 int managed; in semanage_set_boolean_list() local 140 managed = semanage_is_managed(handle); in semanage_set_boolean_list() 141 if (managed < 0) { in semanage_set_boolean_list() 146 } else if (managed == 0) { in semanage_set_boolean_list()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-unnecessary-value-param-arc.m | 8 // Passing an Objective-C ARC-managed object to a C function should 12 // Same for explicitly non-ARC-managed Objective-C objects.
|
D | performance-unnecessary-value-param-arc.mm | 8 // Passing an Objective-C ARC-managed object to a C function should 12 // Same for explicitly non-ARC-managed Objective-C objects.
|
/external/clang/test/ARCMT/ |
D | GC-check-warn-nsalloc.m | 1 …n10 -fobjc-gc-only %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory' 2 …y -x objective-c++ %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory'
|
D | GC-check.m | 13 …NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it w… 17 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
|
/external/llvm-project/clang/test/ARCMT/ |
D | GC-check-warn-nsalloc.m | 1 …n10 -fobjc-gc-only %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory' 2 …y -x objective-c++ %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory'
|
D | GC-check.m | 13 …NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it w… 17 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DLLX.cpp | 58 #pragma managed(push, off) 93 #pragma managed(pop)
|
/external/rust/crates/gdbstub/ |
D | Cargo.toml.orig | 19 managed = { version = "0.8", default-features = false } 30 alloc = ["managed/alloc"]
|
/external/llvm-project/polly/test/GPGPU/ |
D | managed-memory-rewrite-malloc-free.ll | 5 ; RUN: -S -polly-acc-codegen-managed-memory \ 6 ; RUN: -polly-acc-rewrite-managed-memory < %s | FileCheck %s --check-prefix=HOST-IR 11 ; `free` to `polly_freeManaged` with the `polly-acc-rewrite-managed-memory`
|
D | managed-pointers-preparation.ll | 3 ; RUN: -S -polly-acc-codegen-managed-memory < %s | FileCheck %s 7 ; RUN: -S -polly-acc-codegen-managed-memory -disable-output \ 38 ; have been generated as the preparation of the managed memory pointers was
|
D | managed-memory-rewrite-malloc-free-inside-constexpr.ll | 5 ; RUN: -S -polly-acc-codegen-managed-memory \ 6 ; RUN: -polly-acc-rewrite-managed-memory < %s | FileCheck %s --check-prefix=HOST-IR 11 ; `free` to `polly_freeManaged` with the `polly-acc-rewrite-managed-memory`
|
/external/tcpdump/tests/ |
D | icmpv6_opt24-v.out | 2 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, … 10 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, …
|