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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_vec_index_to_swizzle.cpp39 * Visitor class for replacing expressions with ir_constant values.
65 ir_constant *ir_constant; local
74 ir_constant = deref->array_index->constant_expression_value();
75 if (!ir_constant)
95 const int i = MIN2(MAX2(ir_constant->value.i[0], 0),
H A Dir.cpp526 ir_constant::ir_constant() function in class:ir_constant
531 ir_constant::ir_constant(const struct glsl_type *type, function in class:ir_constant
542 ir_constant::ir_constant(float f) function in class:ir_constant
552 ir_constant::ir_constant(unsigned int u) function in class:ir_constant
562 ir_constant::ir_constant(in function in class:ir_constant
572 ir_constant::ir_constant(bool b) function in class:ir_constant
582 ir_constant::ir_constant(const ir_constant *c, unsigned i) function in class:ir_constant
596 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) function in class:ir_constant
[all...]
H A Dir.h131 virtual class ir_constant * as_constant() { return NULL; }
159 virtual ir_constant *constant_expression_value(struct hash_table *variable_context = NULL);
200 * \c ir_constant class over-rides this function to return \c true \b only
204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
205 * ir_constant::is_basis
213 * \c ir_constant class over-rides this function to return \c true \b only
217 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one,
218 * ir_constant::is_basis
226 * \c ir_constant class over-rides this function to return \c true \b only
230 * \sa ir_constant
1687 class ir_constant : public ir_rvalue { class in inherits:ir_rvalue
[all...]
/external/mesa3d/src/glsl/
H A Dlower_vec_index_to_swizzle.cpp39 * Visitor class for replacing expressions with ir_constant values.
65 ir_constant *ir_constant; local
74 ir_constant = deref->array_index->constant_expression_value();
75 if (!ir_constant)
95 const int i = MIN2(MAX2(ir_constant->value.i[0], 0),
H A Dir.cpp526 ir_constant::ir_constant() function in class:ir_constant
531 ir_constant::ir_constant(const struct glsl_type *type, function in class:ir_constant
542 ir_constant::ir_constant(float f) function in class:ir_constant
552 ir_constant::ir_constant(unsigned int u) function in class:ir_constant
562 ir_constant::ir_constant(in function in class:ir_constant
572 ir_constant::ir_constant(bool b) function in class:ir_constant
582 ir_constant::ir_constant(const ir_constant *c, unsigned i) function in class:ir_constant
596 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) function in class:ir_constant
[all...]
H A Dir.h131 virtual class ir_constant * as_constant() { return NULL; }
159 virtual ir_constant *constant_expression_value(struct hash_table *variable_context = NULL);
200 * \c ir_constant class over-rides this function to return \c true \b only
204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
205 * ir_constant::is_basis
213 * \c ir_constant class over-rides this function to return \c true \b only
217 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one,
218 * ir_constant::is_basis
226 * \c ir_constant class over-rides this function to return \c true \b only
230 * \sa ir_constant
1687 class ir_constant : public ir_rvalue { class in inherits:ir_rvalue
[all...]

Completed in 465 milliseconds