Searched defs:pipe_func (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Doc/includes/
H A Dmp_benchmarks.py60 def pipe_func(c, cond, iterations): function
80 p = multiprocessing.Process(target=pipe_func,
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.h188 swr_convert_depth_func(const UINT pipe_func) argument
190 switch (pipe_func) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c1540 unsigned pipe_func)
1544 if (pipe_func != PIPE_FUNC_NOTEQUAL) {
1545 cond = lp_build_cmp_ordered(&bld_base->base, pipe_func,
1549 cond = lp_build_cmp(&bld_base->base, pipe_func,
1677 unsigned pipe_func)
1679 LLVMValueRef cond = lp_build_cmp(&bld_base->int_bld, pipe_func,
1941 unsigned pipe_func)
1945 if (pipe_func != PIPE_FUNC_NOTEQUAL) {
1946 cond = lp_build_cmp_ordered(&bld_base->base, pipe_func,
1950 cond = lp_build_cmp(&bld_base->base, pipe_func,
1536 fset_emit_cpu( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, unsigned pipe_func) argument
1673 iset_emit_cpu( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, unsigned pipe_func) argument
1937 set_emit_cpu( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, unsigned pipe_func) argument
2159 uset_emit_cpu( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, unsigned pipe_func) argument
2264 dset_emit_cpu( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, unsigned pipe_func) argument
2372 u64set_emit_cpu( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, unsigned pipe_func) argument
2423 i64set_emit_cpu( const struct lp_build_tgsi_action * action, struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, unsigned pipe_func) argument
[all...]

Completed in 239 milliseconds