Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir.cpp1049 this->value.d[i] = value->get_double_component(j); in ir_constant()
1163 ir_constant::get_double_component(unsigned i) const in get_double_component() function in ir_constant
1411 value.d[i+offset] = src->get_double_component(i); in copy_offset()
1479 value.d[i+offset] = src->get_double_component(id++); in copy_masked_offset()
Dir.h2290 double get_double_component(unsigned i) const;
Dast_function.cpp1497 data.d[i + base_component] = c->get_double_component(i); in emit_inline_vector_constructor()