Home
last modified time | relevance | path

Searched defs:prog (Results 626 - 650 of 972) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c164 struct gl_shader_program *prog; member
1025 gl_nir_lower_packed_varyings(const struct gl_constants *consts, struct gl_shader_program *prog, void *mem_ctx, unsigned locations_used, const uint8_t *components, nir_variable_mode mode, unsigned gs_input_vertices, struct gl_linked_shader *linked_shader, bool disable_varying_packing, bool disable_xfb_packing, bool xfb_enabled) gl_nir_lower_packed_varyings() argument
[all...]
H A Dgl_nir_linker.c572 init_program_resource_list(struct gl_shader_program *prog) in init_program_resource_list() argument
441 add_vars_with_modes(const struct gl_constants *consts, struct gl_shader_program *prog, struct set *resource_set, nir_shader *nir, nir_variable_mode modes, unsigned stage, GLenum programInterface) add_vars_with_modes() argument
522 add_interface_variables(const struct gl_constants *consts, struct gl_shader_program *prog, struct set *resource_set, unsigned stage, GLenum programInterface) add_interface_variables() argument
587 nir_build_program_resource_list(const struct gl_constants *consts, struct gl_shader_program *prog, bool rebuild_resourse_list) nir_build_program_resource_list() argument
755 gl_nir_link_spirv(const struct gl_constants *consts, struct gl_shader_program *prog, const struct gl_nir_linker_options *options) gl_nir_link_spirv() argument
805 check_image_resources(const struct gl_constants *consts, const struct gl_extensions *exts, struct gl_shader_program *prog) check_image_resources() argument
863 validate_sampler_array_indexing(const struct gl_constants *consts, struct gl_shader_program *prog) validate_sampler_array_indexing() argument
919 gl_nir_link_glsl(const struct gl_constants *consts, const struct gl_extensions *exts, gl_api api, struct gl_shader_program *prog) gl_nir_link_glsl() argument
[all...]
H A Dserialize.cpp43 write_subroutines(struct blob *metadata, struct gl_shader_program *prog) in write_subroutines() argument
71 read_subroutines(struct blob_reader *metadata, struct gl_shader_program *prog) in read_subroutines() argument
123 write_buffer_blocks(struct blob *metadata, struct gl_shader_program *prog) in write_buffer_blocks() argument
161 read_buffer_block(struct blob_reader *metadata, struct gl_uniform_block *b, struct gl_shader_program *prog) read_buffer_block() argument
191 read_buffer_blocks(struct blob_reader *metadata, struct gl_shader_program *prog) read_buffer_blocks() argument
242 write_atomic_buffers(struct blob *metadata, struct gl_shader_program *prog) write_atomic_buffers() argument
268 read_atomic_buffers(struct blob_reader *metadata, struct gl_shader_program *prog) read_atomic_buffers() argument
317 struct gl_program *prog = shProg->last_vert_prog; write_xfb() local
384 struct gl_program *prog = shProg->_LinkedShaders[xfb_stage]->Program; read_xfb() local
421 has_uniform_storage(struct gl_shader_program *prog, unsigned idx) has_uniform_storage() argument
432 write_uniforms(struct blob *metadata, struct gl_shader_program *prog) write_uniforms() argument
495 read_uniforms(struct blob_reader *metadata, struct gl_shader_program *prog) read_uniforms() argument
621 write_uniform_remap_tables(struct blob *metadata, struct gl_shader_program *prog) write_uniform_remap_tables() argument
640 read_uniform_remap_table(struct blob_reader *metadata, struct gl_shader_program *prog, unsigned *num_entries, gl_uniform_storage *uniform_storage) read_uniform_remap_table() argument
676 read_uniform_remap_tables(struct blob_reader *metadata, struct gl_shader_program *prog) read_uniform_remap_tables() argument
751 write_hash_tables(struct blob *metadata, struct gl_shader_program *prog) write_hash_tables() argument
759 read_hash_tables(struct blob_reader *metadata, struct gl_shader_program *prog) read_hash_tables() argument
801 write_program_resource_data(struct blob *metadata, struct gl_shader_program *prog, struct gl_program_resource *res) write_program_resource_data() argument
914 read_program_resource_data(struct blob_reader *metadata, struct gl_shader_program *prog, struct gl_program_resource *res) read_program_resource_data() argument
991 write_program_resource_list(struct blob *metadata, struct gl_shader_program *prog) write_program_resource_list() argument
1007 read_program_resource_list(struct blob_reader *metadata, struct gl_shader_program *prog) read_program_resource_list() argument
1220 create_linked_shader_and_program(struct gl_context *ctx, gl_shader_stage stage, struct gl_shader_program *prog, struct blob_reader *metadata) create_linked_shader_and_program() argument
1253 serialize_glsl_program(struct blob *blob, struct gl_context *ctx, struct gl_shader_program *prog) serialize_glsl_program() argument
1306 deserialize_glsl_program(struct blob_reader *blob, struct gl_context *ctx, struct gl_shader_program *prog) deserialize_glsl_program() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtransformfeedback.c55 struct gl_program *prog; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c109 st_set_prog_affected_state_flags(struct gl_program *prog) in st_set_prog_affected_state_flags() argument
76 set_affected_state_flags(uint64_t *states, struct gl_program *prog, uint64_t new_constants, uint64_t new_sampler_views, uint64_t new_samplers, uint64_t new_images, uint64_t new_ubos, uint64_t new_ssbos, uint64_t new_atomics) set_affected_state_flags() argument
374 st_prog_to_nir_postprocess(struct st_context *st, nir_shader *nir, struct gl_program *prog) st_prog_to_nir_postprocess() argument
411 st_translate_prog_to_nir(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) st_translate_prog_to_nir() argument
432 st_prepare_vertex_program(struct gl_program *prog) st_prepare_vertex_program() argument
451 st_translate_stream_output_info(struct gl_program *prog) st_translate_stream_output_info() argument
577 st_translate_vertex_program(struct st_context *st, struct gl_program *prog) st_translate_vertex_program() argument
612 get_nir_shader(struct st_context *st, struct gl_program *prog) get_nir_shader() argument
676 st_create_common_variant(struct st_context *st, struct gl_program *prog, const struct st_common_variant_key *key) st_create_common_variant() argument
777 st_get_common_variant(struct st_context *st, struct gl_program *prog, const struct st_common_variant_key *key) st_get_common_variant() argument
1224 st_can_add_pointsize_to_program(struct st_context *st, struct gl_program *prog) st_can_add_pointsize_to_program() argument
1256 st_precompile_shader_variant(struct st_context *st, struct gl_program *prog) st_precompile_shader_variant() argument
1304 st_serialize_nir(struct gl_program *prog) st_serialize_nir() argument
1318 st_finalize_program(struct st_context *st, struct gl_program *prog) st_finalize_program() argument
[all...]
H A Dst_glsl_to_nir.cpp128 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index() argument
178 st_nir_assign_uniform_locations(struct gl_context *ctx, struct gl_program *prog, nir_shader *nir) st_nir_assign_uniform_locations() argument
332 st_nir_preprocess(struct st_context *st, struct gl_program *prog, struct gl_shader_program *shader_program, gl_shader_stage stage) st_nir_preprocess() argument
464 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, struct gl_shader_program *shader_program) st_glsl_to_nir_post_opts() argument
643 st_nir_lower_wpos_ytransform(struct nir_shader *nir, struct gl_program *prog, struct pipe_screen *pscreen) st_nir_lower_wpos_ytransform() argument
701 struct gl_program *prog = shader->Program; st_link_nir() local
767 struct gl_program *prog = linked_shader[i]->Program; st_link_nir() local
891 struct gl_program *prog = shader->Program; st_link_nir() local
968 st_nir_lower_samplers(struct pipe_screen *screen, nir_shader *nir, struct gl_shader_program *shader_program, struct gl_program *prog) st_nir_lower_samplers() argument
1022 st_finalize_nir(struct st_context *st, struct gl_program *prog, struct gl_shader_program *shader_program, nir_shader *nir, bool finalize_by_driver, bool is_before_variants) st_finalize_nir() argument
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c50 const struct gl_program *prog; member
989 prog_to_nir(const struct gl_context *ctx, const struct gl_program *prog, const nir_shader_compiler_options *options) prog_to_nir() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp278 Symbol::Symbol(Program *prog, DataFile f, uint8_t fidx) in Symbol() argument
292 Program *prog = pol.context()->getProgram(); in clone() local
316 ImmediateValue::ImmediateValue(Program *prog, uint32_t uval) in ImmediateValue() argument
329 ImmediateValue::ImmediateValue(Program *prog, float fval) in ImmediateValue() argument
342 ImmediateValue::ImmediateValue(Program *prog, double dval) in ImmediateValue() argument
366 Program *prog = pol.context()->getProgram(); clone() local
[all...]
H A Dnv50_ir_from_nir.cpp187 Converter::Converter(Program *prog, nir_shader *nir, nv50_ir_prog_info *info, in Converter() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h104 struct nv50_program *prog; /* compute state object to read MP counters */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c763 const struct fd6_program_state *prog = fd6_emit_get_prog(emit); variable
871 const struct fd6_program_state *prog = fd6_emit_get_prog(emit); variable
1017 const struct fd6_program_state *prog = fd6_emit_get_prog(emit); in fd6_emit_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c801 static ppir_compiler *ppir_compiler_create(void *prog, unsigned num_reg, unsigned num_ssa) in ppir_compiler_create() argument
907 bool ppir_compile_nir(struct lima_fs_compiled_shader *prog, struct nir_shader *nir, in ppir_compile_nir() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h116 struct nvc0_program *prog; /* compute state object to read MP counters */ member
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c104 const char *outfile = NULL, *keyfile = NULL, *prog = NULL; in dgst_main() local
H A Dpasswd.c97 char *salt_malloc = NULL, *passwd_malloc = NULL, *prog; in passwd_main() local
H A Dfipsinstall.c300 char *in_fname = NULL, *out_fname = NULL, *prog; in fipsinstall_main() local
H A Denc.c125 char *infile = NULL, *outfile = NULL, *prog; in enc_main() local
H A Dpkeyutl.c111 char hexdump = 0, asn1parse = 0, rev = 0, *prog; in pkeyutl_main() local
[all...]
H A Drehash.c514 const char *env, *prog; in rehash_main() local
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c46 static char prog[40]; variable
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py228 def prog(sock): function
1094 def prog(sock): function
/third_party/openssl/apps/
H A Dpkeyutl.c111 char hexdump = 0, asn1parse = 0, rev = 0, *prog; in pkeyutl_main() local
[all...]
H A Drehash.c508 const char *env, *prog; in rehash_main() local
H A Denc.c125 char *infile = NULL, *outfile = NULL, *prog; in enc_main() local
/third_party/openssl/apps/lib/
H A Dopt.c46 static char prog[40]; variable
[all...]

Completed in 28 milliseconds

1...<<21222324252627282930>>...39