OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skip_condition
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/psb_video/src/
psb_cmdbuf.h
103
uint32_t
skip_condition
;
member in struct:psb_cmdbuf_s
231
void psb_cmdbuf_skip_start_block(psb_cmdbuf_p cmdbuf, uint32_t
skip_condition
);
304
void psb_cmdbuf_skip_start_block(psb_cmdbuf_p cmdbuf, uint32_t
skip_condition
);
psb_cmdbuf.c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py
585
# FIXME Simplify the logic related to
skip_condition
and
587
# FIXME
skip_condition
, and just append the "dpy != NULL" type
599
skip_condition
= "dpy != NULL"
601
skip_condition
= "gc->currentDpy != NULL"
603
skip_condition
= None
628
if
skip_condition
:
629
condition_list.append(
skip_condition
)
633
skip_condition
= "(%s)" % (string.join( condition_list, ") && (" ))
635
skip_condition
= "%s" % (condition_list.pop(0))
637
print ' if (__builtin_expect(%s, 1)) {' % (
skip_condition
)
[
all
...]
/external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py
585
# FIXME Simplify the logic related to
skip_condition
and
587
# FIXME
skip_condition
, and just append the "dpy != NULL" type
599
skip_condition
= "dpy != NULL"
601
skip_condition
= "gc->currentDpy != NULL"
603
skip_condition
= None
628
if
skip_condition
:
629
condition_list.append(
skip_condition
)
633
skip_condition
= "(%s)" % (string.join( condition_list, ") && (" ))
635
skip_condition
= "%s" % (condition_list.pop(0))
637
print ' if (__builtin_expect(%s, 1)) {' % (
skip_condition
)
[
all
...]
Completed in 609 milliseconds