Home
last modified time | relevance | path

Searched refs:s_res (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resolve.c197 struct iris_resource *z_res, *s_res; in iris_predraw_resolve_framebuffer() local
198 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); in iris_predraw_resolve_framebuffer()
210 if (s_res) { in iris_predraw_resolve_framebuffer()
211 iris_emit_buffer_barrier_for(batch, s_res->bo, in iris_predraw_resolve_framebuffer()
287 struct iris_resource *z_res, *s_res; in iris_postdraw_update_resolve_tracking() local
288 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); in iris_postdraw_update_resolve_tracking()
300 if (s_res) { in iris_postdraw_update_resolve_tracking()
302 iris_resource_finish_write(ice, s_res, zs_surf->u.tex.level, in iris_postdraw_update_resolve_tracking()
304 s_res->aux.usage); in iris_postdraw_update_resolve_tracking()
H A Diris_blit.c327 struct iris_resource *junk, *s_res; in iris_resource_for_aspect() local
328 iris_get_depth_stencil_resources(p_res, &junk, &s_res); in iris_resource_for_aspect()
329 return s_res; in iris_resource_for_aspect()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c233 struct crocus_resource *z_res, *s_res; in crocus_predraw_resolve_framebuffer() local
234 crocus_get_depth_stencil_resources(devinfo, zs_surf->texture, &z_res, &s_res); in crocus_predraw_resolve_framebuffer()
250 if (s_res) { in crocus_predraw_resolve_framebuffer()
251 crocus_cache_flush_for_depth(batch, s_res->bo); in crocus_predraw_resolve_framebuffer()
330 struct crocus_resource *z_res, *s_res; in crocus_postdraw_update_resolve_tracking() local
331 crocus_get_depth_stencil_resources(devinfo, zs_surf->texture, &z_res, &s_res); in crocus_postdraw_update_resolve_tracking()
350 if (s_res) { in crocus_postdraw_update_resolve_tracking()
352 crocus_resource_finish_write(ice, s_res, zs_surf->u.tex.level, in crocus_postdraw_update_resolve_tracking()
354 s_res->aux.usage); in crocus_postdraw_update_resolve_tracking()
358 crocus_depth_cache_add_bo(batch, s_res in crocus_postdraw_update_resolve_tracking()
[all...]
H A Dcrocus_blit.c349 struct crocus_resource *junk, *s_res; in crocus_resource_for_aspect() local
350 crocus_get_depth_stencil_resources(devinfo, p_res, &junk, &s_res); in crocus_resource_for_aspect()
351 return s_res; in crocus_resource_for_aspect()
/third_party/optimized-routines/math/test/
H A Dmathtest.c999 sgl s_arg1, s_arg2, s_res, s_res2; in runtest() local
1065 case at_s: s_res.f = t.func->func.s_s_ptr(s_arg1.f); break; in runtest()
1067 case at_s2: s_res.f = t.func->func.s2_s_ptr(s_arg1.f, s_arg2.f); break; in runtest()
1069 case at_si: s_res.f = t.func->func.si_s_ptr(s_arg1.f, s_arg2.i); break; in runtest()
1071 case at_sip: s_res.f = t.func->func.sip_s_ptr(s_arg1.f, (int*)&intres); break; in runtest()
1073 case at_ssp: s_res.f = t.func->func.ssp_s_ptr(s_arg1.f, &s_res2.f); break; in runtest()
1165 resultr[0] = s_res.i; in runtest()

Completed in 8 milliseconds