Home
last modified time | relevance | path

Searched defs:uncompiled (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_shader.c213 struct panfrost_uncompiled_shader *uncompiled, in panfrost_shader_get()
262 struct panfrost_uncompiled_shader *uncompiled) in panfrost_build_vs_key()
273 struct panfrost_uncompiled_shader *uncompiled) in panfrost_build_fs_key()
324 struct panfrost_uncompiled_shader *uncompiled) in panfrost_build_key()
342 struct panfrost_uncompiled_shader *uncompiled, in panfrost_new_variant_locked()
393 struct panfrost_uncompiled_shader *uncompiled = ctx->uncompiled[type]; in panfrost_update_shader_variant() local
587 struct panfrost_uncompiled_shader *uncompiled = cso; in panfrost_bind_compute_state() local
600 struct panfrost_uncompiled_shader *uncompiled = cso; in panfrost_get_compute_state_info() local
Dpan_disk_cache.c50 const struct panfrost_uncompiled_shader *uncompiled, in panfrost_disk_cache_compute_key()
69 const struct panfrost_uncompiled_shader *uncompiled, in panfrost_disk_cache_store()
111 const struct panfrost_uncompiled_shader *uncompiled, in panfrost_disk_cache_retrieve()
Dpan_context.h187 struct panfrost_uncompiled_shader *uncompiled[PIPE_SHADER_TYPES]; member
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_disk_cache.c30 const struct agx_uncompiled_shader *uncompiled, in agx_disk_cache_compute_key()
93 const struct agx_uncompiled_shader *uncompiled, bool is_root) in read_shader()
151 const struct agx_uncompiled_shader *uncompiled, in agx_disk_cache_store()
177 const struct agx_uncompiled_shader *uncompiled, in agx_disk_cache_retrieve()
Dagx_state.c5328 struct agx_uncompiled_shader *uncompiled = in agx_launch_grid() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_disk_cache.c74 const struct v3d_uncompiled_shader *uncompiled) in v3d_disk_cache_compute_key()
99 const struct v3d_uncompiled_shader *uncompiled) in v3d_disk_cache_retrieve()
182 const struct v3d_uncompiled_shader *uncompiled, in v3d_disk_cache_store()
Dv3d_program.c475 struct v3d_uncompiled_shader *uncompiled) in v3d_get_compiled_shader()
605 v3d_setup_shared_precompile_key(struct v3d_uncompiled_shader *uncompiled, in v3d_setup_shared_precompile_key()
798 struct v3d_uncompiled_shader *uncompiled = v3d->prog.bind_gs; in v3d_update_compiled_gs() local
/external/rust/android-crates-io/crates/regex-automata/src/
Ddeterminize.rs103 let mut uncompiled = vec![self.add_start(&mut sparse)?]; in build() localVariable
/external/mesa3d/src/gallium/drivers/iris/
Diris_measure.c142 fetch_hash(const struct iris_uncompiled_shader *uncompiled) in fetch_hash()
Diris_context.h949 struct iris_uncompiled_shader *uncompiled[MESA_SHADER_STAGES]; member
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/
Ddeterminize.rs232 let mut uncompiled = alloc::vec![]; in run() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/
Ddeterminize.rs232 let mut uncompiled = alloc::vec![]; in run() localVariable
/external/rust/android-crates-io/crates/regex-automata/src/nfa/
Dcompiler.rs864 uncompiled: Vec<Utf8Node>, field
966 let mut uncompiled = self.state.uncompiled.pop().unwrap(); in pop_freeze() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dcompiler.rs1735 uncompiled: Vec<Utf8Node>, field
1845 let mut uncompiled = self.state.uncompiled.pop().unwrap(); in pop_freeze() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/
Dcompiler.rs1735 uncompiled: Vec<Utf8Node>, field
1845 let mut uncompiled = self.state.uncompiled.pop().unwrap(); in pop_freeze() localVariable
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2405 vc4_setup_shared_precompile_key(struct vc4_uncompiled_shader *uncompiled, in vc4_setup_shared_precompile_key()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h512 struct crocus_uncompiled_shader *uncompiled[MESA_SHADER_STAGES]; member