| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_atom_storagebuf.c | 42 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos() 96 struct gl_program *prog = in st_bind_vs_ssbos() local 104 struct gl_program *prog = in st_bind_fs_ssbos() local 112 struct gl_program *prog = in st_bind_gs_ssbos() local 120 struct gl_program *prog = in st_bind_tcs_ssbos() local 128 struct gl_program *prog = in st_bind_tes_ssbos() local 136 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() 100 struct gl_program *prog = in st_bind_vs_atomics() local 109 struct gl_program *prog = in st_bind_fs_atomics() local 118 struct gl_program *prog = in st_bind_gs_atomics() local 127 struct gl_program *prog = in st_bind_tcs_atomics() local 136 struct gl_program *prog = in st_bind_tes_atomics() local 149 struct gl_program *prog = in st_bind_cs_atomics() local
|
| D | st_shader_cache.c | 56 copy_blob_to_driver_cache_blob(struct blob *blob, struct gl_program *prog) in copy_blob_to_driver_cache_blob() 63 write_nir_to_cache(struct blob *blob, struct gl_program *prog) in write_nir_to_cache() 74 st_serialise_nir_program(struct gl_context *ctx, struct gl_program *prog) in st_serialise_nir_program() 105 st_store_nir_in_disk_cache(struct st_context *st, struct gl_program *prog) in st_store_nir_in_disk_cache() 142 struct gl_program *prog) in st_deserialise_nir_program() 205 struct gl_shader_program *prog) in st_load_nir_from_disk_cache() 240 struct gl_program *prog) in st_serialise_nir_program_binary()
|
| D | st_atom_image.c | 151 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images() 180 struct gl_program *prog = in st_bind_vs_images() local 188 struct gl_program *prog = in st_bind_fs_images() local 196 struct gl_program *prog = in st_bind_gs_images() local 204 struct gl_program *prog = in st_bind_tcs_images() local 212 struct gl_program *prog = in st_bind_tes_images() local 220 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() 268 st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos() 314 struct gl_program *prog = in st_bind_vs_ubos() local 323 struct gl_program *prog = in st_bind_fs_ubos() local 332 struct gl_program *prog = in st_bind_gs_ubos() local 341 struct gl_program *prog = in st_bind_tcs_ubos() local 350 struct gl_program *prog = in st_bind_tes_ubos() local 359 struct gl_program *prog = in st_bind_cs_ubos() local
|
| D | st_program.c | 76 struct gl_program *prog, in set_affected_state_flags() 108 st_set_prog_affected_state_flags(struct gl_program *prog) in st_set_prog_affected_state_flags() 351 struct gl_program *prog) in st_prog_to_nir_postprocess() 395 st_prepare_vertex_program(struct gl_program *prog) in st_prepare_vertex_program() 414 st_translate_stream_output_info(struct gl_program *prog) in st_translate_stream_output_info() 555 struct gl_program *prog) in st_translate_vertex_program() 637 get_nir_shader(struct st_context *st, struct gl_program *prog, bool is_draw) in get_nir_shader() 764 struct gl_program *prog, in st_create_common_variant() 914 struct gl_program *prog, in st_get_common_variant() 967 struct gl_program *prog) in st_translate_fragment_program() [all …]
|
| D | st_glsl_to_nir.cpp | 66 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index() 117 struct gl_program *prog, in st_nir_assign_uniform_locations() 210 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts() 346 struct gl_program *prog, in st_nir_lower_wpos_ytransform() 420 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local 463 struct gl_program *prog = linked_shader[i]->Program; in st_link_glsl_to_nir() local 562 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local 626 struct gl_program *prog) in st_nir_lower_samplers() 678 st_finalize_nir(struct st_context *st, struct gl_program *prog, in st_finalize_nir() 721 st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) in st_link_shader()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | linker_util.cpp | 33 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error() 46 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning() 58 link_shaders_init(struct gl_context *ctx, struct gl_shader_program *prog) in link_shaders_init() 155 link_util_should_add_buffer_variable(struct gl_shader_program *prog, in link_util_should_add_buffer_variable() 184 link_util_add_program_resource(struct gl_shader_program *prog, in link_util_add_program_resource() 224 link_util_find_empty_block(struct gl_shader_program *prog, in link_util_find_empty_block() 252 link_util_update_empty_uniform_locations(struct gl_shader_program *prog) in link_util_update_empty_uniform_locations() 274 link_util_check_subroutine_resources(struct gl_shader_program *prog) in link_util_check_subroutine_resources() 297 struct gl_shader_program *prog) in link_util_check_uniform_resources() 376 link_util_calculate_subroutine_compat(struct gl_shader_program *prog) in link_util_calculate_subroutine_compat()
|
| 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() 123 write_buffer_blocks(struct blob *metadata, struct gl_shader_program *prog) in write_buffer_blocks() 162 struct gl_shader_program *prog) in read_buffer_block() 192 struct gl_shader_program *prog) in read_buffer_blocks() 242 write_atomic_buffers(struct blob *metadata, struct gl_shader_program *prog) in write_atomic_buffers() 269 struct gl_shader_program *prog) in read_atomic_buffers() 317 struct gl_program *prog = shProg->last_vert_prog; in write_xfb() local 384 struct gl_program *prog = shProg->_LinkedShaders[xfb_stage]->Program; in read_xfb() local 421 has_uniform_storage(struct gl_shader_program *prog, unsigned idx) in has_uniform_storage() [all …]
|
| D | gl_nir_linker.c | 286 struct gl_shader_program *prog) in validate_geometry_shader_emissions() 456 struct gl_program *prog) in gl_nir_can_add_pointsize_to_program() 542 disable_varying_optimizations_for_sso(struct gl_shader_program *prog) in disable_varying_optimizations_for_sso() 824 struct gl_shader_program *prog, struct set *resource_set, in add_vars_with_modes() 906 struct gl_shader_program *prog, in add_interface_variables() 955 init_program_resource_list(struct gl_shader_program *prog) in init_program_resource_list() 967 struct gl_shader_program *prog, in nir_build_program_resource_list() 1271 struct gl_program *prog, in preprocess_shader() 1366 struct gl_program *prog = shader->Program; in prelink_lowering() local 1463 struct gl_shader_program *prog, bool spirv) in gl_nir_lower_optimize_varyings() [all …]
|
| D | shader_cache.cpp | 69 compile_shaders(struct gl_context *ctx, struct gl_shader_program *prog) { in compile_shaders() 85 struct gl_shader_program *prog) in shader_cache_write_program_metadata() 144 struct gl_shader_program *prog) in shader_cache_read_program_metadata()
|
| /third_party/mesa3d/src/mesa/program/ |
| D | program.c | 188 _mesa_init_gl_program(struct gl_program *prog, gl_shader_stage stage, in _mesa_init_gl_program() 226 struct gl_program *prog; in _mesa_new_program() local 245 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) in _mesa_delete_program() 306 struct gl_program *prog) in _mesa_reference_program_() 350 const struct gl_program *prog) in _mesa_get_min_invocations_per_fragment() 383 gl_external_samplers(const struct gl_program *prog) in gl_external_samplers() 412 _mesa_add_separate_state_parameters(struct gl_program *prog, in _mesa_add_separate_state_parameters()
|
| D | prog_print.c | 365 GLboolean relAddr, const struct gl_program *prog) in reg_string() 514 const struct gl_program *prog) in fprint_dst_reg() 534 const struct gl_program *prog) in fprint_src_reg() 556 const struct gl_program *prog) in _mesa_fprint_alu_instruction() 604 const struct gl_program *prog) in _mesa_fprint_instruction_opt() 709 const struct gl_program *prog) in _mesa_print_instruction_opt() 729 const struct gl_program *prog, in _mesa_fprint_program_opt() 765 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program() 802 const struct gl_program *prog) in _mesa_fprint_program_parameters() 844 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() [all …]
|
| /third_party/re2/re2/testing/ |
| D | dfa_test.cc | 49 static void DoBuild(Prog* prog) { in DoBuild() 64 Prog* prog = re->CompileToProg(0); in TEST() local 75 Prog* prog = re->CompileToProg(0); in TEST() local 106 Prog* prog = re->CompileToProg(limit); in TEST() local 173 Prog* prog = re->CompileToProg(1<<n); in TEST() local 209 static void DoSearch(Prog* prog, absl::string_view match, in DoSearch() 242 Prog* prog = re->CompileToProg(1<<n); in TEST() local 254 Prog* prog = re->CompileToProg(1<<n); in TEST() local 295 Prog* prog = re->CompileToReverseProg(0); in TEST() local 351 Prog* prog = re->CompileToProg(0); in TEST() local
|
| D | compile_test.cc | 142 Prog* prog = re->CompileToProg(0); in TEST() local 169 Prog* prog = re->CompileToProg(0); in DumpByteMap() local 176 Prog* prog = re->CompileToReverseProg(0); in DumpByteMap() local 257 Prog* prog = re->CompileToProg(850); in TEST() local 270 Prog* prog = re->CompileToProg(0); in Dump() local 277 Prog* prog = re->CompileToReverseProg(0); in Dump() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | arbprogram.c | 181 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeleteProgramsARB() local 258 struct gl_program *prog = NULL; in _mesa_IsProgramARB() local 292 struct gl_program* prog, GLenum target, in get_local_param_pointer() 359 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string() 493 struct gl_program* prog = lookup_or_create_program(program, target, "glNamedProgramStringEXT"); in _mesa_NamedProgramStringEXT() local 645 struct gl_program* prog = get_current_program(ctx, target, "glProgramLocalParameterARB"); in _mesa_ProgramLocalParameter4fARB() local 665 struct gl_program* prog = lookup_or_create_program(program, target, in _mesa_NamedProgramLocalParameter4fEXT() local 704 program_local_parameters4fv(struct gl_program* prog, GLuint index, GLsizei count, in program_local_parameters4fv() 726 struct gl_program* prog = get_current_program(ctx, target, in _mesa_ProgramLocalParameters4fvEXT() local 740 struct gl_program* prog = in _mesa_NamedProgramLocalParameters4fvEXT() local [all …]
|
| D | compute.c | 98 struct gl_program *prog = ctx->_Shader->CurrentProgram[MESA_SHADER_COMPUTE]; in validate_DispatchCompute() local 121 struct gl_program *prog = ctx->_Shader->CurrentProgram[MESA_SHADER_COMPUTE]; in validate_DispatchComputeGroupSizeARB() local 277 struct gl_program *prog = ctx->_Shader->CurrentProgram[MESA_SHADER_COMPUTE]; in valid_dispatch_indirect() local 324 struct gl_program *prog = in dispatch_compute() local 369 struct gl_program *prog = in dispatch_compute_indirect() local
|
| D | draw_validate.c | 141 const struct gl_program *prog = in _mesa_update_valid_to_render_state() local 451 struct gl_program **prog = shader->CurrentProgram; in _mesa_update_valid_to_render_state() local
|
| /third_party/skia/m133/third_party/externals/libpng/contrib/tools/ |
| D | cvtcolor.c | 23 usage(const char *prog) in usage() 32 component(const char *prog, const char *arg, int issRGB) in component() 49 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
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
| D | common.h | 6 #define OPT_MISSING(prog, opt) do { \ argument 12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ argument 19 #define ARG_WRONG(prog, opt, arg) do { \ argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_program.c | 43 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_vertprog_assign_slots() local 148 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_fragprog_assign_slots() local 328 nv50_program_translate(struct nv50_program *prog, uint16_t chipset, in nv50_program_translate() 459 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_upload_code()
|
| /third_party/python/Lib/idlelib/ |
| D | searchengine.py | 102 def search_text(self, text, prog=None, ok=0): argument 142 def search_forward(self, text, prog, line, col, wrap, ok=0): argument 164 def search_backward(self, text, prog, line, col, wrap, ok=0): argument 189 def search_reverse(prog, chars, col): argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_program.c | 110 struct zink_shader *zs, struct zink_gfx_program *prog, in gather_shader_module_info() 131 struct zink_shader *zs, struct zink_gfx_program *prog, in create_shader_module_for_stage() 195 struct zink_shader *zs, struct zink_gfx_program *prog, in get_shader_module_for_stage() 241 struct zink_shader *zs, struct zink_gfx_program *prog, in create_shader_module_for_stage_optimal() 298 struct zink_shader *zs, struct zink_gfx_program *prog, in get_shader_module_for_stage_optimal() 369 struct zink_gfx_program *prog, uint32_t mask, in update_gfx_shader_modules() 422 …modules(struct zink_context *ctx, struct zink_screen *screen, struct zink_gfx_program *prog, struc… in generate_gfx_program_modules() 458 …optimal(struct zink_context *ctx, struct zink_screen *screen, struct zink_gfx_program *prog, struc… in generate_gfx_program_modules_optimal() 575 update_gfx_program_nonseamless(struct zink_context *ctx, struct zink_gfx_program *prog, bool has_no… in update_gfx_program_nonseamless() 589 update_gfx_program(struct zink_context *ctx, struct zink_gfx_program *prog) in update_gfx_program() [all …]
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| D | program.cpp | 45 build_notifier(cl_program prog, in build_notifier() 61 validate_build_common(const program &prog, cl_uint num_devs, in validate_build_common() 256 auto &prog = obj(d_prog); in clBuildProgram() local 290 auto &prog = obj(d_prog); in clCompileProgram() local 361 const auto has_binary = [&](const program &prog) { in validate_link_devices() 373 if (create_library && any_of([&](const program &prog) { in validate_link_devices() 396 else if (has_link_options && any_of([&](const program &prog) { in validate_link_devices() 420 auto prog = create<program>(ctx, all_devs); in clLinkProgram() local 465 auto &prog = obj(d_prog); in clGetProgramInfo() local 545 auto &prog = obj(d_prog); in clGetProgramBuildInfo() local
|