/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_storagebuf.c | 44 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos() 98 struct gl_program *prog = in st_bind_vs_ssbos() local 106 struct gl_program *prog = in st_bind_fs_ssbos() local 114 struct gl_program *prog = in st_bind_gs_ssbos() local 122 struct gl_program *prog = in st_bind_tcs_ssbos() local 130 struct gl_program *prog = in st_bind_tes_ssbos() local 138 struct gl_program *prog = in st_bind_cs_ssbos() local
|
D | st_shader_cache.c | 57 copy_blob_to_driver_cache_blob(struct blob *blob, struct gl_program *prog) in copy_blob_to_driver_cache_blob() 66 struct gl_program *prog) in write_tgsi_to_cache() 76 write_nir_to_cache(struct blob *blob, struct gl_program *prog) in write_nir_to_cache() 89 st_serialise_ir_program(struct gl_context *ctx, struct gl_program *prog, in st_serialise_ir_program() 125 st_store_ir_in_disk_cache(struct st_context *st, struct gl_program *prog, in st_store_ir_in_disk_cache() 173 struct gl_program *prog, bool nir) in st_deserialise_ir_program() 239 struct gl_shader_program *prog, in st_load_ir_from_disk_cache() 273 st_serialise_tgsi_program(struct gl_context *ctx, struct gl_program *prog) in st_serialise_tgsi_program() 281 struct gl_program *prog) in st_serialise_tgsi_program_binary() 289 struct gl_program *prog) in st_deserialise_tgsi_program() [all …]
|
D | st_atom_atomicbuf.c | 68 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics() 99 struct gl_program *prog = in st_bind_vs_atomics() local 108 struct gl_program *prog = in st_bind_fs_atomics() local 117 struct gl_program *prog = in st_bind_gs_atomics() local 126 struct gl_program *prog = in st_bind_tcs_atomics() local 135 struct gl_program *prog = in st_bind_tes_atomics() local 148 struct gl_program *prog = in st_bind_cs_atomics() local
|
D | st_atom_image.c | 159 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images() 188 struct gl_program *prog = in st_bind_vs_images() local 196 struct gl_program *prog = in st_bind_fs_images() local 204 struct gl_program *prog = in st_bind_gs_images() local 212 struct gl_program *prog = in st_bind_tcs_images() local 220 struct gl_program *prog = in st_bind_tes_images() local 228 struct gl_program *prog = in st_bind_cs_images() local
|
D | st_atom_constbuf.c | 70 st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) in st_upload_constants() 258 st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos() 299 struct gl_program *prog = in st_bind_vs_ubos() local 308 struct gl_program *prog = in st_bind_fs_ubos() local 317 struct gl_program *prog = in st_bind_gs_ubos() local 326 struct gl_program *prog = in st_bind_tcs_ubos() local 335 struct gl_program *prog = in st_bind_tes_ubos() local 344 struct gl_program *prog = in st_bind_cs_ubos() local
|
D | st_cb_program.c | 60 struct st_program *prog; in st_new_program() local 79 st_delete_program(struct gl_context *ctx, struct gl_program *prog) in st_delete_program() 103 struct gl_program *prog ) in st_program_string_notify() 143 struct gl_program *prog = ctx->Driver.NewProgram(ctx, MESA_SHADER_FRAGMENT, in st_new_ati_fs() local
|
D | st_glsl_to_nir.cpp | 89 st_shader_gather_info(nir_shader *nir, struct gl_program *prog) in st_shader_gather_info() 141 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index() 201 struct gl_program *prog, in st_nir_assign_uniform_locations() 353 st_nir_preprocess(struct st_context *st, struct gl_program *prog, in st_nir_preprocess() 473 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts() 685 struct gl_program *prog, in st_nir_lower_wpos_ytransform() 742 struct gl_program *prog = shader->Program; in st_link_nir() local 808 struct gl_program *prog = linked_shader[i]->Program; in st_link_nir() local 904 struct gl_program *prog = shader->Program; in st_link_nir() local 981 struct gl_program *prog) in st_nir_lower_samplers() [all …]
|
/third_party/mesa3d/src/mesa/program/ |
D | program.c | 185 _mesa_init_gl_program(struct gl_program *prog, gl_shader_stage stage, in _mesa_init_gl_program() 236 struct gl_program *prog = rzalloc(NULL, struct gl_program); in _mesa_new_program() local 249 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) in _mesa_delete_program() 305 struct gl_program *prog) in _mesa_reference_program_() 349 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_insert_instructions() 398 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count, in _mesa_delete_instructions() 449 _mesa_find_used_registers(const struct gl_program *prog, in _mesa_find_used_registers() 509 const struct gl_program *prog) in _mesa_get_min_invocations_per_fragment() 542 gl_external_samplers(const struct gl_program *prog) in gl_external_samplers() 571 _mesa_add_separate_state_parameters(struct gl_program *prog, in _mesa_add_separate_state_parameters()
|
D | prog_print.c | 381 GLboolean relAddr, const struct gl_program *prog) in reg_string() 533 const struct gl_program *prog) in fprint_dst_reg() 553 const struct gl_program *prog) in fprint_src_reg() 575 const struct gl_program *prog) in _mesa_fprint_alu_instruction() 623 const struct gl_program *prog) in _mesa_fprint_instruction_opt() 779 const struct gl_program *prog) in _mesa_print_instruction_opt() 799 const struct gl_program *prog, in _mesa_fprint_program_opt() 835 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program() 872 const struct gl_program *prog) in _mesa_fprint_program_parameters() 914 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvrtcloader.c | 144 NvrtcCompileProgram (nvrtcProgram prog, int numOptions, const char **options) in NvrtcCompileProgram() 152 NvrtcCreateProgram (nvrtcProgram * prog, const char *src, const char *name, in NvrtcCreateProgram() 162 NvrtcDestroyProgram (nvrtcProgram * prog) in NvrtcDestroyProgram() 170 NvrtcGetPTX (nvrtcProgram prog, char *ptx) in NvrtcGetPTX() 178 NvrtcGetPTXSize (nvrtcProgram prog, size_t * ptxSizeRet) in NvrtcGetPTXSize() 186 NvrtcGetProgramLog (nvrtcProgram prog, char *log) in NvrtcGetProgramLog() 194 NvrtcGetProgramLogSize (nvrtcProgram prog, size_t * logSizeRet) in NvrtcGetProgramLogSize()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | serialize.cpp | 43 write_subroutines(struct blob *metadata, struct gl_shader_program *prog) in write_subroutines() 71 read_subroutines(struct blob_reader *metadata, struct gl_shader_program *prog) in read_subroutines() 122 write_buffer_blocks(struct blob *metadata, struct gl_shader_program *prog) in write_buffer_blocks() 161 struct gl_shader_program *prog) in read_buffer_block() 190 struct gl_shader_program *prog) in read_buffer_blocks() 240 write_atomic_buffers(struct blob *metadata, struct gl_shader_program *prog) in write_atomic_buffers() 267 struct gl_shader_program *prog) in read_atomic_buffers() 315 struct gl_program *prog = shProg->last_vert_prog; in write_xfb() local 382 struct gl_program *prog = shProg->_LinkedShaders[xfb_stage]->Program; in read_xfb() local 418 has_uniform_storage(struct gl_shader_program *prog, unsigned idx) in has_uniform_storage() [all …]
|
D | linker_util.cpp | 42 link_util_should_add_buffer_variable(struct gl_shader_program *prog, in link_util_should_add_buffer_variable() 71 link_util_add_program_resource(struct gl_shader_program *prog, in link_util_add_program_resource() 111 link_util_find_empty_block(struct gl_shader_program *prog, in link_util_find_empty_block() 139 link_util_update_empty_uniform_locations(struct gl_shader_program *prog) in link_util_update_empty_uniform_locations() 161 link_util_check_subroutine_resources(struct gl_shader_program *prog) in link_util_check_subroutine_resources() 180 struct gl_shader_program *prog) in link_util_check_uniform_resources() 256 link_util_calculate_subroutine_compat(struct gl_shader_program *prog) in link_util_calculate_subroutine_compat()
|
D | link_interface_blocks.cpp | 44 interstage_member_mismatch(struct gl_shader_program *prog, in interstage_member_mismatch() 112 struct gl_shader_program *prog, in intrastage_match() 178 interstage_match(struct gl_shader_program *prog, ir_variable *producer, in interstage_match() 308 validate_intrastage_interface_blocks(struct gl_shader_program *prog, in validate_intrastage_interface_blocks() 379 validate_interstage_inout_blocks(struct gl_shader_program *prog, in validate_interstage_inout_blocks() 519 validate_interstage_uniform_blocks(struct gl_shader_program *prog, in validate_interstage_uniform_blocks()
|
D | linker.cpp | 266 gl_shader_program *prog; member in __anonc50f9a860111::array_resize_visitor 270 gl_shader_program *prog, in array_resize_visitor() 487 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error() 501 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning() 620 analyze_clip_cull_usage(struct gl_shader_program *prog, in analyze_clip_cull_usage() 715 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable() 768 validate_tess_eval_shader_executable(struct gl_shader_program *prog, in validate_tess_eval_shader_executable() 785 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable() 811 validate_geometry_shader_executable(struct gl_shader_program *prog, in validate_geometry_shader_executable() 831 struct gl_shader_program *prog) in validate_geometry_shader_emissions() [all …]
|
/third_party/re2/re2/testing/ |
D | dfa_test.cc | 32 static void DoBuild(Prog* prog) { in DoBuild() 47 Prog* prog = re->CompileToProg(0); in TEST() local 58 Prog* prog = re->CompileToProg(0); in TEST() local 89 Prog* prog = re->CompileToProg(limit); in TEST() local 192 Prog* prog = re->CompileToProg(1<<n); in TEST() local 224 static void DoSearch(Prog* prog, const StringPiece& match, in DoSearch() 253 Prog* prog = re->CompileToProg(1<<n); in TEST() local 265 Prog* prog = re->CompileToProg(1<<n); in TEST() local 304 Prog* prog = re->CompileToReverseProg(0); in TEST() local 359 Prog* prog = re->CompileToProg(0); in TEST() local
|
D | compile_test.cc | 124 Prog* prog = re->CompileToProg(0); in TEST() local 150 Prog* prog = re->CompileToProg(0); in DumpByteMap() local 235 Prog* prog = re->CompileToProg(920); in TEST() local 248 Prog* prog = re->CompileToProg(0); in Dump() local 255 Prog* prog = re->CompileToReverseProg(0); in Dump() local
|
/third_party/mesa3d/src/mesa/main/ |
D | arbprogram.c | 180 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeleteProgramsARB() local 257 struct gl_program *prog = NULL; in _mesa_IsProgramARB() local 291 struct gl_program* prog, GLenum target, in get_local_param_pointer() 358 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string() 483 struct gl_program* prog = lookup_or_create_program(program, target, "glNamedProgramStringEXT"); in _mesa_NamedProgramStringEXT() local 635 struct gl_program* prog = get_current_program(ctx, target, "glProgramLocalParameterARB"); in _mesa_ProgramLocalParameter4fARB() local 655 struct gl_program* prog = lookup_or_create_program(program, target, in _mesa_NamedProgramLocalParameter4fEXT() local 694 program_local_parameters4fv(struct gl_program* prog, GLuint index, GLsizei count, in program_local_parameters4fv() 716 struct gl_program* prog = get_current_program(ctx, target, in _mesa_ProgramLocalParameters4fvEXT() local 730 struct gl_program* prog = in _mesa_NamedProgramLocalParameters4fvEXT() local [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disk_cache.c | 56 intel_shader_sha1(struct gl_program *prog, gl_shader_stage stage, in intel_shader_sha1() 77 read_blob_program_data(struct blob_reader *binary, struct gl_program *prog, in read_blob_program_data() 88 struct gl_program *prog, gl_shader_stage stage) in read_and_upload() 234 struct gl_program *prog = brw->ctx._Shader->CurrentProgram[stage]; in brw_disk_cache_upload_program() local 266 write_program_data(struct brw_context *brw, struct gl_program *prog, in write_program_data() 302 struct gl_program *prog; in brw_disk_cache_write_render_programs() local 373 struct gl_program *prog = in brw_disk_cache_write_compute_program() local
|
D | brw_program_binary.c | 130 serialize_nir_part(struct blob *writer, struct gl_program *prog) in serialize_nir_part() 140 brw_program_serialize_nir(struct gl_context *ctx, struct gl_program *prog) in brw_program_serialize_nir() 161 struct gl_program *prog, gl_shader_stage stage) in deserialize_intel_program() 193 struct gl_program *prog, in brw_program_deserialize_driver_blob() 241 struct gl_program *prog) in brw_deserialize_program_binary() 249 struct gl_program *prog) in serialize_intel_part() 281 struct gl_program *prog) in brw_serialize_program_binary() 329 brw_read_blob_program_data(struct blob_reader *binary, struct gl_program *prog, in brw_read_blob_program_data()
|
D | brw_wm.c | 47 const struct gl_program *prog, in assign_fs_binding_table_offsets() 202 const struct gl_program *prog, in brw_populate_sampler_prog_key_data() 356 const struct brw_program *prog, in brw_populate_base_prog_key() 366 const struct brw_program *prog, in brw_populate_default_base_prog_key() 401 const struct gl_program *prog = brw->programs[MESA_SHADER_FRAGMENT]; in brw_wm_populate_key() local 570 struct gl_program *prog) in brw_wm_populate_default_key() 608 brw_fs_precompile(struct gl_context *ctx, struct gl_program *prog) in brw_fs_precompile()
|
D | brw_program.c | 82 struct gl_program *prog, in brw_create_nir() 181 struct gl_program *prog, in brw_nir_lower_resources() 205 brw_shader_gather_info(nir_shader *nir, struct gl_program *prog) in brw_shader_gather_info() 229 struct brw_program *prog = rzalloc(NULL, struct brw_program); in brw_new_program() local 241 brw_delete_program(struct gl_context *ctx, struct gl_program *prog) in brw_delete_program() 280 struct gl_program *prog) in brw_program_string_notify() 692 brw_get_shader_time_index(struct brw_context *brw, struct gl_program *prog, in brw_get_shader_time_index() 732 brw_dump_arb_asm(const char *stage, struct gl_program *prog) in brw_dump_arb_asm() 742 const struct gl_program *prog) in brw_setup_tex_for_precompile() 768 const struct gl_program *prog, in brw_assign_common_binding_table_offsets() [all …]
|
/third_party/e2fsprogs/resize/ |
D | sim_progress.c | 29 static errcode_t ext2fs_progress_display(ext2_sim_progmeter prog) in ext2fs_progress_display() 51 void ext2fs_progress_update(ext2_sim_progmeter prog, __u32 current) in ext2fs_progress_update() 83 ext2_sim_progmeter prog; in ext2fs_progress_init() local 110 void ext2fs_progress_close(ext2_sim_progmeter prog) in ext2fs_progress_close()
|
/third_party/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
|
/third_party/flutter/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|