Home
last modified time | relevance | path

Searched refs:num_stats (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c74 const struct brw_compile_stats *stats, uint32_t num_stats, in anv_shader_bin_create()
159 assert(num_stats <= ARRAY_SIZE(shader->stats)); in anv_shader_bin_create()
160 typed_memcpy(shader->stats, stats, num_stats); in anv_shader_bin_create()
161 shader->num_stats = num_stats; in anv_shader_bin_create()
201 blob_write_uint32(blob, shader->num_stats); in anv_shader_bin_serialize()
203 shader->num_stats * sizeof(shader->stats[0])); in anv_shader_bin_serialize()
259 uint32_t num_stats = blob_read_uint32(blob); in anv_shader_bin_deserialize() local
261 blob_read_bytes(blob, num_stats * sizeof(stats[0])); in anv_shader_bin_deserialize()
290 stats, num_stats, xfb_inf in anv_shader_bin_deserialize()
68 anv_shader_bin_create(struct anv_device *device, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_in, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info_in, const struct anv_pipeline_bind_map *bind_map) anv_shader_bin_create() argument
322 anv_device_upload_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info, const struct anv_pipeline_bind_map *bind_map) anv_device_upload_kernel() argument
[all...]
H A Danv_pipeline.c536 uint32_t num_stats; member
823 vs_stage->num_stats = 1; in anv_pipeline_compile_vs()
915 tcs_stage->num_stats = 1; in anv_pipeline_compile_tcs()
949 tes_stage->num_stats = 1; in anv_pipeline_compile_tes()
984 gs_stage->num_stats = 1; in anv_pipeline_compile_gs()
1013 task_stage->num_stats = 1; in anv_pipeline_compile_task()
1043 mesh_stage->num_stats = 1; in anv_pipeline_compile_mesh()
1155 fs_stage->num_stats = (uint32_t)fs_stage->prog_data.wm.dispatch_8 + in anv_pipeline_compile_fs()
1728 stages[s].stats, stages[s].num_stats, in anv_graphics_pipeline_compile()
1879 stage.num_stats in anv_pipeline_compile_cs()
[all...]
H A Danv_private.h1144 uint32_t num_stats,
3032 uint32_t num_stats; member
3046 const struct brw_compile_stats *stats, uint32_t num_stats,

Completed in 12 milliseconds