Searched refs:get_bool_component (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_controls.cpp143 if (cmp_result->get_bool_component(0)) {
H A Dir.cpp715 this->value.b[i] = value->get_bool_component(j);
760 ir_constant::get_bool_component(unsigned i) const function in class:ir_constant
897 value.b[i+offset] = src->get_bool_component(i);
955 value.b[i+offset] = src->get_bool_component(id++);
H A Dir_constant_expression.cpp1206 if (!cond->get_bool_component(0))
1267 exec_list &branch = cond->get_bool_component(0) ? iif->then_instructions : iif->else_instructions;
H A Dir.h1741 bool get_bool_component(unsigned i) const;
H A Dast_function.cpp780 data.b[i + base_component] = c->get_bool_component(i);
/external/mesa3d/src/glsl/
H A Dloop_controls.cpp143 if (cmp_result->get_bool_component(0)) {
H A Dir.cpp715 this->value.b[i] = value->get_bool_component(j);
760 ir_constant::get_bool_component(unsigned i) const function in class:ir_constant
897 value.b[i+offset] = src->get_bool_component(i);
955 value.b[i+offset] = src->get_bool_component(id++);
H A Dir_constant_expression.cpp1206 if (!cond->get_bool_component(0))
1267 exec_list &branch = cond->get_bool_component(0) ? iif->then_instructions : iif->else_instructions;
H A Dir.h1741 bool get_bool_component(unsigned i) const;
H A Dast_function.cpp780 data.b[i + base_component] = c->get_bool_component(i);

Completed in 165 milliseconds