/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_storagebuf.c | 43 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos() 97 struct gl_program *prog = in st_bind_vs_ssbos() local 105 struct gl_program *prog = in st_bind_fs_ssbos() local 113 struct gl_program *prog = in st_bind_gs_ssbos() local 121 struct gl_program *prog = in st_bind_tcs_ssbos() local 129 struct gl_program *prog = in st_bind_tes_ssbos() local 137 struct gl_program *prog = in st_bind_cs_ssbos() local
|
D | st_atom_atomicbuf.c | 69 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics() 101 struct gl_program *prog = in st_bind_vs_atomics() local 110 struct gl_program *prog = in st_bind_fs_atomics() local 119 struct gl_program *prog = in st_bind_gs_atomics() local 128 struct gl_program *prog = in st_bind_tcs_atomics() local 137 struct gl_program *prog = in st_bind_tes_atomics() local 150 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() 64 write_nir_to_cache(struct blob *blob, struct gl_program *prog) in write_nir_to_cache() 75 st_serialise_nir_program(struct gl_context *ctx, struct gl_program *prog) in st_serialise_nir_program() 106 st_store_nir_in_disk_cache(struct st_context *st, struct gl_program *prog) in st_store_nir_in_disk_cache() 143 struct gl_program *prog) in st_deserialise_nir_program() 204 struct gl_shader_program *prog) in st_load_nir_from_disk_cache() 239 struct gl_program *prog) in st_serialise_nir_program_binary()
|
D | st_atom_image.c | 157 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images() 186 struct gl_program *prog = in st_bind_vs_images() local 194 struct gl_program *prog = in st_bind_fs_images() local 202 struct gl_program *prog = in st_bind_gs_images() local 210 struct gl_program *prog = in st_bind_tcs_images() local 218 struct gl_program *prog = in st_bind_tes_images() local 226 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() 262 st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos() 303 struct gl_program *prog = in st_bind_vs_ubos() local 312 struct gl_program *prog = in st_bind_fs_ubos() local 321 struct gl_program *prog = in st_bind_gs_ubos() local 330 struct gl_program *prog = in st_bind_tcs_ubos() local 339 struct gl_program *prog = in st_bind_tes_ubos() local 348 struct gl_program *prog = in st_bind_cs_ubos() local
|
D | st_program.c | 77 struct gl_program *prog, in set_affected_state_flags() 109 st_set_prog_affected_state_flags(struct gl_program *prog) in st_set_prog_affected_state_flags() 375 struct gl_program *prog) in st_prog_to_nir_postprocess() 411 st_translate_prog_to_nir(struct st_context *st, struct gl_program *prog, in st_translate_prog_to_nir() 432 st_prepare_vertex_program(struct gl_program *prog) in st_prepare_vertex_program() 451 st_translate_stream_output_info(struct gl_program *prog) in st_translate_stream_output_info() 578 struct gl_program *prog) in st_translate_vertex_program() 612 get_nir_shader(struct st_context *st, struct gl_program *prog) in get_nir_shader() 677 struct gl_program *prog, in st_create_common_variant() 778 struct gl_program *prog, in st_get_common_variant() [all …]
|
D | st_glsl_to_nir.cpp | 128 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index() 179 struct gl_program *prog, in st_nir_assign_uniform_locations() 332 st_nir_preprocess(struct st_context *st, struct gl_program *prog, in st_nir_preprocess() 464 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts() 644 struct gl_program *prog, in st_nir_lower_wpos_ytransform() 701 struct gl_program *prog = shader->Program; in st_link_nir() local 767 struct gl_program *prog = linked_shader[i]->Program; in st_link_nir() local 891 struct gl_program *prog = shader->Program; in st_link_nir() local 970 struct gl_program *prog) in st_nir_lower_samplers() 1022 st_finalize_nir(struct st_context *st, struct gl_program *prog, in st_finalize_nir()
|
/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() 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 | linker_util.cpp | 106 link_util_should_add_buffer_variable(struct gl_shader_program *prog, in link_util_should_add_buffer_variable() 135 link_util_add_program_resource(struct gl_shader_program *prog, in link_util_add_program_resource() 175 link_util_find_empty_block(struct gl_shader_program *prog, in link_util_find_empty_block() 203 link_util_update_empty_uniform_locations(struct gl_shader_program *prog) in link_util_update_empty_uniform_locations() 225 link_util_check_subroutine_resources(struct gl_shader_program *prog) in link_util_check_subroutine_resources() 244 struct gl_shader_program *prog) in link_util_check_uniform_resources() 320 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 | 269 gl_shader_program *prog; member in __anon29adc0670111::array_resize_visitor 273 gl_shader_program *prog, in array_resize_visitor() 457 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error() 471 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning() 517 analyze_clip_cull_usage(struct gl_shader_program *prog, in analyze_clip_cull_usage() 619 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable() 672 validate_tess_eval_shader_executable(struct gl_shader_program *prog, in validate_tess_eval_shader_executable() 689 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable() 715 validate_geometry_shader_executable(struct gl_shader_program *prog, in validate_geometry_shader_executable() 735 struct gl_shader_program *prog) in validate_geometry_shader_emissions() [all …]
|
D | link_varyings.cpp | 70 struct gl_shader_program *prog, in cross_validate_types_and_qualifiers() 276 struct gl_shader_program *prog, in cross_validate_front_and_back_color() 339 gl_shader_program *prog, in check_location_aliasing() 492 gl_shader_program *prog, in validate_explicit_variable_location() 564 struct gl_shader_program *prog, in validate_first_and_last_interface_explicit_locations() 643 static_input_output_matching(struct gl_shader_program *prog) in static_input_output_matching() 653 struct gl_shader_program *prog, in cross_validate_outputs_to_inputs()
|
D | ir_set_program_inouts.cpp | 46 ir_set_program_inouts_visitor(struct gl_program *prog, in ir_set_program_inouts_visitor() 66 struct gl_program *prog; member in __anon0ea573e00111::ir_set_program_inouts_visitor 81 mark(struct gl_program *prog, ir_variable *var, int offset, int len, in mark() 424 do_set_program_inouts(exec_list *instructions, struct gl_program *prog, in do_set_program_inouts()
|
D | shader_cache.cpp | 73 compile_shaders(struct gl_context *ctx, struct gl_shader_program *prog) { in compile_shaders() 88 struct gl_shader_program *prog) in shader_cache_write_program_metadata() 147 struct gl_shader_program *prog) in shader_cache_read_program_metadata()
|
D | gl_nir_linker.c | 442 struct gl_shader_program *prog, struct set *resource_set, in add_vars_with_modes() 523 struct gl_shader_program *prog, in add_interface_variables() 572 init_program_resource_list(struct gl_shader_program *prog) in init_program_resource_list() 588 struct gl_shader_program *prog, in nir_build_program_resource_list() 756 struct gl_shader_program *prog, in gl_nir_link_spirv() 807 struct gl_shader_program *prog) in check_image_resources() 864 struct gl_shader_program *prog) in validate_sampler_array_indexing() 922 struct gl_shader_program *prog) in gl_nir_link_glsl()
|
/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/mesa/program/ |
D | program.c | 187 _mesa_init_gl_program(struct gl_program *prog, gl_shader_stage stage, in _mesa_init_gl_program() 225 struct gl_program *prog; in _mesa_new_program() local 244 _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 const struct gl_program *prog) in _mesa_get_min_invocations_per_fragment() 381 gl_external_samplers(const struct gl_program *prog) in gl_external_samplers() 410 _mesa_add_separate_state_parameters(struct gl_program *prog, in _mesa_add_separate_state_parameters()
|
D | prog_print.c | 367 GLboolean relAddr, const struct gl_program *prog) in reg_string() 519 const struct gl_program *prog) in fprint_dst_reg() 539 const struct gl_program *prog) in fprint_src_reg() 561 const struct gl_program *prog) in _mesa_fprint_alu_instruction() 609 const struct gl_program *prog) in _mesa_fprint_instruction_opt() 765 const struct gl_program *prog) in _mesa_print_instruction_opt() 785 const struct gl_program *prog, in _mesa_fprint_program_opt() 821 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program() 858 const struct gl_program *prog) in _mesa_fprint_program_parameters() 900 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | arbprogram.c | 182 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeleteProgramsARB() local 259 struct gl_program *prog = NULL; in _mesa_IsProgramARB() local 293 struct gl_program* prog, GLenum target, in get_local_param_pointer() 360 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, in set_program_string() 488 struct gl_program* prog = lookup_or_create_program(program, target, "glNamedProgramStringEXT"); in _mesa_NamedProgramStringEXT() local 640 struct gl_program* prog = get_current_program(ctx, target, "glProgramLocalParameterARB"); in _mesa_ProgramLocalParameter4fARB() local 660 struct gl_program* prog = lookup_or_create_program(program, target, in _mesa_NamedProgramLocalParameter4fEXT() local 699 program_local_parameters4fv(struct gl_program* prog, GLuint index, GLsizei count, in program_local_parameters4fv() 721 struct gl_program* prog = get_current_program(ctx, target, in _mesa_ProgramLocalParameters4fvEXT() local 735 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 328 struct gl_program *prog = in dispatch_compute() local 373 struct gl_program *prog = in dispatch_compute_indirect() 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() 472 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/frontends/clover/api/ |
D | program.cpp | 46 build_notifier(cl_program prog, in build_notifier() 62 validate_build_common(const program &prog, cl_uint num_devs, in validate_build_common() 272 auto &prog = obj(d_prog); in clBuildProgram() local 306 auto &prog = obj(d_prog); in clCompileProgram() local 377 const auto has_binary = [&](const program &prog) { in validate_link_devices() 389 if (create_library && any_of([&](const program &prog) { in validate_link_devices() 412 else if (has_link_options && any_of([&](const program &prog) { in validate_link_devices() 436 auto prog = create<program>(ctx, all_devs); in clLinkProgram() local 481 auto &prog = obj(d_prog); in clGetProgramInfo() local 561 auto &prog = obj(d_prog); in clGetProgramBuildInfo() local
|