Searched defs:ir_constant (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlower_vec_index_to_swizzle.cpp38 * Visitor class for replacing expressions with ir_constant values.
64 ir_constant *ir_constant; local
73 ir_constant = deref->array_index->constant_expression_value();
74 if (!ir_constant)
80 ir_constant->value.i[0], 0, 0, 0, 1);
H A Dir.cpp438 ir_constant::ir_constant() function in class:ir_constant
443 ir_constant::ir_constant(const struct glsl_type *type, function in class:ir_constant
454 ir_constant::ir_constant(float f) function in class:ir_constant
464 ir_constant::ir_constant(unsigned int u) function in class:ir_constant
474 ir_constant::ir_constant(in function in class:ir_constant
484 ir_constant::ir_constant(bool b) function in class:ir_constant
494 ir_constant::ir_constant(const ir_constant *c, unsigned i) function in class:ir_constant
508 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) function in class:ir_constant
[all...]
H A Dir.h124 virtual class ir_constant * as_constant() { return NULL; }
145 virtual ir_constant *constant_expression_value() = 0;
186 * \c ir_constant class over-rides this function to return \c true \b only
190 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one
198 * \c ir_constant class over-rides this function to return \c true \b only
202 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one
210 * \c ir_constant class over-rides this function to return \c true \b only
214 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
365 ir_constant *constant_value;
642 virtual ir_constant *constant_expression_valu
1464 class ir_constant : public ir_rvalue { class in inherits:ir_rvalue
[all...]

Completed in 50 milliseconds