HomeSort by relevance Sort by last modified time
    Searched refs:boolean (Results 251 - 275 of 1017) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 240 boolean has_mask;
333 boolean soa;
414 boolean
490 boolean
546 boolean
558 boolean
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 337 boolean UsedGeometryShader;
363 boolean
378 boolean ch0, boolean ch1, boolean ch2, boolean ch3)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 292 static boolean
298 boolean success = TRUE;
365 boolean
368 boolean success = TRUE;
381 boolean
393 boolean
lp_test_conv.c 67 boolean success)
152 static boolean
161 boolean success;
386 boolean
391 boolean success = TRUE;
413 boolean
420 boolean success = TRUE;
437 boolean
446 boolean success;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_fence.c 33 boolean
35 boolean emit)
63 boolean
137 nouveau_fence_update(struct nouveau_screen *screen, boolean flushed)
172 boolean
183 boolean
  /external/mesa3d/src/gallium/drivers/r300/
r300_hyperz.c 72 static boolean r300_is_hiz_func_valid(struct r300_context *r300)
93 static boolean r300_dsa_stencil_op_not_keep(struct pipe_stencil_state *s)
99 static boolean r300_hiz_allowed(struct r300_context *r300)
222 static boolean r300_dsa_writes_stencil(
231 static boolean r300_dsa_writes_depth_stencil(
248 static boolean r300_dsa_alpha_test_enabled(
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 61 static boolean svga_shader_expand( struct svga_shader_emitter *emit )
84 static INLINE boolean reserve( struct svga_shader_emitter *emit,
95 boolean svga_shader_emit_dword( struct svga_shader_emitter *emit,
106 boolean svga_shader_emit_dwords( struct svga_shader_emitter *emit,
118 boolean svga_shader_emit_opcode( struct svga_shader_emitter *emit,
141 static boolean svga_shader_emit_header( struct svga_shader_emitter *emit )
svga_tgsi_insn.c 37 static boolean emit_vs_postamble( struct svga_shader_emitter *emit );
38 static boolean emit_ps_postamble( struct svga_shader_emitter *emit );
145 static INLINE boolean
294 static boolean emit_repl( struct svga_shader_emitter *emit,
324 static boolean submit_op0( struct svga_shader_emitter *emit,
332 static boolean submit_op1( struct svga_shader_emitter *emit,
348 static boolean submit_op2( struct svga_shader_emitter *emit,
356 boolean need_temp = FALSE;
393 static boolean submit_op3( struct svga_shader_emitter *emit,
402 boolean need_temp0 = FALSE
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.c 43 static boolean
45 enum pipe_format fmt, boolean is_color)
206 static boolean
225 static boolean
259 static boolean
308 native_create_display(void *dpy, boolean use_sw)
  /external/libjpeg-turbo/
jdphuff.c 79 METHODDEF(boolean) decode_mcu_DC_first (j_decompress_ptr cinfo,
81 METHODDEF(boolean) decode_mcu_AC_first (j_decompress_ptr cinfo,
83 METHODDEF(boolean) decode_mcu_DC_refine (j_decompress_ptr cinfo,
85 METHODDEF(boolean) decode_mcu_AC_refine (j_decompress_ptr cinfo,
97 boolean is_DC_band, bad;
232 LOCAL(boolean)
290 METHODDEF(boolean)
361 METHODDEF(boolean)
446 METHODDEF(boolean)
495 METHODDEF(boolean)
    [all...]
jcphuff.c 30 boolean gather_statistics;
91 METHODDEF(boolean) encode_mcu_DC_first (j_compress_ptr cinfo,
93 METHODDEF(boolean) encode_mcu_AC_first (j_compress_ptr cinfo,
95 METHODDEF(boolean) encode_mcu_DC_refine (j_compress_ptr cinfo,
97 METHODDEF(boolean) encode_mcu_AC_refine (j_compress_ptr cinfo,
108 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics)
111 boolean is_DC_band;
376 METHODDEF(boolean)
463 METHODDEF(boolean)
570 METHODDEF(boolean)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_query.c 45 boolean ready;
46 boolean flushed;
47 boolean is64bit;
59 static boolean
239 static INLINE boolean
245 static boolean
247 boolean wait, union pipe_query_result *result)
253 boolean *res8 = (boolean *)result;
368 unsigned index, boolean serialize
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdphuff.c 77 METHODDEF(boolean) decode_mcu_DC_first JPP((j_decompress_ptr cinfo,
79 METHODDEF(boolean) decode_mcu_AC_first JPP((j_decompress_ptr cinfo,
81 METHODDEF(boolean) decode_mcu_DC_refine JPP((j_decompress_ptr cinfo,
83 METHODDEF(boolean) decode_mcu_AC_refine JPP((j_decompress_ptr cinfo,
95 boolean is_DC_band, bad;
227 LOCAL(boolean)
285 METHODDEF(boolean)
356 METHODDEF(boolean)
441 METHODDEF(boolean)
490 METHODDEF(boolean)
    [all...]
fpdfapi_jchuff.c 92 METHODDEF(boolean) encode_mcu_huff JPP((j_compress_ptr cinfo,
96 METHODDEF(boolean) encode_mcu_gather JPP((j_compress_ptr cinfo,
109 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics)
182 jpeg_make_c_derived_tbl (j_compress_ptr cinfo, boolean isDC, int tblno,
280 LOCAL(boolean)
304 LOCAL(boolean)
342 LOCAL(boolean)
355 LOCAL(boolean)
453 LOCAL(boolean)
478 METHODDEF(boolean)
    [all...]
fpdfapi_jcphuff.c 28 boolean gather_statistics;
89 METHODDEF(boolean) encode_mcu_DC_first JPP((j_compress_ptr cinfo,
91 METHODDEF(boolean) encode_mcu_AC_first JPP((j_compress_ptr cinfo,
93 METHODDEF(boolean) encode_mcu_DC_refine JPP((j_compress_ptr cinfo,
95 METHODDEF(boolean) encode_mcu_AC_refine JPP((j_compress_ptr cinfo,
106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics)
109 boolean is_DC_band;
376 METHODDEF(boolean)
463 METHODDEF(boolean)
570 METHODDEF(boolean)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 48 static boolean
51 static boolean first = TRUE;
52 static boolean value;
73 draw_create_context(struct pipe_context *pipe, boolean try_llvm)
121 boolean draw_init(struct draw_context *draw)
258 boolean bypass_clip_xy,
259 boolean bypass_clip_z,
260 boolean guard_band_xy)
403 draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite)
426 draw_enable_line_stipple(struct draw_context *draw, boolean enable
    [all...]
draw_pt_vsplit_tmp.h 36 static boolean
126 boolean spoken, unsigned ispoken,
127 boolean close, unsigned iclose)
199 const boolean close_loop = ((flags) == DRAW_SPLIT_BEFORE);
212 const boolean use_spoken = (((flags) & DRAW_SPLIT_BEFORE) != 0);
242 boolean close_loop = (flags == DRAW_SPLIT_BEFORE);
264 boolean use_spoken = ((flags & DRAW_SPLIT_BEFORE) != 0);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 37 nv50_tic_swizzle(uint32_t tc, unsigned swz, boolean tex_int)
68 boolean tex_int;
209 static boolean
217 boolean need_flush = FALSE;
222 const boolean dirty = !!(nvc0->textures_dirty[s] & (1 << i));
277 static boolean
283 boolean need_flush = FALSE;
288 const boolean dirty = !!(nvc0->textures_dirty[s] & (1 << i));
336 boolean need_flush;
354 static boolean
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 116 static boolean
129 static boolean
142 boolean
145 boolean supported = FALSE;
327 boolean authenticated;
340 Drawable drawable, boolean on)
378 boolean with_format, int num_ins, int *num_outs)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 44 boolean
72 boolean swizzle_used[UTIL_FORMAT_SWIZZLE_MAX];
89 boolean
104 boolean
121 boolean
135 boolean
148 boolean
161 boolean
193 boolean
211 boolean
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 70 boolean assume_fixed_vinfo;
97 static boolean
148 static boolean
185 static boolean
191 boolean ret = FALSE;
313 static boolean
419 static boolean
447 static boolean
512 native_create_display(void *dpy, boolean use_sw)
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.c 104 static boolean
167 static boolean
219 static boolean
230 static boolean
243 boolean
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 52 static boolean
115 static boolean
151 static boolean
189 static boolean
203 static boolean
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_drm.c 60 boolean authenticated;
201 static boolean
246 boolean current_authenticate, authenticated;
265 static boolean
284 static boolean
  /external/opencv3/3rdparty/libjpeg/
jdapistd.c 23 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
37 GLOBAL(boolean)
94 LOCAL(boolean)
227 GLOBAL(boolean)
252 GLOBAL(boolean)

Completed in 1115 milliseconds

<<11121314151617181920>>