Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_job_compute.c158 if (submit_info->flags & PVR_WINSYS_COMPUTE_FLAG_PREVENT_ALL_OVERLAP) in pvr_srv_compute_cmd_init()
/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys.h296 #define PVR_WINSYS_COMPUTE_FLAG_PREVENT_ALL_OVERLAP BITFIELD_BIT(0U) macro
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c1080 sub_cmd->submit_info.flags |= PVR_WINSYS_COMPUTE_FLAG_PREVENT_ALL_OVERLAP; in pvr_sub_cmd_compute_job_init()