HomeSort by relevance Sort by last modified time
    Searched full:is_record (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniform_initializers.cpp 85 if (type->is_record()) {
99 } else if (type->is_array() && type->fields.array->is_record()) {
link_uniforms.cpp 66 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()));
opt_structure_splitting.cpp 111 if (!var->type->is_record() || var->mode == ir_var_uniform)
213 if (!var->type->is_record())
glsl_types.cpp 119 } 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()) {
ir.cpp 602 || 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());
    [all...]
lower_ubo_reference.cpp 209 if (deref->type->is_record()) {
ir_print_visitor.cpp 382 } else if (ir->type->is_record()) {
glsl_types.h 391 bool is_record() const function in struct:glsl_type
ast_function.cpp     [all...]
linker.cpp     [all...]
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 85 if (type->is_record()) {
99 } else if (type->is_array() && type->fields.array->is_record()) {
link_uniforms.cpp 66 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()));
opt_structure_splitting.cpp 111 if (!var->type->is_record() || var->mode == ir_var_uniform)
213 if (!var->type->is_record())
glsl_types.cpp 119 } 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()) {
ir.cpp 602 || 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());
    [all...]
lower_ubo_reference.cpp 209 if (deref->type->is_record()) {
ir_print_visitor.cpp 382 } else if (ir->type->is_record()) {
glsl_types.h 391 bool is_record() const function in struct:glsl_type
ast_function.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 430 if (type->is_array() || type->is_record()) {
446 if (type->is_array() || type->is_record()) {
    [all...]
brw_fs_visitor.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 430 if (type->is_array() || type->is_record()) {
446 if (type->is_array() || type->is_record()) {
    [all...]
brw_fs_visitor.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 993 if (type->is_array() || type->is_record()) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 993 if (type->is_array() || type->is_record()) {
    [all...]

Completed in 5341 milliseconds

1 2