Home
last modified time | relevance | path

Searched refs:any_change (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c305 boolean any_change = FALSE; in svga_bind_sampler_states() local
316 any_change = TRUE; in svga_bind_sampler_states()
320 if (!any_change) { in svga_bind_sampler_states()
423 boolean any_change = FALSE; in svga_set_sampler_views() local
444 any_change = TRUE; in svga_set_sampler_views()
453 any_change = TRUE; in svga_set_sampler_views()
478 if (!any_change) { in svga_set_sampler_views()
Dsvga_swtnl_state.c229 int any_change; in svga_swtnl_update_vdecl() local
300 any_change = memcmp(svga_render->vdecl, vdecl, sizeof(vdecl)); in svga_swtnl_update_vdecl()
303 if (!any_change && svga_render->layout_id != SVGA3D_INVALID_ID) { in svga_swtnl_update_vdecl()
335 if (!any_change) in svga_swtnl_update_vdecl()
/external/mesa3d/src/mesa/program/
Dprog_optimize.c1317 GLboolean any_change; in _mesa_optimize_program() local
1322 any_change = GL_FALSE; in _mesa_optimize_program()
1325 any_change = GL_TRUE; in _mesa_optimize_program()
1327 any_change = GL_TRUE; in _mesa_optimize_program()
1329 any_change = GL_TRUE; in _mesa_optimize_program()
1331 any_change = _mesa_constant_fold(program) || any_change; in _mesa_optimize_program()
1333 } while (any_change); in _mesa_optimize_program()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.cc583 bool any_change = false; in ResolveInconsistencyOfAliasingBuffersHelper() local
651 any_change = true; in ResolveInconsistencyOfAliasingBuffersHelper()
693 if (!any_change) { in ResolveInconsistencyOfAliasingBuffersHelper()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c1385 boolean any_change = FALSE; in cso_set_sampler_views() local
1389 any_change |= ctx->fragment_views[i] != views[i]; in cso_set_sampler_views()
1394 any_change |= ctx->fragment_views[i] != NULL; in cso_set_sampler_views()
1399 if (any_change) { in cso_set_sampler_views()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp243 bool any_change = false; in UpdateFormatsIfNeeded() local
247 any_change = true; in UpdateFormatsIfNeeded()
258 return any_change; in UpdateFormatsIfNeeded()