Searched refs:mach (Results 1 - 25 of 267) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1017 print_temp(const struct tgsi_exec_machine *mach, uint index) argument
1019 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
1035 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach, argument
1043 mach->Consts[i] = bufs[i];
1044 mach->ConstsSize[i] = buf_sizes[i];
1110 struct tgsi_exec_machine *mach,
1130 mach->Tokens = tokens;
1131 mach->Sampler = sampler;
1132 mach->Image = image;
1133 mach
1109 tgsi_exec_machine_bind_shader(struct tgsi_exec_machine * mach,const struct tgsi_token * tokens,struct tgsi_sampler * sampler,struct tgsi_image * image,struct tgsi_buffer * buffer) argument
1307 struct tgsi_exec_machine *mach; local in function:tgsi_exec_machine_create
1367 tgsi_exec_machine_destroy(struct tgsi_exec_machine * mach) argument
1513 fetch_src_file_channel(const struct tgsi_exec_machine * mach,const uint file,const uint swizzle,const union tgsi_exec_channel * index,const union tgsi_exec_channel * index2D,union tgsi_exec_channel * chan) argument
1624 get_index_registers(const struct tgsi_exec_machine * mach,const struct tgsi_full_src_register * reg,union tgsi_exec_channel * index,union tgsi_exec_channel * index2D) argument
1761 fetch_source_d(const struct tgsi_exec_machine * mach,union tgsi_exec_channel * chan,const struct tgsi_full_src_register * reg,const uint chan_index) argument
1783 fetch_source(const struct tgsi_exec_machine * mach,union tgsi_exec_channel * chan,const struct tgsi_full_src_register * reg,const uint chan_index,enum tgsi_exec_datatype src_datatype) argument
1809 store_dest_dstret(struct tgsi_exec_machine * mach,const union tgsi_exec_channel * chan,const struct tgsi_full_dst_register * reg,uint chan_index,enum tgsi_exec_datatype dst_datatype) argument
1976 store_dest_double(struct tgsi_exec_machine * mach,const union tgsi_exec_channel * chan,const struct tgsi_full_dst_register * reg,uint chan_index,enum tgsi_exec_datatype dst_datatype) argument
1997 store_dest(struct tgsi_exec_machine * mach,const union tgsi_exec_channel * chan,const struct tgsi_full_dst_register * reg,const struct tgsi_full_instruction * inst,uint chan_index,enum tgsi_exec_datatype dst_datatype) argument
2042 exec_kill_if(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2084 exec_kill(struct tgsi_exec_machine * mach) argument
2094 emit_vertex(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2120 emit_primitive(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2144 conditional_emit_primitive(struct tgsi_exec_machine * mach) argument
2203 fetch_texel_offsets(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,int8_t offsets[3]) argument
2232 fetch_assign_deriv_channel(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,unsigned regdsrcx,unsigned chan,float derivs[2][TGSI_QUAD_SIZE]) argument
2252 fetch_sampler_unit(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,uint sampler) argument
2294 exec_tex(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,uint modifier,uint sampler) argument
2401 exec_lodq(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2478 exec_txd(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2586 exec_txf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2671 exec_txq(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2702 exec_sample(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,uint modifier,boolean compare) argument
2836 exec_sample_d(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2923 eval_constant_coef(struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan) argument
2936 interp_constant_offset(UNUSED const struct tgsi_exec_machine * mach,UNUSED unsigned attrib,UNUSED unsigned chan,UNUSED float ofs_x,UNUSED float ofs_y,UNUSED union tgsi_exec_channel * out_chan) argument
2951 interp_linear_offset(const struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan,float ofs_x,float ofs_y,union tgsi_exec_channel * out_chan) argument
2969 eval_linear_coef(struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan) argument
2991 interp_perspective_offset(const struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan,float ofs_x,float ofs_y,union tgsi_exec_channel * out_chan) argument
3010 eval_perspective_coef(struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan) argument
3035 exec_declaration(struct tgsi_exec_machine * mach,const struct tgsi_full_declaration * decl) argument
3134 exec_scalar_unary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_unary_op op,enum tgsi_exec_datatype dst_datatype,enum tgsi_exec_datatype src_datatype) argument
3154 exec_vector_unary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_unary_op op,enum tgsi_exec_datatype dst_datatype,enum tgsi_exec_datatype src_datatype) argument
3183 exec_scalar_binary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_binary_op op,enum tgsi_exec_datatype dst_datatype,enum tgsi_exec_datatype src_datatype) argument
3204 exec_vector_binary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_binary_op op,enum tgsi_exec_datatype dst_datatype,enum tgsi_exec_datatype src_datatype) argument
3235 exec_vector_trinary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_trinary_op op,enum tgsi_exec_datatype dst_datatype,enum tgsi_exec_datatype src_datatype) argument
3268 exec_vector_quaternary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_quaternary_op op,enum tgsi_exec_datatype dst_datatype,enum tgsi_exec_datatype src_datatype) argument
3296 exec_dp3(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3320 exec_dp4(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3344 exec_dp2(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3366 exec_pk2h(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3386 exec_up2h(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3417 exec_ucmp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3445 exec_dst(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3478 exec_log(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3504 exec_exp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3529 exec_lit(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3563 exec_break(struct tgsi_exec_machine * mach) argument
3580 exec_switch(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3598 exec_case(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3629 exec_default(struct tgsi_exec_machine * mach) argument
3639 exec_endswitch(struct tgsi_exec_machine * mach) argument
3661 fetch_double_channel(struct tgsi_exec_machine * mach,union tgsi_double_channel * chan,const struct tgsi_full_src_register * reg,uint chan_0,uint chan_1) argument
3686 store_double_channel(struct tgsi_exec_machine * mach,const union tgsi_double_channel * chan,const struct tgsi_full_dst_register * reg,const struct tgsi_full_instruction * inst,uint chan_0,uint chan_1) argument
3726 exec_double_unary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop op) argument
3746 exec_double_binary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop op,enum tgsi_exec_datatype dst_datatype) argument
3788 exec_double_trinary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop op) argument
3812 exec_dldexp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3837 exec_dfracexp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3857 exec_arg0_64_arg1_32(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop_sop op) argument
3931 exec_load_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3978 exec_load_buf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4011 exec_load_mem(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4043 exec_load(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4055 fetch_store_img_unit(struct tgsi_exec_machine * mach,const struct tgsi_full_dst_register * dst) argument
4087 exec_store_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4132 exec_store_buf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4167 exec_store_mem(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4199 exec_store(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4211 exec_atomop_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4279 exec_atomop_buf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4338 exec_atomop_mem(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4414 exec_atomop(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4426 exec_resq_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4460 exec_resq_buf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4490 exec_resq(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4600 exec_t_2_64(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop_s op,enum tgsi_exec_datatype src_datatype) argument
4621 exec_64_2_t(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_sop_d op,enum tgsi_exec_datatype dst_datatype) argument
5173 exec_interp_at_sample(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
5211 exec_interp_at_offset(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
5240 exec_interp_at_centroid(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
5282 exec_instruction(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,int * pc) argument
6336 tgsi_exec_machine_setup_masks(struct tgsi_exec_machine * mach) argument
6375 tgsi_exec_machine_run(struct tgsi_exec_machine * mach,int start_pc) argument
[all...]
H A Dtgsi_exec.h357 const struct tgsi_exec_machine *mach,
480 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach);
485 struct tgsi_exec_machine *mach,
493 struct tgsi_exec_machine *mach, int start_pc );
497 tgsi_exec_machine_free_data(struct tgsi_exec_machine *mach);
505 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1007 print_temp(const struct tgsi_exec_machine *mach, uint index) argument
1009 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
1025 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach, argument
1033 mach->Consts[i] = bufs[i];
1034 mach->ConstsSize[i] = buf_sizes[i];
1045 struct tgsi_exec_machine *mach,
1062 mach->Tokens = tokens;
1063 mach->Sampler = sampler;
1064 mach->Image = image;
1065 mach
1044 tgsi_exec_machine_bind_shader(struct tgsi_exec_machine * mach,const struct tgsi_token * tokens,struct tgsi_sampler * sampler,struct tgsi_image * image,struct tgsi_buffer * buffer) argument
1233 struct tgsi_exec_machine *mach; local in function:tgsi_exec_machine_create
1276 tgsi_exec_machine_destroy(struct tgsi_exec_machine * mach) argument
1415 fetch_src_file_channel(const struct tgsi_exec_machine * mach,const uint file,const uint swizzle,const union tgsi_exec_channel * index,const union tgsi_exec_channel * index2D,union tgsi_exec_channel * chan) argument
1516 get_index_registers(const struct tgsi_exec_machine * mach,const struct tgsi_full_src_register * reg,union tgsi_exec_channel * index,union tgsi_exec_channel * index2D) argument
1653 fetch_source_d(const struct tgsi_exec_machine * mach,union tgsi_exec_channel * chan,const struct tgsi_full_src_register * reg,const uint chan_index) argument
1675 fetch_source(const struct tgsi_exec_machine * mach,union tgsi_exec_channel * chan,const struct tgsi_full_src_register * reg,const uint chan_index,enum tgsi_exec_datatype src_datatype) argument
1698 store_dest_dstret(struct tgsi_exec_machine * mach,const union tgsi_exec_channel * chan,const struct tgsi_full_dst_register * reg,uint chan_index) argument
1787 store_dest_double(struct tgsi_exec_machine * mach,const union tgsi_exec_channel * chan,const struct tgsi_full_dst_register * reg,uint chan_index) argument
1807 store_dest(struct tgsi_exec_machine * mach,const union tgsi_exec_channel * chan,const struct tgsi_full_dst_register * reg,const struct tgsi_full_instruction * inst,uint chan_index) argument
1845 exec_kill_if(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
1887 exec_kill(struct tgsi_exec_machine * mach) argument
1896 emit_vertex(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
1922 emit_primitive(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
1946 conditional_emit_primitive(struct tgsi_exec_machine * mach) argument
2004 fetch_texel_offsets(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,int8_t offsets[3]) argument
2033 fetch_assign_deriv_channel(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,unsigned regdsrcx,unsigned chan,float derivs[2][TGSI_QUAD_SIZE]) argument
2053 fetch_sampler_unit(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,uint sampler) argument
2095 exec_tex(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,uint modifier,uint sampler) argument
2202 exec_lodq(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2275 exec_txd(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2383 exec_txf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2468 exec_txq(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2498 exec_sample(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,uint modifier,boolean compare) argument
2632 exec_sample_d(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
2719 eval_constant_coef(struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan) argument
2732 interp_constant_offset(UNUSED const struct tgsi_exec_machine * mach,UNUSED unsigned attrib,UNUSED unsigned chan,UNUSED float ofs_x,UNUSED float ofs_y,UNUSED union tgsi_exec_channel * out_chan) argument
2747 interp_linear_offset(const struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan,float ofs_x,float ofs_y,union tgsi_exec_channel * out_chan) argument
2765 eval_linear_coef(struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan) argument
2787 interp_perspective_offset(const struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan,float ofs_x,float ofs_y,union tgsi_exec_channel * out_chan) argument
2806 eval_perspective_coef(struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan) argument
2831 exec_declaration(struct tgsi_exec_machine * mach,const struct tgsi_full_declaration * decl) argument
2931 exec_scalar_unary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_unary_op op,enum tgsi_exec_datatype src_datatype) argument
2950 exec_vector_unary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_unary_op op,enum tgsi_exec_datatype src_datatype) argument
2978 exec_scalar_binary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_binary_op op,enum tgsi_exec_datatype src_datatype) argument
2998 exec_vector_binary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_binary_op op,enum tgsi_exec_datatype src_datatype) argument
3028 exec_vector_trinary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_trinary_op op,enum tgsi_exec_datatype src_datatype) argument
3060 exec_vector_quaternary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_quaternary_op op,enum tgsi_exec_datatype src_datatype) argument
3087 exec_dp3(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3111 exec_dp4(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3135 exec_dp2(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3157 exec_pk2h(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3177 exec_up2h(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3208 exec_ucmp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3235 exec_dst(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3268 exec_log(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3294 exec_exp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3319 exec_lit(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3353 exec_break(struct tgsi_exec_machine * mach) argument
3370 exec_switch(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3388 exec_case(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3419 exec_default(struct tgsi_exec_machine * mach) argument
3429 exec_endswitch(struct tgsi_exec_machine * mach) argument
3451 fetch_double_channel(struct tgsi_exec_machine * mach,union tgsi_double_channel * chan,const struct tgsi_full_src_register * reg,uint chan_0,uint chan_1) argument
3472 store_double_channel(struct tgsi_exec_machine * mach,const union tgsi_double_channel * chan,const struct tgsi_full_dst_register * reg,const struct tgsi_full_instruction * inst,uint chan_0,uint chan_1) argument
3512 exec_double_unary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop op) argument
3532 exec_double_binary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop op,enum tgsi_exec_datatype dst_datatype) argument
3574 exec_double_trinary(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop op) argument
3598 exec_dldexp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3623 exec_dfracexp(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3643 exec_arg0_64_arg1_32(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop_sop op) argument
3717 exec_load_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3763 exec_load_membuf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3817 exec_load(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3827 fetch_store_img_unit(struct tgsi_exec_machine * mach,const struct tgsi_full_dst_register * dst) argument
3859 exec_store_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3903 exec_store_buf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3936 exec_store_mem(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3967 exec_store(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
3979 exec_atomop_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4046 exec_atomop_membuf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4146 exec_atomop(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4156 exec_resq_img(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4188 exec_resq_buf(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4207 exec_resq(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4317 exec_t_2_64(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_dop_s op,enum tgsi_exec_datatype src_datatype) argument
4338 exec_64_2_t(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,micro_sop_d op) argument
4889 exec_interp_at_sample(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4927 exec_interp_at_offset(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4956 exec_interp_at_centroid(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst) argument
4998 exec_instruction(struct tgsi_exec_machine * mach,const struct tgsi_full_instruction * inst,int * pc) argument
6053 tgsi_exec_machine_setup_masks(struct tgsi_exec_machine * mach) argument
6092 tgsi_exec_machine_run(struct tgsi_exec_machine * mach,int start_pc) argument
[all...]
H A Dtgsi_exec.h279 const struct tgsi_exec_machine *mach,
407 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach);
412 struct tgsi_exec_machine *mach,
420 struct tgsi_exec_machine *mach, int start_pc );
424 tgsi_exec_machine_free_data(struct tgsi_exec_machine *mach);
428 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach,
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dclient.c33 #include <mach/mach.h>
34 #include <mach/mach_error.h>
H A Dserver.c33 #include <mach/mach.h>
34 #include <mach/mach_error.h>
169 asl_log(NULL, NULL, ASL_LEVEL_ERR, "no mach services");
175 asl_log(NULL, NULL, ASL_LEVEL_ERR, "no mach service: %s",
186 asl_log(NULL, NULL, ASL_LEVEL_ERR, "NULL mach service: %s",
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/
H A Dhurd_video.c28 #include <mach.h>
30 #include <mach/machine/mach_i386.h>
H A Dhurd_init.c44 #include <mach.h>
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_device.h32 #include <mach/mach.h>
H A Dio.h31 #include <mach/mach.h>
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/
H A Dhurd_mmap.c27 #include<mach.h>
29 #include<mach/machine/mach_i386.h>
H A Dhurd_init.c44 #include <mach.h>
H A Dhurd_video.c28 #include <mach.h>
30 #include <mach/machine/mach_i386.h>
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dbundle_trampoline.c30 #include <mach-o/dyld.h>
49 * This trampoline provides the mach-o needed by LaunchServices and TCC to satisfy those
H A Dstub.c46 #include <mach/mach.h>
47 #include <mach/mach_error.h>
H A Dbundle-main.c53 #include <mach/mach.h>
54 #include <mach/mach_error.h>
661 ErrorF("NULL mach service: %s", server_bootstrap_name);
/xsrc/external/mit/xorg-server.old/dist/
H A Dcompile104 cp hw/xquartz/mach-startup/X11.bin X11.bin-$1
/xsrc/external/mit/xload/dist/
H A Dget_load.c199 # include <mach.h>
237 # include <mach/mach.h>
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c48 #include <mach/mach.h>
49 #include <mach/mach_error.h>
H A Dbundle-main.c53 #include <mach/mach.h>
54 #include <mach/mach_error.h>
560 fprintf(stderr, "NULL mach service: %s", server_bootstrap_name);
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dhurd_kbd.c47 #include <mach.h>
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dhurd_mouse.c46 #include <mach.h>
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_process.c44 #include <mach-o/dyld.h>
/xsrc/external/mit/xorg-cf-files/dist/
H A DMakefile.am106 mach.cf \
/xsrc/external/mit/xorg-server/dist/
H A DMakefile.am188 hw/xquartz/mach-startup/meson.build \

Completed in 23 milliseconds

1234567891011