OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_fences
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
sync_file.h
46
__u32
num_fences
;
member in struct:sync_file_info
/external/kernel-headers/original/uapi/linux/
sync_file.h
54
* @
num_fences
number of fences in the sync_file
63
__u32
num_fences
;
member in struct:sync_file_info
90
* Takes a struct sync_file_info. If
num_fences
is 0, the field is updated
91
* with the actual number of fences. If
num_fences
is > 0, the system will
92
* use the pointer provided on sync_fence_info to return up to
num_fences
of
/system/core/libsync/
sync.c
217
local_info.
num_fences
* sizeof(struct sync_fence_info));
237
const uint32_t
num_fences
= info->
num_fences
;
local
243
num_fences
* sizeof(struct sync_pt_info);
248
for (uint32_t i = 0; i <
num_fences
; i++) {
267
size_t
num_fences
;
local
271
num_fences
= 0;
273
num_fences
++;
276
num_fences
* sizeof(struct sync_fence_info));
285
info->
num_fences
= num_fences
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c
834
int
num_fences
= 0;
local
845
if (!intel_get_param(spriv, I915_PARAM_NUM_FENCES_AVAIL, &
num_fences
) ||
846
num_fences
== 0) {
[
all
...]
Completed in 111 milliseconds