Searched defs:ish (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_disk_cache.c48 crocus_disk_cache_compute_key(struct disk_cache * cache,const struct crocus_uncompiled_shader * ish,const void * orig_prog_key,uint32_t prog_key_size,cache_key cache_key) argument
78 crocus_disk_cache_store(struct disk_cache * cache,const struct crocus_uncompiled_shader * ish,const struct crocus_compiled_shader * shader,void * map,const void * prog_key,uint32_t prog_key_size) argument
132 crocus_disk_cache_retrieve(struct crocus_context * ice,const struct crocus_uncompiled_shader * ish,const void * prog_key,uint32_t key_size) argument
[all...]
H A Dcrocus_resolve.c225 struct crocus_uncompiled_shader *ish = local in function:crocus_predraw_resolve_framebuffer
H A Dcrocus_program.c1285 struct crocus_uncompiled_shader *ish local in function:crocus_update_compiled_vs
146 crocus_populate_sampler_prog_key_data(struct crocus_context * ice,const struct intel_device_info * devinfo,gl_shader_stage stage,struct crocus_uncompiled_shader * ish,bool uses_texture_gather,struct brw_sampler_prog_key_data * key) argument
1175 crocus_compile_vs(struct crocus_context * ice,struct crocus_uncompiled_shader * ish,const struct brw_vs_prog_key * key) argument
1348 const struct crocus_uncompiled_shader *ish = ice->shaders.uncompiled[stage]; local in function:crocus_get_shader_info
1392 crocus_compile_tcs(struct crocus_context * ice,struct crocus_uncompiled_shader * ish,const struct brw_tcs_prog_key * key) argument
1553 crocus_compile_tes(struct crocus_context * ice,struct crocus_uncompiled_shader * ish,const struct brw_tes_prog_key * key) argument
1642 struct crocus_uncompiled_shader *ish = local in function:crocus_update_compiled_tes
1684 crocus_compile_gs(struct crocus_context * ice,struct crocus_uncompiled_shader * ish,const struct brw_gs_prog_key * key) argument
1776 struct crocus_uncompiled_shader *ish = local in function:crocus_update_compiled_gs
1814 crocus_compile_fs(struct crocus_context * ice,struct crocus_uncompiled_shader * ish,const struct brw_wm_prog_key * key,struct brw_vue_map * vue_map) argument
1910 struct crocus_uncompiled_shader *ish = local in function:crocus_update_compiled_fs
2460 struct crocus_uncompiled_shader *ish = ice->shaders.uncompiled[last_stage]; local in function:crocus_update_compiled_shaders
2512 crocus_compile_cs(struct crocus_context * ice,struct crocus_uncompiled_shader * ish,const struct brw_cs_prog_key * key) argument
2578 struct crocus_uncompiled_shader *ish = local in function:crocus_update_compiled_cs
2674 struct crocus_uncompiled_shader *ish = local in function:crocus_create_uncompiled_shader
2734 struct crocus_uncompiled_shader *ish = crocus_create_shader_state(ctx, state); local in function:crocus_create_vs_state
2761 struct crocus_uncompiled_shader *ish = crocus_create_shader_state(ctx, state); local in function:crocus_create_tcs_state
2792 struct crocus_uncompiled_shader *ish = crocus_create_shader_state(ctx, state); local in function:crocus_create_tes_state
2821 struct crocus_uncompiled_shader *ish = crocus_create_shader_state(ctx, state); local in function:crocus_create_gs_state
2844 struct crocus_uncompiled_shader *ish = crocus_create_shader_state(ctx, state); local in function:crocus_create_fs_state
2898 struct crocus_uncompiled_shader *ish = local in function:crocus_create_compute_state
2922 struct crocus_uncompiled_shader *ish = state; local in function:crocus_delete_shader_state
2982 bind_shader_state(struct crocus_context * ice,struct crocus_uncompiled_shader * ish,gl_shader_stage stage) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_disk_cache.c48 iris_disk_cache_compute_key(struct disk_cache * cache,const struct iris_uncompiled_shader * ish,const void * orig_prog_key,uint32_t prog_key_size,cache_key cache_key) argument
78 iris_disk_cache_store(struct disk_cache * cache,const struct iris_uncompiled_shader * ish,const struct iris_compiled_shader * shader,const void * prog_key,uint32_t prog_key_size) argument
145 iris_disk_cache_retrieve(struct iris_screen * screen,struct u_upload_mgr * uploader,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader,const void * prog_key,uint32_t key_size) argument
[all...]
H A Diris_program_cache.c150 iris_upload_shader(struct iris_screen * screen,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader,struct hash_table * driver_shaders,struct u_upload_mgr * uploader,enum iris_program_cache_id cache_id,uint32_t key_size,const void * key,const void * assembly) argument
H A Diris_resolve.c189 struct iris_uncompiled_shader *ish = local in function:iris_predraw_resolve_framebuffer
H A Diris_program.c62 struct iris_uncompiled_shader *ish; member in struct:iris_threaded_compile_job
1108 iris_debug_recompile(struct iris_screen * screen,struct pipe_debug_callback * dbg,struct iris_uncompiled_shader * ish,const struct brw_base_prog_key * key) argument
1200 find_or_add_variant(const struct iris_screen * screen,struct iris_uncompiled_shader * ish,enum iris_program_cache_id cache_id,const void * key,unsigned key_size,bool * added) argument
1301 iris_compile_vs(struct iris_screen * screen,struct u_upload_mgr * uploader,struct pipe_debug_callback * dbg,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader) argument
1396 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_vs
1436 const struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[stage]; local in function:iris_get_shader_info
1480 iris_compile_tcs(struct iris_screen * screen,struct hash_table * passthrough_ht,struct u_upload_mgr * uploader,struct pipe_debug_callback * dbg,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader) argument
1666 iris_compile_tes(struct iris_screen * screen,struct u_upload_mgr * uploader,struct pipe_debug_callback * dbg,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader) argument
1755 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_tes
1800 iris_compile_gs(struct iris_screen * screen,struct u_upload_mgr * uploader,struct pipe_debug_callback * dbg,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader) argument
1888 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_gs
1930 iris_compile_fs(struct iris_screen * screen,struct u_upload_mgr * uploader,struct pipe_debug_callback * dbg,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader,struct brw_vue_map * vue_map) argument
2024 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_fs
2197 struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[last_stage]; local in function:iris_update_compiled_shaders
2223 iris_compile_cs(struct iris_screen * screen,struct u_upload_mgr * uploader,struct pipe_debug_callback * dbg,struct iris_uncompiled_shader * ish,struct iris_compiled_shader * shader) argument
2292 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_cs
2432 struct iris_uncompiled_shader *ish = local in function:iris_create_uncompiled_shader
2502 struct iris_uncompiled_shader *ish = local in function:iris_create_compute_state
2537 struct iris_uncompiled_shader *ish = job->ish; local in function:iris_compile_shader
2576 struct iris_uncompiled_shader *ish = local in function:iris_create_shader_state
2719 struct iris_uncompiled_shader *ish = state; local in function:iris_destroy_shader_state
2744 struct iris_uncompiled_shader *ish = state; local in function:iris_delete_shader_state
2765 bind_shader_state(struct iris_context * ice,struct iris_uncompiled_shader * ish,gl_shader_stage stage) argument
2798 struct iris_uncompiled_shader *ish = state; local in function:iris_bind_vs_state
2939 struct iris_uncompiled_shader *ish = v_shader; local in function:iris_is_parallel_shader_compilation_finished
[all...]
H A Diris_state.c6973 struct iris_uncompiled_shader *ish = local in function:iris_upload_gpgpu_walker
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c625 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_vs
542 iris_compile_vs(struct iris_context * ice,struct iris_uncompiled_shader * ish,const struct brw_vs_prog_key * key) argument
680 const struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[stage]; local in function:iris_get_shader_info
724 iris_compile_tcs(struct iris_context * ice,struct iris_uncompiled_shader * ish,const struct brw_tcs_prog_key * key) argument
852 iris_compile_tes(struct iris_context * ice,struct iris_uncompiled_shader * ish,const struct brw_tes_prog_key * key) argument
918 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_tes
953 iris_compile_gs(struct iris_context * ice,struct iris_uncompiled_shader * ish,const struct brw_gs_prog_key * key) argument
1018 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_gs
1048 iris_compile_fs(struct iris_context * ice,struct iris_uncompiled_shader * ish,const struct brw_wm_prog_key * key,struct brw_vue_map * vue_map) argument
1108 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_fs
1274 struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[last_stage]; local in function:iris_update_compiled_shaders
1308 iris_compile_cs(struct iris_context * ice,struct iris_uncompiled_shader * ish,const struct brw_cs_prog_key * key) argument
1363 struct iris_uncompiled_shader *ish = local in function:iris_update_compiled_compute_shader
1468 struct iris_uncompiled_shader *ish = local in function:iris_create_uncompiled_shader
1508 struct iris_uncompiled_shader *ish = iris_create_shader_state(ctx, state); local in function:iris_create_vs_state
1530 struct iris_uncompiled_shader *ish = iris_create_shader_state(ctx, state); local in function:iris_create_tcs_state
1560 struct iris_uncompiled_shader *ish = iris_create_shader_state(ctx, state); local in function:iris_create_tes_state
1586 struct iris_uncompiled_shader *ish = iris_create_shader_state(ctx, state); local in function:iris_create_gs_state
1606 struct iris_uncompiled_shader *ish = iris_create_shader_state(ctx, state); local in function:iris_create_fs_state
1652 struct iris_uncompiled_shader *ish = local in function:iris_create_compute_state
1675 struct iris_uncompiled_shader *ish = state; local in function:iris_delete_shader_state
1730 bind_state(struct iris_context * ice,struct iris_uncompiled_shader * ish,gl_shader_stage stage) argument
[all...]

Completed in 27 milliseconds