HomeSort by relevance Sort by last modified time
    Searched refs:is_record (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_uniforms.cpp 63 assert(type->without_array()->is_record()
94 if (t_without_array->is_record() ||
135 } else if (t->is_record() || t->is_interface()) {
136 if (record_type == NULL && t->is_record())
139 if (t->is_record())
146 if (t->fields.structure[i].type->is_record())
186 if (t->is_record()) {
190 } else if (t->without_array()->is_record() ||
193 if (record_type == NULL && t->fields.array->is_record())
345 assert(!type->without_array()->is_record());
    [all...]
lower_buffer_access.cpp 65 if (deref->type->is_record()) {
267 return matrix || deref->type->without_array()->is_record();
294 return matrix || deref->type->without_array()->is_record();
467 if (type->without_array()->is_record()) {
opt_structure_splitting.cpp 106 if (!var->type->is_record() ||
209 if (!var->type->is_record())
link_uniform_initializers.cpp 182 if (type->is_record()) {
196 } else if (t_without_array->is_record() ||
link_uniform_blocks.cpp 67 assert(type->is_record());
80 assert(type->is_record());
ir.cpp 652 || type->is_record() || type->is_array());
674 if (type->is_record()) {
802 || type->is_record() || type->is_array());
815 if (type->is_record()) {
1024 assert (!type->is_array() && !type->is_record());
    [all...]
lower_packed_varyings.cpp 447 if (rvalue->type->is_record()) {
695 !((type->is_array() || type->is_record() || type->is_matrix()) &&
link_varyings.cpp 80 } else if (t->is_record()) {
91 } else if (t->without_array()->is_record() ||
419 if (type->without_array()->is_record()) {
    [all...]
lower_ubo_reference.cpp 873 if (!ir->lhs->type->is_record() || !ir->rhs->type->is_record())
    [all...]
ir_print_visitor.cpp 452 } else if (ir->type->is_record()) {
ast_to_hir.cpp     [all...]
linker.cpp 852 if (existing->type->fields.array->is_record() &&
853 var->type->fields.array->is_record() &&
901 if (var->type->is_record() && existing->type->is_record()
    [all...]
ast_function.cpp     [all...]
glsl_parser_extras.cpp     [all...]
  /external/mesa3d/src/compiler/
glsl_types.cpp 217 } else if (this->is_record() || this->is_interface()) {
234 } else if (this->is_record() || this->is_interface()) {
250 } else if (this->is_record() || this->is_interface()) {
287 } else if (this->is_record() || this->is_interface()) {
333 } else if (this->is_record() || this->is_interface()) {
    [all...]
nir_types.cpp 196 return type->is_record() || type->is_interface();
glsl_types.h 577 bool is_record() const function in struct:glsl_type
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 681 if (type->is_array() || type->is_record()) {
711 if (type->is_array() || type->is_record()) {
    [all...]
  /external/mesa3d/src/mesa/main/
shader_query.cpp 799 if (RESOURCE_UNI(res)->type->without_array()->is_record())
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 579 if (type->is_array() || type->is_record()) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 1843 milliseconds