Searched refs:get_uint_component (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp706 this->value.u[i] = value->get_uint_component(j);
811 ir_constant::get_uint_component(unsigned i) const function in class:ir_constant
888 value.u[i+offset] = src->get_uint_component(i);
946 value.u[i+offset] = src->get_uint_component(id++);
H A Dir.h1744 unsigned get_uint_component(unsigned i) const;
H A Dast_function.cpp771 data.u[i + base_component] = c->get_uint_component(i);
H A Dir_constant_expression.cpp1033 index_c->get_uint_component(0);
/external/mesa3d/src/glsl/
H A Dir.cpp706 this->value.u[i] = value->get_uint_component(j);
811 ir_constant::get_uint_component(unsigned i) const function in class:ir_constant
888 value.u[i+offset] = src->get_uint_component(i);
946 value.u[i+offset] = src->get_uint_component(id++);
H A Dir.h1744 unsigned get_uint_component(unsigned i) const;
H A Dast_function.cpp771 data.u[i + base_component] = c->get_uint_component(i);
H A Dir_constant_expression.cpp1033 index_c->get_uint_component(0);

Completed in 125 milliseconds