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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_vector_derefs.cpp141 ir->write_mask = 1 << old_index_constant->get_uint_component(0);
146 unsigned component[1] = { old_index_constant->get_uint_component(0) };
H A Dopt_dead_builtin_varyings.cpp106 this->fragdata_usage |= 1 << index->get_uint_component(0);
134 this->texcoord_usage |= 1 << index->get_uint_component(0);
444 unsigned i = da->array_index->as_constant()->get_uint_component(0);
457 unsigned i = da->array_index->as_constant()->get_uint_component(0);
H A Dlink_uniform_block_active_visitor.cpp114 const unsigned idx = c->get_uint_component(0);
H A Dir.cpp871 this->value.u[i] = value->get_uint_component(j);
1026 ir_constant::get_uint_component(unsigned i) const function in class:ir_constant
1141 value.u[i+offset] = src->get_uint_component(i);
1200 value.u[i+offset] = src->get_uint_component(id++);
H A Dir_constant_expression.cpp443 index_c->get_uint_component(0);
H A Dlower_ubo_reference.cpp231 const_index->get_uint_component(0),
H A Dir.h2202 unsigned get_uint_component(unsigned i) const;
H A Dast_function.cpp1431 data.u[i + base_component] = c->get_uint_component(i);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp106 this->fragdata_usage |= 1 << index->get_uint_component(0);
134 this->texcoord_usage |= 1 << index->get_uint_component(0);
444 unsigned i = da->array_index->as_constant()->get_uint_component(0);
457 unsigned i = da->array_index->as_constant()->get_uint_component(0);
H A Dlower_vector_derefs.cpp140 unsigned index = old_index_constant->get_uint_component(0);
H A Dlink_uniform_block_active_visitor.cpp116 const unsigned idx = c->get_uint_component(0);
H A Dir.cpp1043 this->value.u[i] = value->get_uint_component(j);
1272 ir_constant::get_uint_component(unsigned i) const function in class:ir_constant
1405 value.u[i+offset] = src->get_uint_component(i);
1473 value.u[i+offset] = src->get_uint_component(id++);
H A Dir_constant_expression.cpp501 index_c->get_uint_component(0);
H A Dlower_ubo_reference.cpp233 const_index->get_uint_component(0),
H A Dir.h2296 unsigned get_uint_component(unsigned i) const;
H A Dast_function.cpp1488 data.u[i + base_component] = c->get_uint_component(i);

Completed in 30 milliseconds