Home
last modified time | relevance | path

Searched defs:prog (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_storagebuf.c43 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
Dst_atom_atomicbuf.c69 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
Dst_shader_cache.c57 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()
206 struct gl_shader_program *prog) in st_load_nir_from_disk_cache()
241 struct gl_program *prog) in st_serialise_nir_program_binary()
Dst_atom_image.c151 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
Dst_atom_constbuf.c70 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
Dst_program.c73 struct gl_program *prog, in set_affected_state_flags()
105 st_set_prog_affected_state_flags(struct gl_program *prog) in st_set_prog_affected_state_flags()
368 struct gl_program *prog) in st_prog_to_nir_postprocess()
404 st_translate_prog_to_nir(struct st_context *st, struct gl_program *prog, in st_translate_prog_to_nir()
423 st_prepare_vertex_program(struct gl_program *prog) in st_prepare_vertex_program()
442 st_translate_stream_output_info(struct gl_program *prog) in st_translate_stream_output_info()
544 struct gl_program *prog) in st_translate_vertex_program()
576 get_nir_shader(struct st_context *st, struct gl_program *prog) in get_nir_shader()
641 struct gl_program *prog, in st_create_common_variant()
746 struct gl_program *prog, in st_get_common_variant()
[all …]
Dst_glsl_to_nir.cpp130 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index()
181 struct gl_program *prog, in st_nir_assign_uniform_locations()
274 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts()
446 struct gl_program *prog, in st_nir_lower_wpos_ytransform()
519 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local
575 struct gl_program *prog = linked_shader[i]->Program; in st_link_glsl_to_nir() local
688 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local
786 struct gl_program *prog) in st_nir_lower_samplers()
838 st_finalize_nir(struct st_context *st, struct gl_program *prog, in st_finalize_nir()
901 st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) in st_link_shader()
/external/bcc/tools/
Dsslsniff.py92 prog = """ variable
257 prog = prog.replace('PID_FILTER', 'if (pid != %d) { return 0; }' % args.pid) variable
259 prog = prog.replace('PID_FILTER', '') variable
262 prog = prog.replace('UID_FILTER', 'if (uid != %d) { return 0; }' % args.uid) variable
264 prog = prog.replace('UID_FILTER', '') variable
266 prog = prog.replace('__MAX_BUF_SIZE__', str(args.max_buffer_size)) variable
/external/pigweed/pw_software_update/py/pw_software_update/
Dcli.py82 formatter_class = lambda prog: argparse.HelpFormatter( argument
115 formatter_class = lambda prog: argparse.HelpFormatter( argument
210 formatter_class = lambda prog: argparse.HelpFormatter( argument
265 formatter_class = lambda prog: argparse.HelpFormatter( argument
312 formatter_class = lambda prog: argparse.HelpFormatter( argument
361 formatter_class = lambda prog: argparse.HelpFormatter( argument
396 formatter_class = lambda prog: argparse.HelpFormatter( argument
445 formatter_class = lambda prog: argparse.HelpFormatter( argument
/external/mesa3d/src/compiler/glsl/
Dserialize.cpp43 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 …]
Dlinker_util.cpp106 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()
248 struct gl_shader_program *prog) in link_util_check_uniform_resources()
327 link_util_calculate_subroutine_compat(struct gl_shader_program *prog) in link_util_calculate_subroutine_compat()
Dlinker.cpp269 gl_shader_program *prog; member in __anoncffb47c90111::array_resize_visitor
273 gl_shader_program *prog, in array_resize_visitor()
363 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error()
377 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning()
401 analyze_clip_cull_usage(struct gl_shader_program *prog, in analyze_clip_cull_usage()
503 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable()
556 validate_tess_eval_shader_executable(struct gl_shader_program *prog, in validate_tess_eval_shader_executable()
573 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable()
599 validate_geometry_shader_executable(struct gl_shader_program *prog, in validate_geometry_shader_executable()
614 validate_intrastage_arrays(struct gl_shader_program *prog, in validate_intrastage_arrays()
[all …]
Dlink_interface_blocks.cpp44 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()
/external/mesa3d/src/mesa/program/
Dprogram.c188 _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()
305 struct gl_program *prog) in _mesa_reference_program_()
349 const struct gl_program *prog) in _mesa_get_min_invocations_per_fragment()
382 gl_external_samplers(const struct gl_program *prog) in gl_external_samplers()
411 _mesa_add_separate_state_parameters(struct gl_program *prog, in _mesa_add_separate_state_parameters()
Dprog_print.c367 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()
714 const struct gl_program *prog) in _mesa_print_instruction_opt()
734 const struct gl_program *prog, in _mesa_fprint_program_opt()
770 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program()
807 const struct gl_program *prog) in _mesa_fprint_program_parameters()
849 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Ddfa_test.cc46 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
Dcompile_test.cc138 Prog* prog = re->CompileToProg(0); in TEST() local
165 Prog* prog = re->CompileToProg(0); in DumpByteMap() local
172 Prog* prog = re->CompileToReverseProg(0); in DumpByteMap() local
253 Prog* prog = re->CompileToProg(850); in TEST() local
266 Prog* prog = re->CompileToProg(0); in Dump() local
273 Prog* prog = re->CompileToReverseProg(0); in Dump() local
/external/regex-re2/re2/testing/
Ddfa_test.cc30 static void DoBuild(Prog* prog) { in DoBuild()
45 Prog* prog = re->CompileToProg(0); in TEST() local
56 Prog* prog = re->CompileToProg(0); in TEST() local
87 Prog* prog = re->CompileToProg(limit); in TEST() local
190 Prog* prog = re->CompileToProg(1<<n); in TEST() local
222 static void DoSearch(Prog* prog, const StringPiece& match, in DoSearch()
251 Prog* prog = re->CompileToProg(1<<n); in TEST() local
263 Prog* prog = re->CompileToProg(1<<n); in TEST() local
302 Prog* prog = re->CompileToReverseProg(0); in TEST() local
357 Prog* prog = re->CompileToProg(0); in TEST() local
Dcompile_test.cc124 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
/external/cronet/third_party/re2/src/re2/testing/
Ddfa_test.cc47 static void DoBuild(Prog* prog) { in DoBuild()
62 Prog* prog = re->CompileToProg(0); in TEST() local
73 Prog* prog = re->CompileToProg(0); in TEST() local
104 Prog* prog = re->CompileToProg(limit); in TEST() local
171 Prog* prog = re->CompileToProg(1<<n); in TEST() local
207 static void DoSearch(Prog* prog, absl::string_view match, in DoSearch()
240 Prog* prog = re->CompileToProg(1<<n); in TEST() local
252 Prog* prog = re->CompileToProg(1<<n); in TEST() local
293 Prog* prog = re->CompileToReverseProg(0); in TEST() local
349 Prog* prog = re->CompileToProg(0); in TEST() local
Dcompile_test.cc139 Prog* prog = re->CompileToProg(0); in TEST() local
166 Prog* prog = re->CompileToProg(0); in DumpByteMap() local
173 Prog* prog = re->CompileToReverseProg(0); in DumpByteMap() local
254 Prog* prog = re->CompileToProg(850); in TEST() local
267 Prog* prog = re->CompileToProg(0); in Dump() local
274 Prog* prog = re->CompileToReverseProg(0); in Dump() local
/external/mesa3d/src/mesa/main/
Darbprogram.c181 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()
487 struct gl_program* prog = lookup_or_create_program(program, target, "glNamedProgramStringEXT"); in _mesa_NamedProgramStringEXT() local
639 struct gl_program* prog = get_current_program(ctx, target, "glProgramLocalParameterARB"); in _mesa_ProgramLocalParameter4fARB() local
659 struct gl_program* prog = lookup_or_create_program(program, target, in _mesa_NamedProgramLocalParameter4fEXT() local
698 program_local_parameters4fv(struct gl_program* prog, GLuint index, GLsizei count, in program_local_parameters4fv()
720 struct gl_program* prog = get_current_program(ctx, target, in _mesa_ProgramLocalParameters4fvEXT() local
734 struct gl_program* prog = in _mesa_NamedProgramLocalParameters4fvEXT() local
[all …]
/external/trusty/arm-trusted-firmware/lib/romlib/
Dromlib_generator.py91 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/arm-trusted-firmware/lib/romlib/
Dromlib_generator.py91 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/OpenCL-CTS/test_conformance/spirv_new/
Dtest_linkage.cpp24 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

12345678910>>...21