Searched refs:is_record (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_uniforms.cpp66 if (t->is_record() || (t->is_array() && t->fields.array->is_record())) {
85 if (t->is_record()) {
95 } else if (t->is_array() && t->fields.array->is_record()) {
157 assert(!type->is_record());
158 assert(!(type->is_array() && type->fields.array->is_record()));
261 assert(!type->is_record());
262 assert(!(type->is_array() && type->fields.array->is_record()));
H A Dlink_uniform_initializers.cpp85 if (type->is_record()) {
99 } else if (type->is_array() && type->fields.array->is_record()) {
H A Dopt_structure_splitting.cpp111 if (!var->type->is_record() || var->mode == ir_var_uniform)
213 if (!var->type->is_record())
H A Dglsl_types.cpp119 } else if (this->is_record()) {
682 assert(this->fields.array->is_record());
724 if (this->is_record()) {
819 if (this->fields.array->is_record()) {
840 if (this->is_record()) {
H A Dir.cpp602 || type->is_record() || type->is_array());
625 if (type->is_record()) {
736 || type->is_record() || type->is_array());
749 if (type->is_record()) {
934 assert (!type->is_array() && !type->is_record());
1660 if (constant->type->is_record()) {
H A Dglsl_types.h391 bool is_record() const function in struct:glsl_type
H A Dlower_ubo_reference.cpp209 if (deref->type->is_record()) {
H A Dir_print_visitor.cpp382 } else if (ir->type->is_record()) {
H A Dast_function.cpp1264 if (constructor_type->is_record()) {
H A Dlinker.cpp1985 assert(!output_var->type->is_record());
/external/mesa3d/src/glsl/
H A Dlink_uniforms.cpp66 if (t->is_record() || (t->is_array() && t->fields.array->is_record())) {
85 if (t->is_record()) {
95 } else if (t->is_array() && t->fields.array->is_record()) {
157 assert(!type->is_record());
158 assert(!(type->is_array() && type->fields.array->is_record()));
261 assert(!type->is_record());
262 assert(!(type->is_array() && type->fields.array->is_record()));
H A Dlink_uniform_initializers.cpp85 if (type->is_record()) {
99 } else if (type->is_array() && type->fields.array->is_record()) {
H A Dopt_structure_splitting.cpp111 if (!var->type->is_record() || var->mode == ir_var_uniform)
213 if (!var->type->is_record())
H A Dglsl_types.cpp119 } else if (this->is_record()) {
682 assert(this->fields.array->is_record());
724 if (this->is_record()) {
819 if (this->fields.array->is_record()) {
840 if (this->is_record()) {
H A Dir.cpp602 || type->is_record() || type->is_array());
625 if (type->is_record()) {
736 || type->is_record() || type->is_array());
749 if (type->is_record()) {
934 assert (!type->is_array() && !type->is_record());
1660 if (constant->type->is_record()) {
H A Dglsl_types.h391 bool is_record() const function in struct:glsl_type
H A Dlower_ubo_reference.cpp209 if (deref->type->is_record()) {
H A Dir_print_visitor.cpp382 } else if (ir->type->is_record()) {
H A Dast_function.cpp1264 if (constructor_type->is_record()) {
H A Dlinker.cpp1985 assert(!output_var->type->is_record());
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp430 if (type->is_array() || type->is_record()) {
446 if (type->is_array() || type->is_record()) {
H A Dbrw_fs_visitor.cpp1468 } else if (ir->type->is_record()) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp430 if (type->is_array() || type->is_record()) {
446 if (type->is_array() || type->is_record()) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp993 if (type->is_array() || type->is_record()) {
2304 else if (ir->rhs->type->is_record())
2917 if (type->is_record()) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp993 if (type->is_array() || type->is_record()) {
2304 else if (ir->rhs->type->is_record())
2917 if (type->is_record()) {

Completed in 1167 milliseconds

12