Home
last modified time | relevance | path

Searched refs:brw_prog_data_size (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_disk_cache.c121 size_t prog_data_s = brw_prog_data_size(stage); in iris_disk_cache_store()
207 const uint32_t prog_data_size = screen->brw ? brw_prog_data_size(stage) in iris_disk_cache_retrieve()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c260 brw_prog_data_size(gl_shader_stage stage) in brw_prog_data_size() function
H A Dbrw_compiler.h1348 brw_prog_data_size(gl_shader_stage stage);
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c2542 .prog_data_size = brw_prog_data_size(s), in anv_graphics_pipeline_compile()
3441 .prog_data_size = brw_prog_data_size(stage->stage), in compile_upload_rt_shader()