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

1 2

  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp 238 matrix = matrix || ir->type->without_array()->is_matrix();
267 return matrix || deref->type->without_array()->is_record();
294 return matrix || deref->type->without_array()->is_record();
372 } else if (deref_array->type->without_array()->is_interface()) {
467 if (type->without_array()->is_record()) {
link_uniform_blocks.cpp 113 v->RowMajor = type->without_array()->is_matrix() && row_major;
150 type_for_size = type->without_array();
262 const glsl_type *type = b->type->without_array();
373 block_type->without_array()->name);
437 (b->type->without_array()->interface_packing ==
444 block_size.process(b->type->without_array(), "");
link_uniforms.cpp 63 assert(type->without_array()->is_record()
64 || type->without_array()->is_interface());
88 const glsl_type *t_without_array = t->without_array();
190 } else if (t->without_array()->is_record() ||
191 t->without_array()->is_interface() ||
345 assert(!type->without_array()->is_record());
346 assert(!type->without_array()->is_interface());
682 assert(!type->without_array()->is_record());
683 assert(!type->without_array()->is_interface());
731 if (current_var->type->without_array()->is_record() |
    [all...]
ast_array_index.cpp 251 } else if (array->type->without_array()->is_interface()
303 if (array->type->without_array()->is_sampler()) {
336 if (state->es_shader && array->type->without_array()->is_image()) {
link_uniform_initializers.cpp 181 const glsl_type *t_without_array = type->without_array();
279 if (type->without_array()->is_sampler() ||
280 type->without_array()->is_image()) {
lower_subroutine.cpp 96 if (ir->sub_var->type->without_array() == fn->subroutine_types[i]) {
link_varyings.cpp 91 } else if (t->without_array()->is_record() ||
92 t->without_array()->is_interface() ||
169 name = ralloc_strdup(NULL, type->without_array()->name);
419 if (type->without_array()->is_record()) {
425 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1;
427 type->without_array()->vector_elements * dmul;
446 (explicit_locations[idx][j]->type->without_array()
447 ->base_type != type->without_array()->base_type)) {
735 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1;
    [all...]
ir_set_program_inouts.cpp 120 var->type->without_array()->is_dual_slot())
311 if (type->without_array()->is_dual_slot())
link_interface_blocks.cpp 243 var->get_interface_type()->without_array()->name);
265 var->get_interface_type()->without_array()->name, var);
lower_named_interface_blocks.cpp 148 const glsl_type * iface_t = var->type->without_array();
lower_blend_equation_advanced.cpp 514 const int components = var->type->without_array()->vector_elements;
526 if (outputs[0] && outputs[0]->type->without_array()->vector_elements == 4) {
link_atomics.cpp 247 var->type->without_array()->atomic_size() : 0);
ast_to_hir.cpp     [all...]
lower_packed_varyings.cpp 699 type = type->without_array();
linker.cpp     [all...]
glsl_to_nir.cpp 342 var->data.compact = ir->type->without_array()->is_scalar();
360 var->data.compact = ir->type->without_array()->is_scalar();
859 image->variable_referenced()->type->without_array();
    [all...]
ir.cpp     [all...]
ir.h 475 return this->type->without_array() == this->interface_type;
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.cpp     [all...]
nir_types.cpp 48 return type->without_array();
glsl_types.h 628 const glsl_type *without_array() const function in struct:glsl_type
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 106 struct vtn_type *without_array = type; local
107 while(glsl_type_is_array(without_array->type))
108 without_array = without_array->array_element;
110 if (glsl_type_is_image(without_array->type)) {
112 param->interface_type = without_array->type;
113 } else if (glsl_type_is_sampler(without_array->type)) {
115 param->interface_type = without_array->type;
vtn_variables.c 1288 struct vtn_type *without_array = var->type; local
    [all...]
  /external/mesa3d/src/mesa/main/
shader_query.cpp 777 (array_index * var->type->without_array()->matrix_columns);
799 if (RESOURCE_UNI(res)->type->without_array()->is_record())
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 76 type = type->without_array();
    [all...]

Completed in 517 milliseconds

1 2