Home
last modified time | relevance | path

Searched refs:s_res (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dsearch_test4.cpp89 …vec::const_iterator s_res = std::search ( haystack.begin (), haystack.end (), needle.begin (), nee… in check_one() local
90 if ( s_res != exp.first ) { in check_one()
91 …std::cout << "Expected " << exp.first - haystack.begin () << " got " << s_res - haystack.begin () … in check_one()
Dsearch_test3.cpp117 …vec::const_iterator s_res = std::search ( haystack.begin (), haystack.end (), needle.begin (), nee… in check_one() local
118 if ( s_res != exp.first ) { in check_one()
119 …n # " << i << " expected " << exp.first - haystack.begin () << " got " << s_res - haystack.begin (… in check_one()
Dsearch_test2.cpp117 …vec::const_iterator s_res = std::search ( haystack.begin (), haystack.end (), needle.begin (), nee… in check_one() local
118 if ( s_res != exp.first ) { in check_one()
119 …n # " << i << " expected " << exp.first - haystack.begin () << " got " << s_res - haystack.begin (… in check_one()
/third_party/mesa3d/src/gallium/drivers/crocus/
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->bo); in crocus_postdraw_update_resolve_tracking()
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/mesa3d/src/gallium/drivers/iris/
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()
Diris_blit.c320 struct iris_resource *junk, *s_res; in iris_resource_for_aspect() local
321 iris_get_depth_stencil_resources(p_res, &junk, &s_res); in iris_resource_for_aspect()
322 return s_res; in iris_resource_for_aspect()
/third_party/optimized-routines/math/test/
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()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2940 - iris: z_res -> s_res