HomeSort by relevance Sort by last modified time
    Searched refs:get_uint_component (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/compiler/glsl/
opt_dead_builtin_varyings.cpp 105 this->fragdata_usage |= 1 << index->get_uint_component(0);
133 this->texcoord_usage |= 1 << index->get_uint_component(0);
443 unsigned i = da->array_index->as_constant()->get_uint_component(0);
456 unsigned i = da->array_index->as_constant()->get_uint_component(0);
link_uniform_block_active_visitor.cpp 113 const unsigned idx = c->get_uint_component(0);
ir.cpp 767 this->value.u[i] = value->get_uint_component(j);
898 ir_constant::get_uint_component(unsigned i) const function in class:ir_constant
977 value.u[i+offset] = src->get_uint_component(i);
1036 value.u[i+offset] = src->get_uint_component(id++);
    [all...]
ir_constant_expression.cpp 407 index_c->get_uint_component(0);
ir.h     [all...]
lower_ubo_reference.cpp 227 const_index->get_uint_component(0),
    [all...]
ast_function.cpp     [all...]

Completed in 99 milliseconds