Home
last modified time | relevance | path

Searched refs:cache_line_size (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_context.c89 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in pvr_pds_pt_store_program_create_and_upload() local
142 cache_line_size, in pvr_pds_pt_store_program_create_and_upload()
158 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in pvr_pds_pt_resume_program_create_and_upload() local
215 cache_line_size, in pvr_pds_pt_resume_program_create_and_upload()
314 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in pvr_pds_render_ctx_sr_program_create_and_upload() local
356 cache_line_size, in pvr_pds_render_ctx_sr_program_create_and_upload()
373 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in pvr_pds_compute_ctx_sr_program_create_and_upload() local
441 cache_line_size, in pvr_pds_compute_ctx_sr_program_create_and_upload()
458 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in pvr_ctx_sr_programs_setup() local
475 cache_line_size, in pvr_ctx_sr_programs_setup()
1206 const uint32_t cache_line_size = pvr_transfer_ctx_setup_shaders() local
[all...]
H A Dpvr_csb.c127 const uint32_t cache_line_size = in pvr_csb_buffer_extend() local
143 cache_line_size, in pvr_csb_buffer_extend()
H A Dpvr_hardcode.c191 const uint32_t cache_line_size = in pvr_hard_code_compute_pipeline() local
206 cache_line_size, in pvr_hard_code_compute_pipeline()
H A Dpvr_pass.c214 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in pvr_load_op_create() local
238 cache_line_size, in pvr_load_op_create()
H A Dpvr_device.c1117 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in pvr_device_init_compute_fence_program() local
1175 cache_line_size, in pvr_device_init_compute_fence_program()
1485 const uint32_t cache_line_size = in pvr_device_init_nop_program() local
1495 cache_line_size, in pvr_device_init_nop_program()
2319 const uint32_t cache_line_size = in pvr_framebuffer_create_ppp_state() local
2350 cache_line_size, in pvr_framebuffer_create_ppp_state()
H A Dpvr_job_render.c155 uint32_t cache_line_size; in pvr_free_list_create() local
191 cache_line_size = rogue_get_slc_cache_line_size(&device->pdevice->dev_info); in pvr_free_list_create()
194 MAX2(ROGUE_BIF_PM_FREELIST_BASE_ADDR_ALIGNSIZE, cache_line_size); in pvr_free_list_create()
H A Dpvr_cmd_buffer.c254 const uint32_t cache_line_size = in pvr_cmd_buffer_upload_tables() local
266 cache_line_size, in pvr_cmd_buffer_upload_tables()
277 cache_line_size, in pvr_cmd_buffer_upload_tables()
321 const uint32_t cache_line_size = in pvr_cmd_buffer_upload_general() local
330 cache_line_size, in pvr_cmd_buffer_upload_general()
350 const uint32_t cache_line_size = in pvr_cmd_buffer_upload_usc() local
355 code_alignment = MAX2(code_alignment, cache_line_size); in pvr_cmd_buffer_upload_usc()
1665 const uint32_t cache_line_size = in pvr_cmd_buffer_alloc_mem() local
1673 cache_line_size, in pvr_cmd_buffer_alloc_mem()
H A Dpvr_pipeline.c1459 const uint32_t cache_line_size = in pvr_graphics_pipeline_compile() local
1572 cache_line_size, in pvr_graphics_pipeline_compile()
1592 cache_line_size, in pvr_graphics_pipeline_compile()
H A Dpvr_descriptor_set.c1164 const uint32_t cache_line_size = in pvr_descriptor_set_create() local
1173 cache_line_size, in pvr_descriptor_set_create()
/third_party/mesa3d/src/imagination/include/hwdef/
H A Drogue_hw_utils.h242 const uint32_t cache_line_size = rogue_get_slc_cache_line_size(dev_info); in rogue_get_cdm_context_resume_buffer_size() local
244 ALIGN_POT(ROGUE_LLS_CDM_CONTEXT_RESUME_BUFFER_SIZE, cache_line_size); in rogue_get_cdm_context_resume_buffer_size()
/third_party/benchmark/src/
H A Dbenchmark.cc215 const int cache_line_size = 64; in State() local
217 offsetof(State, skipped_) <= (cache_line_size - sizeof(skipped_)), ""); in State()

Completed in 23 milliseconds