| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Poly.c | 97 int ok = 1, inactive; local in function:XRenderComputeTrapezoids 107 inactive = 0; 108 while (active || inactive < nedges) 111 while (inactive < nedges) 113 e = &edges[inactive]; 117 inactive++; 193 /* check next inactive point */ 194 if (inactive < nedges && edges[inactive].edge.p1.y < next_y) 195 next_y = edges[inactive] [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem.c | 900 static struct list *inactive(struct kgem *kgem, int num_pages) function in typeref:struct:list * 904 return &kgem->inactive[cache_bucket(num_pages)]; 1522 for (i = 0; i < ARRAY_SIZE(kgem->inactive); i++) 1523 list_init(&kgem->inactive[i]); 1529 for (j = 0; j < ARRAY_SIZE(kgem->vma[i].inactive); j++) 1530 list_init(&kgem->vma[i].inactive[j]); 2141 DBG(("%s: moving handle=%d to inactive\n", __FUNCTION__, bo->handle)); 2169 list_move(&bo->list, &kgem->inactive[bucket(bo)]); 2175 list_add(&bo->vma, &kgem->vma[0].inactive[bucket(bo)]); 2179 list_add(&bo->vma, &kgem->vma[1].inactive[bucke [all...] |
| H A D | kgem.h | 144 struct list inactive[NUM_CACHE_BUCKETS]; member in struct:kgem 156 struct list inactive[NUM_CACHE_BUCKETS]; member in struct:kgem::__anonca27c7170408
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem.c | 1058 static struct list *inactive(struct kgem *kgem, int num_pages) function in typeref:struct:list * 1062 return &kgem->inactive[cache_bucket(num_pages)]; 1974 for (i = 0; i < ARRAY_SIZE(kgem->inactive); i++) 1975 list_init(&kgem->inactive[i]); 1981 for (j = 0; j < ARRAY_SIZE(kgem->vma[i].inactive); j++) 1982 list_init(&kgem->vma[i].inactive[j]); 2612 DBG(("%s: moving handle=%d to inactive\n", __FUNCTION__, bo->handle)); 2643 list_move(&bo->list, &kgem->inactive[bucket(bo)]); 2651 list_add(&bo->vma, &kgem->vma[0].inactive[bucket(bo)]); 2655 list_add(&bo->vma, &kgem->vma[1].inactive[bucke [all...] |
| H A D | kgem.h | 151 struct list inactive[NUM_CACHE_BUCKETS]; member in struct:kgem 163 struct list inactive[NUM_CACHE_BUCKETS]; member in struct:kgem::__anon9e0f73630408
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.3.rst | 216 - st/mesa: do not clear NewDriverState for inactive states
|
| H A D | 20.2.0.rst | 1447 - draw/gs: fix emitting inactive primitives crash 3730 - st/mesa: do not clear NewDriverState for inactive states 3878 - aco: read 0 from inactive lanes when using dpp
|
| H A D | 21.0.0.rst | 331 - pan/bi: Use canonical inactive result
|
| H A D | 20.3.0.rst | 4535 - nir: Emit set_vertex_and_primitive_count for inactive streams.
|
| H A D | 21.1.0.rst | 5141 - radv: do not trace inactive shader engines with SQTT
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 3192 * This is an optional optimization that only kills whole inactive quads. 3683 LLVMValueRef inactive) 3689 inactive = ac_to_integer(ctx, inactive); 3693 inactive = LLVMBuildZExt(ctx->builder, inactive, ctx->i32, ""); 3697 snprintf(name, sizeof(name), "llvm.amdgcn.set.inactive.%s", type); 3699 ac_build_intrinsic(ctx, name, LLVMTypeOf(src), (LLVMValueRef[]){src, inactive}, 2, 3682 ac_build_set_inactive(struct ac_llvm_context * ctx,LLVMValueRef src,LLVMValueRef inactive) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.c | 3629 LLVMValueRef inactive) 3634 inactive = ac_to_integer(ctx, inactive); 3636 snprintf(name, sizeof(name), "llvm.amdgcn.set.inactive.%s", type); 3640 src, inactive }, 2, 3628 ac_build_set_inactive(struct ac_llvm_context * ctx,LLVMValueRef src,LLVMValueRef inactive) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 63 * 2. Handle NSPasteboard updates immediately, not on active/inactive
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 65 * 2. Handle NSPasteboard updates immediately, not on active/inactive
|