HomeSort by relevance Sort by last modified time
    Searched defs:ir_constant (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir.cpp 545 ir_constant::ir_constant() function in class:ir_constant
551 ir_constant::ir_constant(const struct glsl_type *type, function in class:ir_constant
564 ir_constant::ir_constant(float f, unsigned vector_elements) function in class:ir_constant
577 ir_constant::ir_constant(double d, unsigned vector_elements) function in class:ir_constant
590 ir_constant::ir_constant(unsigned int u, unsigned vector_elements function in class:ir_constant
603 ir_constant::ir_constant(int integer, unsigned vector_elements) function in class:ir_constant
616 ir_constant::ir_constant(bool b, unsigned vector_elements) function in class:ir_constant
629 ir_constant::ir_constant(const ir_constant *c, unsigned i) function in class:ir_constant
645 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) function in class:ir_constant
    [all...]
ir.h 233 virtual ir_constant *constant_expression_value(struct hash_table *variable_context = NULL);
269 * \c ir_constant class over-rides this function to return \c true \b only
273 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one
281 * \c ir_constant class over-rides this function to return \c true \b only
285 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one
293 * \c ir_constant class over-rides this function to return \c true \b only
297 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
305 * \sa ir_constant::is_uint16_constant.
725 * If so, constant_value contains an integer ir_constant representing the
957 ir_constant *constant_value
2099 class ir_constant : public ir_rvalue { class in inherits:ir_rvalue
    [all...]

Completed in 54 milliseconds