Searched refs:uncompiled (Results 1 – 18 of 18) sorted by relevance
85 struct v3d_uncompiled_shader *uncompiled = key->shader_state; in v3d_disk_cache_compute_key() local86 assert(uncompiled->base.type == PIPE_SHADER_IR_NIR); in v3d_disk_cache_compute_key()87 nir_shader *nir = uncompiled->base.ir.nir; in v3d_disk_cache_compute_key()117 struct v3d_uncompiled_shader *uncompiled = key->shader_state; in v3d_disk_cache_retrieve() local118 assert(uncompiled->base.type == PIPE_SHADER_IR_NIR); in v3d_disk_cache_retrieve()119 nir_shader *nir = uncompiled->base.ir.nir; in v3d_disk_cache_retrieve()201 struct v3d_uncompiled_shader *uncompiled = key->shader_state; in v3d_disk_cache_store() local202 assert(uncompiled->base.type == PIPE_SHADER_IR_NIR); in v3d_disk_cache_store()203 nir_shader *nir = uncompiled->base.ir.nir; in v3d_disk_cache_store()
44 v3d_setup_shared_precompile_key(struct v3d_uncompiled_shader *uncompiled,514 v3d_setup_shared_precompile_key(struct v3d_uncompiled_shader *uncompiled, in v3d_setup_shared_precompile_key() argument517 nir_shader *s = uncompiled->base.ir.nir; in v3d_setup_shared_precompile_key()
1192 if (ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]) in last_vue_stage()1195 if (ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]) in last_vue_stage()1402 ice->shaders.uncompiled[MESA_SHADER_VERTEX]; in iris_update_compiled_vs()1441 const struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[stage]; in iris_get_shader_info()1602 ice->shaders.uncompiled[MESA_SHADER_TESS_CTRL]; in iris_update_compiled_tcs()1770 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]; in iris_update_compiled_tes()1907 ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]; in iris_update_compiled_gs()2043 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT]; in iris_update_compiled_fs()2163 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]; in iris_update_compiled_shaders()2215 struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[last_stage]; in iris_update_compiled_shaders()[all …]
376 if (!ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]) { in iris_blorp_exec_render()386 if (!ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]) { in iris_blorp_exec_render()
190 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT]; in iris_predraw_resolve_framebuffer()952 ice->shaders.uncompiled[info->stage]->uses_atomic_load_store; in iris_image_view_aux_usage()
675 struct iris_uncompiled_shader *uncompiled[MESA_SHADER_STAGES]; member
7194 ice->shaders.uncompiled[MESA_SHADER_COMPUTE]; in iris_upload_gpgpu_walker()
1101 if (ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]) in last_vue_stage()1104 if (ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]) in last_vue_stage()1294 ice->shaders.uncompiled[MESA_SHADER_VERTEX]; in crocus_update_compiled_vs()1356 const struct crocus_uncompiled_shader *ish = ice->shaders.uncompiled[stage]; in crocus_get_shader_info()1521 ice->shaders.uncompiled[MESA_SHADER_TESS_CTRL]; in crocus_update_compiled_tcs()1665 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]; in crocus_update_compiled_tes()1806 ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]; in crocus_update_compiled_gs()1940 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT]; in crocus_update_compiled_fs()2383 ice->shaders.uncompiled[MESA_SHADER_VERTEX]; in crocus_update_compiled_ff_gs()2437 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]; in crocus_update_compiled_shaders()[all …]
39 util_blitter_save_vertex_shader(ice->blitter, ice->shaders.uncompiled[MESA_SHADER_VERTEX]); in crocus_blitter_begin()40 util_blitter_save_tessctrl_shader(ice->blitter, ice->shaders.uncompiled[MESA_SHADER_TESS_CTRL]); in crocus_blitter_begin()41 util_blitter_save_tesseval_shader(ice->blitter, ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]); in crocus_blitter_begin()42 util_blitter_save_geometry_shader(ice->blitter, ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]); in crocus_blitter_begin()51 … util_blitter_save_fragment_shader(ice->blitter, ice->shaders.uncompiled[MESA_SHADER_FRAGMENT]); in crocus_blitter_begin()
358 if (!ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL]) { in crocus_blorp_exec()368 if (!ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]) { in crocus_blorp_exec()
512 struct crocus_uncompiled_shader *uncompiled[MESA_SHADER_STAGES]; member
226 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT]; in crocus_predraw_resolve_framebuffer()
5443 if (ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]) in crocus_populate_binding_table()5444 so_info = &ice->shaders.uncompiled[MESA_SHADER_GEOMETRY]->stream_output; in crocus_populate_binding_table()5446 so_info = &ice->shaders.uncompiled[MESA_SHADER_VERTEX]->stream_output; in crocus_populate_binding_table()
203 (:ref:`regex objects <re-objects>`) or uncompiled (byte strings). The
2149 abc02f24 Merge "fix (uncompiled) typo"2154 824eab10 fix (uncompiled) typo3970 42c2e682 Fix missing coma (on uncompiled code)
1944 abc02f24 Merge "fix (uncompiled) typo"1949 824eab10 fix (uncompiled) typo3765 42c2e682 Fix missing coma (on uncompiled code)
1783 - iris: Ref count the uncompiled shaders
13014 using uncompiled code.