Home
last modified time | relevance | path

Searched refs:stride_out (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_ppp.c30 uint32_t stride_out = mb(target->resources[0]->width0); in nv98_decoder_setup_ppp() local
56 PUSH_DATA (push, (stride_out << 24) | (stride_out << 16) | low700); // 700 in nv98_decoder_setup_ppp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_ppp.c30 uint32_t stride_out = mb(target->resources[0]->width0); in nvc0_decoder_setup_ppp() local
56 PUSH_DATA (push, (stride_out << 24) | (stride_out << 16) | low700); // 700 in nvc0_decoder_setup_ppp()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_render.c464 uint64_t *const stride_out, in pvr_rt_get_tail_ptr_stride_size() argument
497 *stride_out = size / ROGUE_BIF_PM_PHYSICAL_PAGE_SIZE; in pvr_rt_get_tail_ptr_stride_size()
500 *stride_out = 0; in pvr_rt_get_tail_ptr_stride_size()
571 uint64_t *const stride_out, in pvr_rt_get_region_headers_stride_size() argument
603 *stride_out = rgn_header_size; in pvr_rt_get_region_headers_stride_size()