Searched defs:writer (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_peephole_sf.c58 inst_srcs_updated(struct qinst *inst, struct qinst *writer) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_peephole_sf.c58 inst_srcs_updated(struct qinst *inst, struct qinst *writer) argument
/xsrc/external/mit/pixman/dist/test/
H A Dfetch-test.c128 writer (void *src, uint32_t value, int size) function in typeref:typename:void
/xsrc/external/mit/pixman/dist/demos/
H A Dcomposite-test.c66 writer (void *src, uint32_t value, int size) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_mpeg4.c129 write_bit(struct bit_stream *writer, unsigned int bit) argument
137 write_bits(struct bit_stream *writer, unsigned int bits, unsigned int len) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_mpeg4.c129 write_bit(struct bit_stream *writer, unsigned int bit) argument
137 write_bits(struct bit_stream *writer, unsigned int bits, unsigned int len) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog.c45 struct rc_variable * writer; local in function:r500_transform_IF
[all...]
H A Dradeon_dataflow.c680 get_readers_for_single_write(void * userdata,struct rc_instruction * writer,rc_register_file dst_file,unsigned int dst_index,unsigned int dst_mask) argument
858 rc_get_readers(struct radeon_compiler * c,struct rc_instruction * writer,struct rc_reader_data * data,rc_read_src_fn read_normal_cb,rc_pair_read_arg_fn read_pair_cb,rc_read_write_mask_fn write_cb) argument
874 rc_get_readers_sub(struct radeon_compiler * c,struct rc_instruction * writer,struct rc_pair_sub_instruction * sub_writer,struct rc_reader_data * data,rc_read_src_fn read_normal_cb,rc_pair_read_arg_fn read_pair_cb,rc_read_write_mask_fn write_cb) argument
[all...]
H A Dradeon_optimize.c838 struct rc_variable * writer = var; local in function:peephole_mul_omod
H A Dradeon_pair_schedule.c1132 add_tex_reader(struct schedule_state * s,struct schedule_instruction * writer,struct schedule_instruction * reader) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_binary.c130 serialize_nir_part(struct blob *writer, struct gl_program *prog) argument
149 struct blob writer; local in function:brw_program_serialize_nir
247 serialize_gen_part(struct blob * writer,struct gl_context * ctx,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
297 struct blob writer; local in function:brw_serialize_program_binary
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog.c50 struct rc_variable * writer; local in function:r500_transform_IF
[all...]
H A Dradeon_dataflow.c680 get_readers_for_single_write(void * userdata,struct rc_instruction * writer,rc_register_file dst_file,unsigned int dst_index,unsigned int dst_mask) argument
858 rc_get_readers(struct radeon_compiler * c,struct rc_instruction * writer,struct rc_reader_data * data,rc_read_src_fn read_normal_cb,rc_pair_read_arg_fn read_pair_cb,rc_read_write_mask_fn write_cb) argument
874 rc_get_readers_sub(struct radeon_compiler * c,struct rc_instruction * writer,struct rc_pair_sub_instruction * sub_writer,struct rc_reader_data * data,rc_read_src_fn read_normal_cb,rc_pair_read_arg_fn read_pair_cb,rc_read_write_mask_fn write_cb) argument
[all...]
H A Dradeon_optimize.c848 struct rc_variable * writer = var; local in function:peephole_mul_omod
H A Dradeon_pair_schedule.c1132 add_tex_reader(struct schedule_state * s,struct schedule_instruction * writer,struct schedule_instruction * reader) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_binary.c130 serialize_nir_part(struct blob *writer, struct gl_program *prog) argument
149 struct blob writer; local in function:brw_program_serialize_nir
247 serialize_intel_part(struct blob * writer,struct gl_context * ctx,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
297 struct blob writer; local in function:brw_serialize_program_binary
[all...]
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrsbit.c50 pfr_bitwriter_init( PFR_BitWriter writer, argument
69 pfr_bitwriter_decode_bytes(PFR_BitWriter writer,FT_Byte * p,FT_Byte * limit) argument
123 pfr_bitwriter_decode_rle1(PFR_BitWriter writer,FT_Byte * p,FT_Byte * limit) argument
204 pfr_bitwriter_decode_rle2(PFR_BitWriter writer,FT_Byte * p,FT_Byte * limit) argument
540 PFR_BitWriterRec writer; local in function:pfr_load_bitmap_bits
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c244 struct panfrost_batch *writer = entry ? entry->data : NULL; local in function:panfrost_batch_update_access
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_serialize.c1210 struct blob writer; local in function:nir_shader_serialize_deserialize
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h1177 write_bits(struct bit_writer *writer, int n_bits, int value) argument
1313 write_rgb_indices_unorm(struct bit_writer * writer,int src_width,int src_height,const uint8_t * src,int src_rowstride,uint8_t endpoints[][4]) argument
1369 write_alpha_indices_unorm(struct bit_writer * writer,int src_width,int src_height,const uint8_t * src,int src_rowstride,uint8_t endpoints[][4]) argument
1420 struct bit_writer writer; local in function:compress_rgba_unorm_block
1596 write_rgb_indices_float(struct bit_writer * writer,int src_width,int src_height,const float * src,int src_rowstride,float endpoints[][3]) argument
1689 struct bit_writer writer; local in function:compress_rgb_float_block
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h1174 write_bits(struct bit_writer *writer, int n_bits, int value) argument
1310 write_rgb_indices_unorm(struct bit_writer * writer,int src_width,int src_height,const uint8_t * src,int src_rowstride,uint8_t endpoints[][4]) argument
1366 write_alpha_indices_unorm(struct bit_writer * writer,int src_width,int src_height,const uint8_t * src,int src_rowstride,uint8_t endpoints[][4]) argument
1417 struct bit_writer writer; local in function:compress_rgba_unorm_block
1593 write_rgb_indices_float(struct bit_writer * writer,int src_width,int src_height,const float * src,int src_rowstride,float endpoints[][3]) argument
1686 struct bit_writer writer; local in function:compress_rgb_float_block
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcrashdec.c731 } writer[6]; member in struct:dump_cp_mem_pool::__anon4090acc60308
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.c2115 struct blob writer; local in function:nir_shader_serialize_deserialize

Completed in 33 milliseconds