/external/mesa3d/src/mesa/program/ |
D | program.h | 99 struct gl_program *prog) in _mesa_reference_program() 108 struct gl_vertex_program *prog) in _mesa_reference_vertprog() 117 struct gl_fragment_program *prog) in _mesa_reference_fragprog() 126 struct gl_geometry_program *prog) in _mesa_reference_geomprog() 137 const struct gl_vertex_program *prog) in _mesa_clone_vertex_program() 144 const struct gl_geometry_program *prog) in _mesa_clone_geometry_program() 151 const struct gl_fragment_program *prog) in _mesa_clone_fragment_program() 221 gl_fragment_program(struct gl_program *prog) in gl_fragment_program() 227 gl_fragment_program_const(const struct gl_program *prog) in gl_fragment_program_const() 234 gl_vertex_program(struct gl_program *prog) in gl_vertex_program() [all …]
|
D | prog_print.c | 349 GLboolean relAddr, const struct gl_program *prog, in reg_string() 568 const struct gl_program *prog) in fprint_dst_reg() 596 const struct gl_program *prog) in fprint_src_reg() 633 const struct gl_program *prog) in _mesa_fprint_alu_instruction() 683 const struct gl_program *prog) in _mesa_fprint_instruction_opt() 905 const struct gl_program *prog) in _mesa_print_instruction_opt() 925 const struct gl_program *prog, in _mesa_fprint_program_opt() 966 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program() 1003 const struct gl_program *prog) in _mesa_fprint_program_parameters() 1043 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() [all …]
|
D | program.c | 264 _mesa_init_program_struct( struct gl_context *ctx, struct gl_program *prog, in _mesa_init_program_struct() 290 _mesa_init_fragment_program( struct gl_context *ctx, struct gl_fragment_program *prog, in _mesa_init_fragment_program() 304 _mesa_init_vertex_program( struct gl_context *ctx, struct gl_vertex_program *prog, in _mesa_init_vertex_program() 318 _mesa_init_geometry_program( struct gl_context *ctx, struct gl_geometry_program *prog, in _mesa_init_geometry_program() 343 struct gl_program *prog; in _mesa_new_program() local 376 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) in _mesa_delete_program() 422 struct gl_program *prog) in _mesa_reference_program_() 487 _mesa_clone_program(struct gl_context *ctx, const struct gl_program *prog) in _mesa_clone_program() 576 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_insert_instructions() 625 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_delete_instructions() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program.h | 99 struct gl_program *prog) in _mesa_reference_program() 108 struct gl_vertex_program *prog) in _mesa_reference_vertprog() 117 struct gl_fragment_program *prog) in _mesa_reference_fragprog() 126 struct gl_geometry_program *prog) in _mesa_reference_geomprog() 137 const struct gl_vertex_program *prog) in _mesa_clone_vertex_program() 144 const struct gl_geometry_program *prog) in _mesa_clone_geometry_program() 151 const struct gl_fragment_program *prog) in _mesa_clone_fragment_program() 221 gl_fragment_program(struct gl_program *prog) in gl_fragment_program() 227 gl_fragment_program_const(const struct gl_program *prog) in gl_fragment_program_const() 234 gl_vertex_program(struct gl_program *prog) in gl_vertex_program() [all …]
|
D | prog_print.c | 349 GLboolean relAddr, const struct gl_program *prog, in reg_string() 568 const struct gl_program *prog) in fprint_dst_reg() 596 const struct gl_program *prog) in fprint_src_reg() 633 const struct gl_program *prog) in _mesa_fprint_alu_instruction() 683 const struct gl_program *prog) in _mesa_fprint_instruction_opt() 905 const struct gl_program *prog) in _mesa_print_instruction_opt() 925 const struct gl_program *prog, in _mesa_fprint_program_opt() 966 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program() 1003 const struct gl_program *prog) in _mesa_fprint_program_parameters() 1043 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() [all …]
|
D | program.c | 264 _mesa_init_program_struct( struct gl_context *ctx, struct gl_program *prog, in _mesa_init_program_struct() 290 _mesa_init_fragment_program( struct gl_context *ctx, struct gl_fragment_program *prog, in _mesa_init_fragment_program() 304 _mesa_init_vertex_program( struct gl_context *ctx, struct gl_vertex_program *prog, in _mesa_init_vertex_program() 318 _mesa_init_geometry_program( struct gl_context *ctx, struct gl_geometry_program *prog, in _mesa_init_geometry_program() 343 struct gl_program *prog; in _mesa_new_program() local 376 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) in _mesa_delete_program() 422 struct gl_program *prog) in _mesa_reference_program_() 487 _mesa_clone_program(struct gl_context *ctx, const struct gl_program *prog) in _mesa_clone_program() 576 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_insert_instructions() 625 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_delete_instructions() [all …]
|
D | prog_opt_constant_fold.c | 47 src_reg_for_float(struct gl_program *prog, float val) in src_reg_for_float() 62 src_reg_for_vec4(struct gl_program *prog, const float *val) in src_reg_for_vec4() 90 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) in get_value() 131 _mesa_constant_fold(struct gl_program *prog) in _mesa_constant_fold()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_program.c | 56 st_bind_program(struct gl_context *ctx, GLenum target, struct gl_program *prog) in st_bind_program() 98 struct st_vertex_program *prog = ST_CALLOC_STRUCT(st_vertex_program); in st_new_program() local 104 struct st_fragment_program *prog = ST_CALLOC_STRUCT(st_fragment_program); in st_new_program() local 109 struct st_geometry_program *prog = ST_CALLOC_STRUCT(st_geometry_program); in st_new_program() local 124 st_delete_program(struct gl_context *ctx, struct gl_program *prog) in st_delete_program() 180 struct gl_program *prog) in st_is_program_native() 194 struct gl_program *prog ) in st_program_string_notify()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_program.c | 56 st_bind_program(struct gl_context *ctx, GLenum target, struct gl_program *prog) in st_bind_program() 98 struct st_vertex_program *prog = ST_CALLOC_STRUCT(st_vertex_program); in st_new_program() local 104 struct st_fragment_program *prog = ST_CALLOC_STRUCT(st_fragment_program); in st_new_program() local 109 struct st_geometry_program *prog = ST_CALLOC_STRUCT(st_geometry_program); in st_new_program() local 124 st_delete_program(struct gl_context *ctx, struct gl_program *prog) in st_delete_program() 180 struct gl_program *prog) in st_is_program_native() 194 struct gl_program *prog ) in st_program_string_notify()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 46 struct gl_program *prog ) in brwBindProgram() 68 struct brw_vertex_program *prog = CALLOC_STRUCT(brw_vertex_program); in brwNewProgram() local 80 struct brw_fragment_program *prog = CALLOC_STRUCT(brw_fragment_program); in brwNewProgram() local 97 struct gl_program *prog ) in brwDeleteProgram() 106 struct gl_program *prog) in brwIsProgramNative() 112 shader_error(struct gl_context *ctx, struct gl_program *prog, const char *msg) in shader_error() 127 struct gl_program *prog) in brwProgramStringNotify()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 46 struct gl_program *prog ) in brwBindProgram() 68 struct brw_vertex_program *prog = CALLOC_STRUCT(brw_vertex_program); in brwNewProgram() local 80 struct brw_fragment_program *prog = CALLOC_STRUCT(brw_fragment_program); in brwNewProgram() local 97 struct gl_program *prog ) in brwDeleteProgram() 106 struct gl_program *prog) in brwIsProgramNative() 112 shader_error(struct gl_context *ctx, struct gl_program *prog, const char *msg) in shader_error() 127 struct gl_program *prog) in brwProgramStringNotify()
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | dfa_test.cc | 26 BuildThread(Prog* prog) : prog_(prog) {} in BuildThread() 47 Prog* prog = re->CompileToProg(0); in TEST() local 62 Prog* prog = re->CompileToProg(0); in TEST() local 105 Prog* prog = re->CompileToProg(limit); in TEST() local 205 Prog* prog = re->CompileToProg(1<<n); in TEST() local 237 SearchThread(Prog* prog, const StringPiece& match, in SearchThread() 275 Prog* prog = re->CompileToProg(1<<n); in TEST() local 289 Prog* prog = re->CompileToProg(1<<n); in TEST() local 330 Prog *prog = re->CompileToReverseProg(0); in TEST() local
|
/external/regex-re2/re2/testing/ |
D | dfa_test.cc | 26 BuildThread(Prog* prog) : prog_(prog) {} in BuildThread() 47 Prog* prog = re->CompileToProg(0); in TEST() local 62 Prog* prog = re->CompileToProg(0); in TEST() local 105 Prog* prog = re->CompileToProg(limit); in TEST() local 205 Prog* prog = re->CompileToProg(1<<n); in TEST() local 237 SearchThread(Prog* prog, const StringPiece& match, in SearchThread() 275 Prog* prog = re->CompileToProg(1<<n); in TEST() local 289 Prog* prog = re->CompileToProg(1<<n); in TEST() local 330 Prog *prog = re->CompileToReverseProg(0); in TEST() local
|
/external/e2fsprogs/resize/ |
D | sim_progress.c | 28 static errcode_t ext2fs_progress_display(ext2_sim_progmeter prog) in ext2fs_progress_display() 50 void ext2fs_progress_update(ext2_sim_progmeter prog, __u32 current) in ext2fs_progress_update() 82 ext2_sim_progmeter prog; in ext2fs_progress_init() local 109 void ext2fs_progress_close(ext2_sim_progmeter prog) in ext2fs_progress_close()
|
/external/mesa3d/src/glsl/ |
D | ir_set_program_inouts.cpp | 48 ir_set_program_inouts_visitor(struct gl_program *prog, in ir_set_program_inouts_visitor() 69 struct gl_program *prog; member in ir_set_program_inouts_visitor 75 mark(struct gl_program *prog, ir_variable *var, int offset, int len, in mark() 197 do_set_program_inouts(exec_list *instructions, struct gl_program *prog, in do_set_program_inouts()
|
D | linker.cpp | 176 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error() 190 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning() 264 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable() 338 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable() 388 cross_validate_globals(struct gl_shader_program *prog, in cross_validate_globals() 578 cross_validate_uniforms(struct gl_shader_program *prog) in cross_validate_uniforms() 589 interstage_cross_validate_uniform_blocks(struct gl_shader_program *prog) in interstage_cross_validate_uniform_blocks() 631 cross_validate_outputs_to_inputs(struct gl_shader_program *prog, in cross_validate_outputs_to_inputs() 966 struct gl_shader_program *prog, in link_intrastage_shaders() 1156 update_array_sizes(struct gl_shader_program *prog) in update_array_sizes() [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_set_program_inouts.cpp | 48 ir_set_program_inouts_visitor(struct gl_program *prog, in ir_set_program_inouts_visitor() 69 struct gl_program *prog; member in ir_set_program_inouts_visitor 75 mark(struct gl_program *prog, ir_variable *var, int offset, int len, in mark() 197 do_set_program_inouts(exec_list *instructions, struct gl_program *prog, in do_set_program_inouts()
|
D | linker.cpp | 176 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error() 190 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning() 264 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable() 338 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable() 388 cross_validate_globals(struct gl_shader_program *prog, in cross_validate_globals() 578 cross_validate_uniforms(struct gl_shader_program *prog) in cross_validate_uniforms() 589 interstage_cross_validate_uniform_blocks(struct gl_shader_program *prog) in interstage_cross_validate_uniform_blocks() 631 cross_validate_outputs_to_inputs(struct gl_shader_program *prog, in cross_validate_outputs_to_inputs() 966 struct gl_shader_program *prog, in link_intrastage_shaders() 1156 update_array_sizes(struct gl_shader_program *prog) in update_array_sizes() [all …]
|
/external/libpng/contrib/tools/ |
D | cvtcolor.c | 25 usage(const char *prog) in usage() 34 component(const char *prog, const char *arg, int issRGB) in component() 51 const char *prog = *argv++; in main() local
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | program.cpp | 115 clRetainProgram(cl_program prog) { in clRetainProgram() 124 clReleaseProgram(cl_program prog) { in clReleaseProgram() 135 clBuildProgram(cl_program prog, cl_uint count, const cl_device_id *devs, in clBuildProgram() 168 clGetProgramInfo(cl_program prog, cl_program_info param, in clGetProgramInfo() 223 clGetProgramBuildInfo(cl_program prog, cl_device_id dev, in clGetProgramBuildInfo()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
D | program.cpp | 115 clRetainProgram(cl_program prog) { in clRetainProgram() 124 clReleaseProgram(cl_program prog) { in clReleaseProgram() 135 clBuildProgram(cl_program prog, cl_uint count, const cl_device_id *devs, in clBuildProgram() 168 clGetProgramInfo(cl_program prog, cl_program_info param, in clGetProgramInfo() 223 clGetProgramBuildInfo(cl_program prog, cl_device_id dev, in clGetProgramBuildInfo()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | arbprogram.c | 177 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeletePrograms() local 258 struct gl_program *prog = NULL; in _mesa_IsProgramARB() local 276 struct gl_program *prog; in get_local_param_pointer() local 368 struct gl_vertex_program *prog = ctx->VertexProgram.Current; in _mesa_ProgramStringARB() local 376 struct gl_vertex_program *prog = ctx->VertexProgram.Current; in _mesa_ProgramStringARB() local 383 struct gl_fragment_program *prog = ctx->FragmentProgram.Current; in _mesa_ProgramStringARB() local 390 struct gl_fragment_program *prog = ctx->FragmentProgram.Current; in _mesa_ProgramStringARB() local 698 struct gl_program *prog; in _mesa_GetProgramivARB() local 881 const struct gl_program *prog; in _mesa_GetProgramStringARB() local
|
/external/mesa3d/src/mesa/main/ |
D | arbprogram.c | 177 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeletePrograms() local 258 struct gl_program *prog = NULL; in _mesa_IsProgramARB() local 276 struct gl_program *prog; in get_local_param_pointer() local 368 struct gl_vertex_program *prog = ctx->VertexProgram.Current; in _mesa_ProgramStringARB() local 376 struct gl_vertex_program *prog = ctx->VertexProgram.Current; in _mesa_ProgramStringARB() local 383 struct gl_fragment_program *prog = ctx->FragmentProgram.Current; in _mesa_ProgramStringARB() local 390 struct gl_fragment_program *prog = ctx->FragmentProgram.Current; in _mesa_ProgramStringARB() local 698 struct gl_program *prog; in _mesa_GetProgramivARB() local 881 const struct gl_program *prog; in _mesa_GetProgramStringARB() local
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_program.c | 39 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_vertprog_assign_slots() local 128 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_fragprog_assign_slots() local 303 nv50_program_translate(struct nv50_program *prog, uint16_t chipset) in nv50_program_translate() 374 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_upload_code()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_program.c | 39 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_vertprog_assign_slots() local 128 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_fragprog_assign_slots() local 303 nv50_program_translate(struct nv50_program *prog, uint16_t chipset) in nv50_program_translate() 374 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_upload_code()
|