Home
last modified time | relevance | path

Searched defs:prog (Results 26 - 50 of 344) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_xfb.c38 gl_nir_link_assign_xfb_resources(const struct gl_constants *consts, struct gl_shader_program *prog) gl_nir_link_assign_xfb_resources() argument
[all...]
H A Dlink_uniform_block_active_visitor.h77 struct gl_shader_program *prog; member in link_uniform_block_active_visitor
63 link_uniform_block_active_visitor(void *mem_ctx, struct hash_table *ht, struct gl_shader_program *prog) link_uniform_block_active_visitor() argument
H A Dstandalone_scaffolding.cpp93 _mesa_reference_program_(struct gl_context *ctx, struct gl_program **ptr, struct gl_program *prog) _mesa_reference_program_() argument
H A Dshader_cache.cpp73 compile_shaders(struct gl_context *ctx, struct gl_shader_program *prog) { in compile_shaders() argument
87 shader_cache_write_program_metadata(struct gl_context *ctx, struct gl_shader_program *prog) shader_cache_write_program_metadata() argument
146 shader_cache_read_program_metadata(struct gl_context *ctx, struct gl_shader_program *prog) shader_cache_read_program_metadata() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.hpp50 program(const program &prog) = delete; member in clover::program
52 operator=(const program &prog) = delete; member in clover::program
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp38 link_shader(struct gl_context *ctx, struct gl_shader_program *prog) in link_shader() argument
146 st_link_shader(struct gl_context *ctx, struct gl_shader_program *prog) in st_link_shader() argument
[all...]
H A Dst_atom_shader.c76 update_gl_clamp(struct st_context *st, struct gl_program *prog, uint32_t *gl_clamp) in update_gl_clamp() argument
253 st_update_common_program(struct st_context *st, struct gl_program *prog, in st_update_common_program() argument
[all...]
H A Dst_atom_image.c157 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images() argument
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 = st_bind_tcs_images() local
218 struct gl_program *prog = st_bind_tes_images() local
226 struct gl_program *prog = st_bind_cs_images() local
[all...]
H A Dst_atom_atomicbuf.c69 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics() argument
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 = st_bind_tcs_atomics() local
137 struct gl_program *prog = st_bind_tes_atomics() local
150 struct gl_program *prog = st_bind_cs_atomics() local
[all...]
H A Dst_shader_cache.c56 copy_blob_to_driver_cache_blob(struct blob *blob, struct gl_program *prog) in copy_blob_to_driver_cache_blob() argument
64 write_nir_to_cache(struct blob *blob, struct gl_program *prog) in write_nir_to_cache() argument
75 st_serialise_nir_program(struct gl_context *ctx, struct gl_program *prog) st_serialise_nir_program() argument
106 st_store_nir_in_disk_cache(struct st_context *st, struct gl_program *prog) st_store_nir_in_disk_cache() argument
141 st_deserialise_nir_program(struct gl_context *ctx, struct gl_shader_program *shProg, struct gl_program *prog) st_deserialise_nir_program() argument
203 st_load_nir_from_disk_cache(struct gl_context *ctx, struct gl_shader_program *prog) st_load_nir_from_disk_cache() argument
237 st_serialise_nir_program_binary(struct gl_context *ctx, struct gl_shader_program *shProg, struct gl_program *prog) st_serialise_nir_program_binary() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_common.cpp27 ConverterCommon::ConverterCommon(Program *prog, nv50_ir_prog_info *info, in ConverterCommon() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dinfo.c48 char *prog; in info_main() local
H A Dnseq.c45 char *infile = NULL, *outfile = NULL, *prog; in nseq_main() local
H A Dprime.c47 char *prog; in prime_main() local
/third_party/openssl/apps/
H A Dinfo.c41 char *prog; in info_main() local
H A Dprime.c47 char *prog; in prime_main() local
H A Dnseq.c45 char *infile = NULL, *outfile = NULL, *prog; in nseq_main() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.c31 cd_progress_ptr prog = (cd_progress_ptr)cinfo->progress; in progress_monitor() local
[all...]
/third_party/selinux/secilc/
H A Dsecil2conf.c44 static __attribute__((__noreturn__)) void usage(const char *prog) in usage() argument
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h93 ScanProgress prog; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/runtimeeffect_fuzzer/
H A Druntime_effect_fuzzer.cpp62 static constexpr char prog[] = R"( in RuntimeShaderFuzzTest() local
117 static constexpr char prog[] = R"( in RuntimeBlenderFuzzTest() local
/third_party/icu/icu4c/as_is/os400/
H A Diculd.c65 const char *prog=""; in main() local
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapScan.java37 protected String prog; field in CapScan
59 protected CapScan(String prog) { in CapScan() argument
H A DSimpleScan.java35 protected String prog; field in SimpleScan
57 protected SimpleScan(String prog) { in SimpleScan() argument
/third_party/mesa3d/src/mesa/main/
H A Dprogram_resource.c74 struct gl_shader_program *prog = in lookup_linked_program() local

Completed in 16 milliseconds

12345678910>>...14