Home
last modified time | relevance | path

Searched refs:index_c (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp435 ir_constant *const index_c = in constant_referenced() local
438 if (!index_c || !index_c->type->is_scalar() || !index_c->type->is_integer()) in constant_referenced()
441 const int index = index_c->type->base_type == GLSL_TYPE_INT ? in constant_referenced()
442 index_c->get_int_component(0) : in constant_referenced()
443 index_c->get_uint_component(0); in constant_referenced()
/external/tensorflow/tensorflow/python/debug/cli/
Dstepper_cli_test.py248 index_c = node_names.index("c")
249 self.assertEqual(" ", stat_labels[index_c])
259 index_c = node_names.index("c")
260 self.assertEqual(index_c, node_pointer)
261 self.assertIn(stepper_cli.NodeStepperCLI.STATE_CONT, stat_labels[index_c])