/external/mesa3d/src/mesa/state_tracker/ |
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() 128 st_store_ir_in_disk_cache(struct st_context *st, struct gl_program *prog, in st_store_ir_in_disk_cache() 176 struct gl_program *prog, bool nir) in st_deserialise_ir_program() 240 struct gl_shader_program *prog, in st_load_ir_from_disk_cache() 274 st_serialise_tgsi_program(struct gl_context *ctx, struct gl_program *prog) in st_serialise_tgsi_program() 282 struct gl_program *prog) in st_serialise_tgsi_program_binary() 290 struct gl_program *prog) in st_deserialise_tgsi_program() [all …]
|
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_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 | 56 st_upload_constants(struct st_context *st, struct gl_program *prog) in st_upload_constants() 213 st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos() 254 struct gl_program *prog = in st_bind_vs_ubos() local 263 struct gl_program *prog = in st_bind_fs_ubos() local 272 struct gl_program *prog = in st_bind_gs_ubos() local 281 struct gl_program *prog = in st_bind_tcs_ubos() local 290 struct gl_program *prog = in st_bind_tes_ubos() local 299 struct gl_program *prog = in st_bind_cs_ubos() local
|
D | st_glsl_to_nir.cpp | 85 st_shader_gather_info(nir_shader *nir, struct gl_program *prog) in st_shader_gather_info() 137 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index() 197 struct gl_program *prog, in st_nir_assign_uniform_locations() 347 st_nir_preprocess(struct st_context *st, struct gl_program *prog, in st_nir_preprocess() 429 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts() 614 struct gl_program *prog, in st_nir_lower_wpos_ytransform() 671 struct gl_program *prog = shader->Program; in st_link_nir() local 722 struct gl_program *prog = shader->Program; in st_link_nir() local 751 struct gl_program *prog = linked_shader[i]->Program; in st_link_nir() local 837 struct gl_program *prog = shader->Program; in st_link_nir() local [all …]
|
D | st_cb_program.c | 61 struct st_program *prog; in st_new_program() local 80 st_delete_program(struct gl_context *ctx, struct gl_program *prog) in st_delete_program() 104 struct gl_program *prog ) in st_program_string_notify() 144 struct gl_program *prog = ctx->Driver.NewProgram(ctx, MESA_SHADER_FRAGMENT, in st_new_ati_fs() local
|
/external/bcc/tools/ |
D | sslsniff.py | 92 prog = """ variable 256 prog = prog.replace('PID_FILTER', 'if (pid != %d) { return 0; }' % args.pid) variable 258 prog = prog.replace('PID_FILTER', '') variable 261 prog = prog.replace('UID_FILTER', 'if (uid != %d) { return 0; }' % args.uid) variable 263 prog = prog.replace('UID_FILTER', '') variable 265 prog = prog.replace('__MAX_BUF_SIZE__', str(args.max_buffer_size)) variable
|
/external/pigweed/pw_software_update/py/pw_software_update/ |
D | cli.py | 80 formatter_class = lambda prog: argparse.HelpFormatter( argument 113 formatter_class = lambda prog: argparse.HelpFormatter( argument 208 formatter_class = lambda prog: argparse.HelpFormatter( argument 263 formatter_class = lambda prog: argparse.HelpFormatter( argument 310 formatter_class = lambda prog: argparse.HelpFormatter( argument 359 formatter_class = lambda prog: argparse.HelpFormatter( argument 394 formatter_class = lambda prog: argparse.HelpFormatter( argument 443 formatter_class = lambda prog: argparse.HelpFormatter( argument
|
/external/mesa3d/src/mesa/program/ |
D | program.c | 184 _mesa_init_gl_program(struct gl_program *prog, gl_shader_stage stage, in _mesa_init_gl_program() 235 struct gl_program *prog = rzalloc(NULL, struct gl_program); in _mesa_new_program() local 248 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) in _mesa_delete_program() 304 struct gl_program *prog) in _mesa_reference_program_() 348 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_insert_instructions() 397 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count, in _mesa_delete_instructions() 448 _mesa_find_used_registers(const struct gl_program *prog, in _mesa_find_used_registers() 508 const struct gl_program *prog) in _mesa_get_min_invocations_per_fragment() 541 gl_external_samplers(const struct gl_program *prog) in gl_external_samplers()
|
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 …]
|
/external/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() 109 struct gl_shader_program *prog, in intrastage_match() 164 interstage_match(struct gl_shader_program *prog, ir_variable *producer, in interstage_match() 294 validate_intrastage_interface_blocks(struct gl_shader_program *prog, in validate_intrastage_interface_blocks() 365 validate_interstage_inout_blocks(struct gl_shader_program *prog, in validate_interstage_inout_blocks() 505 validate_interstage_uniform_blocks(struct gl_shader_program *prog, in validate_interstage_uniform_blocks()
|
D | linker.cpp | 266 gl_shader_program *prog; member in __anon931e0b3a0111::array_resize_visitor 270 gl_shader_program *prog, in array_resize_visitor() 454 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error() 468 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning() 587 analyze_clip_cull_usage(struct gl_shader_program *prog, in analyze_clip_cull_usage() 682 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable() 735 validate_tess_eval_shader_executable(struct gl_shader_program *prog, in validate_tess_eval_shader_executable() 752 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable() 778 validate_geometry_shader_executable(struct gl_shader_program *prog, in validate_geometry_shader_executable() 798 struct gl_shader_program *prog) in validate_geometry_shader_emissions() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | dfa_test.cc | 46 static void DoBuild(Prog* prog) { in DoBuild() 61 Prog* prog = re->CompileToProg(0); in TEST() local 72 Prog* prog = re->CompileToProg(0); in TEST() local 103 Prog* prog = re->CompileToProg(limit); in TEST() local 170 Prog* prog = re->CompileToProg(1<<n); in TEST() local 204 static void DoSearch(Prog* prog, const StringPiece& match, in DoSearch() 235 Prog* prog = re->CompileToProg(1<<n); in TEST() local 247 Prog* prog = re->CompileToProg(1<<n); in TEST() local 288 Prog* prog = re->CompileToReverseProg(0); in TEST() local 343 Prog* prog = re->CompileToProg(0); in TEST() local
|
D | compile_test.cc | 124 Prog* prog = re->CompileToProg(0); in TEST() local 151 Prog* prog = re->CompileToProg(0); in DumpByteMap() local 158 Prog* prog = re->CompileToReverseProg(0); in DumpByteMap() local 239 Prog* prog = re->CompileToProg(850); in TEST() local 252 Prog* prog = re->CompileToProg(0); in Dump() local 259 Prog* prog = re->CompileToReverseProg(0); in Dump() local
|
/external/mesa3d/src/mesa/main/ |
D | arbprogram.c | 178 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeleteProgramsARB() local 255 struct gl_program *prog = NULL; in _mesa_IsProgramARB() local 289 struct gl_program* prog, GLenum target, in get_local_param_pointer() 345 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string() 469 struct gl_program* prog = lookup_or_create_program(program, target, "glNamedProgramStringEXT"); in _mesa_NamedProgramStringEXT() local 621 struct gl_program* prog = get_current_program(ctx, target, "glProgramLocalParameterARB"); in _mesa_ProgramLocalParameter4fARB() local 641 struct gl_program* prog = lookup_or_create_program(program, target, in _mesa_NamedProgramLocalParameter4fEXT() local 680 program_local_parameters4fv(struct gl_program* prog, GLuint index, GLsizei count, in program_local_parameters4fv() 714 struct gl_program* prog = get_current_program(ctx, target, in _mesa_ProgramLocalParameters4fvEXT() local 728 struct gl_program* prog = in _mesa_NamedProgramLocalParameters4fvEXT() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disk_cache.c | 56 gen_shader_sha1(struct gl_program *prog, gl_shader_stage stage, in gen_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_gen_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_gen_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() 191 const struct gl_program *prog, in brw_populate_sampler_prog_key_data() 345 const struct brw_program *prog, in brw_populate_base_prog_key() 355 const struct brw_program *prog, in brw_populate_default_base_prog_key() 390 const struct gl_program *prog = brw->programs[MESA_SHADER_FRAGMENT]; in brw_wm_populate_key() local 559 struct gl_program *prog) in brw_wm_populate_default_key() 597 brw_fs_precompile(struct gl_context *ctx, struct gl_program *prog) in brw_fs_precompile()
|
/external/arm-trusted-firmware/lib/romlib/ |
D | romlib_generator.py | 91 def __init__(self, prog): argument 125 def __init__(self, prog): argument 159 def __init__(self, prog): argument 191 def __init__(self, prog): argument 236 def __init__(self, prog): argument
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | test_strncmp.c | 47 struct bpf_program *prog; in test_strncmp_ret() local 94 struct bpf_program *prog; in test_strncmp_bad_not_const_str_size() local 116 struct bpf_program *prog; in test_strncmp_bad_writable_target() local 138 struct bpf_program *prog; in test_strncmp_bad_not_null_term_target() local
|
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_linkage.cpp | 24 clProgramWrapper &prog) in test_linkage_compile() 79 clProgramWrapper prog; in TEST_SPIRV_FUNC() local 85 clProgramWrapper prog; in TEST_SPIRV_FUNC() local 103 clProgramWrapper prog = clLinkProgram(context, 1, &deviceID, NULL, 2, progs, NULL, NULL, &err); in TEST_SPIRV_FUNC() local
|
/external/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()
|