Searched refs:rb_type (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_cc.c66 GLenum rb_type; local
70 rb_type = _mesa_get_format_datatype(rb->Format);
72 rb_type = GL_UNSIGNED_NORMALIZED;
80 integer = (rb_type == GL_INT || rb_type == GL_UNSIGNED_INT);
97 rb_type != GL_UNSIGNED_NORMALIZED &&
98 rb_type != GL_FLOAT, "Ignoring %s logic op on %s "
101 _mesa_enum_to_string(rb_type));
102 if (rb_type == GL_UNSIGNED_NORMALIZED) {

Completed in 72 milliseconds