Home
last modified time | relevance | path

Searched refs:iris_upload_shader (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program_cache.c150 iris_upload_shader(struct iris_screen *screen, in iris_upload_shader() function
246 iris_upload_shader(screen, NULL, shader, ice->shaders.cache, in iris_blorp_upload_shader()
Diris_disk_cache.c247 iris_upload_shader(screen, ish, shader, NULL, uploader, in iris_disk_cache_retrieve()
Diris_program.c1382 iris_upload_shader(screen, ish, shader, NULL, uploader, IRIS_CACHE_VS, in iris_compile_vs()
1583 iris_upload_shader(screen, ish, shader, passthrough_ht, uploader, in iris_compile_tcs()
1750 iris_upload_shader(screen, ish, shader, NULL, uploader, IRIS_CACHE_TES, in iris_compile_tes()
1888 iris_upload_shader(screen, ish, shader, NULL, uploader, IRIS_CACHE_GS, in iris_compile_gs()
2024 iris_upload_shader(screen, ish, shader, NULL, uploader, IRIS_CACHE_FS, in iris_compile_fs()
2297 iris_upload_shader(screen, ish, shader, NULL, uploader, IRIS_CACHE_CS, in iris_compile_cs()
Diris_context.h1004 void iris_upload_shader(struct iris_screen *screen,
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1784 - iris: Extract allocation bits from iris_upload_shader to iris_create_shader_variant
1785 - iris: Allocate shader variant in caller of iris_upload_shader
1790 - iris: Split iris_upload_shader in two
D19.1.0.rst3131 - iris: export iris_upload_shader
D21.1.0.rst3047 - iris: Remove context from iris_upload_shader()