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

  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 56 return glsl_get_length(type);
68 type = glsl_array_type(type, glsl_get_length(var->type));
nir_lower_var_copies.c 94 unsigned length = glsl_get_length(src_arr_parent->type);
96 assert(length == glsl_get_length(dest_arr_parent->type));
nir_lower_locals_to_regs.c 109 array_size *= glsl_get_length(tail->type);
154 src.reg.base_offset *= glsl_get_length(parent_type);
160 load_const->value.u32[0] = glsl_get_length(parent_type);
nir_lower_samplers.c 71 *array_elements *= glsl_get_length(tail->type);
nir_split_var_copies.c 128 for (unsigned i = 0; i < glsl_get_length(src_tail->type); i++) {
nir_lower_vars_to_ssa.c 98 glsl_get_length(type) * sizeof(struct deref_node *);
148 assert(deref_struct->index < glsl_get_length(node->type));
167 if (arr->base_offset >= glsl_get_length(node->type))
nir_gather_info.c 88 var->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4)
nir_lower_indirect_derefs.c 109 int length = glsl_get_length(tail->type);
nir_loop_analyze.c 662 if (glsl_get_length(variable->deref.type) ==
nir.c 717 length = glsl_get_length(tail->type);
730 length = glsl_get_length(tail->type);
    [all...]
  /external/mesa3d/src/compiler/
nir_types.h 67 unsigned glsl_get_length(const struct glsl_type *type);
nir_types.cpp 100 glsl_get_length(const struct glsl_type *type) function
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 206 unsigned elems = glsl_get_length(tail->type);
217 unsigned elems = glsl_get_length(tail->type);
416 unsigned num_fields = glsl_get_length(type->type);
427 assert(glsl_get_length(type->type) > 0);
428 return type->stride * glsl_get_length(type->type);
648 unsigned elems = glsl_get_length(type->type);
661 unsigned elems = glsl_get_length(type->type);
762 unsigned elems = glsl_get_length(tail_type->type);
837 unsigned elems = glsl_get_length(tail_type->type);
    [all...]
spirv_to_nir.c 68 unsigned elems = glsl_get_length(val->type);
144 unsigned elems = glsl_get_length(val->type);
154 unsigned elems = glsl_get_length(val->type);
433 unsigned elems = glsl_get_length(src->type);
918 assert(glsl_get_length(type) > 0);
919 c->num_elements = glsl_get_length(type);
928 c->num_elements = glsl_get_length(type);
    [all...]
vtn_cfg.c 52 func->num_params = glsl_get_length(func_type);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 258 unsigned length = glsl_get_length(var->type) * 4; /* always vec4, at least with ttn */
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 826 glsl_type_is_array(var->type) ? glsl_get_length(var->type) : 1;
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_nir.cpp 59 var->data.compact ? DIV_ROUND_UP(glsl_get_length(var->type), 4)
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 253 milliseconds