Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp6320 ir_constant *label_const = label_rval->constant_expression_value(); in hir() local
6322 if (!label_const) { in hir()
6330 label_const = new(ctx) ir_constant(0); in hir()
6334 (void *)(uintptr_t)&label_const->value.u[0]); in hir()
6345 (void *)(uintptr_t)&label_const->value.u[0], in hir()
6354 label_const, in hir()
6368 if (label_const->type != state->switch_state.test_var->type) { in hir()
6371 const glsl_type *type_a = label_const->type; in hir()