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

1 2

  /external/mesa3d/src/compiler/nir/
nir_lower_io_types.c 40 const struct glsl_type *deref_type, unsigned off)
62 glsl_vector_type(glsl_get_base_type(deref_type),
63 glsl_get_vector_elements(deref_type));
93 if (tail->deref_type == nir_deref_type_array) {
102 } else if (tail->deref_type == nir_deref_type_struct) {
140 const struct glsl_type *deref_type = local
142 nir_variable *nvar = get_new_var(state, var, deref_type, off);
nir_lower_locals_to_regs.c 56 if (deref->deref_type == nir_deref_type_struct) {
76 if (a->deref_type != b->deref_type)
79 if (a->deref_type == nir_deref_type_struct) {
108 if (tail->child->deref_type == nir_deref_type_array)
149 if (tail->deref_type != nir_deref_type_array)
nir_opt_copy_prop_vars.c 148 assert(a_tail->deref_type == b_tail->deref_type);
149 switch (a_tail->deref_type) {
476 switch (deref_tail->deref_type) {
499 if (guide_tail->deref_type == nir_deref_type_array &&
558 assert(src_tail->child->deref_type == entry_tail->child->deref_type);
559 if (src_tail->child->deref_type == nir_deref_type_array) {
nir_lower_constant_initializers.c 55 deref.deref.deref_type = nir_deref_type_var,
nir_lower_indirect_derefs.c 102 if (tail->child->deref_type != nir_deref_type_array)
147 if (tail->deref_type != nir_deref_type_array)
nir_lower_samplers.c 46 switch (tail->child->deref_type) {
nir_lower_var_copies.c 44 if (tail->child->deref_type != nir_deref_type_array)
nir.c 598 deref->deref.deref_type = nir_deref_type_var;
609 deref->deref.deref_type = nir_deref_type_array;
621 deref->deref.deref_type = nir_deref_type_struct;
671 switch (deref->deref_type) {
711 tmp.arr.deref.deref_type = nir_deref_type_array;
727 tmp.str.deref.deref_type = nir_deref_type_struct;
762 switch (tail->child->deref_type) {
814 switch (tail->child->deref_type) {
    [all...]
nir_lower_io.c 110 assert(tail->child->deref_type == nir_deref_type_array);
129 if (tail->deref_type == nir_deref_type_array) {
143 } else if (tail->deref_type == nir_deref_type_struct) {
nir_lower_vars_to_ssa.c 144 switch (tail->deref_type) {
229 switch (deref->child->deref_type) {
294 switch (deref->child->deref_type) {
nir_gather_info.c 103 if (tail->deref_type == nir_deref_type_array) {
nir_opt_constant_folding.c 123 if (tail->deref_type != nir_deref_type_array)
nir.h 815 nir_deref_type deref_type; member in struct:nir_deref
855 deref_type, nir_deref_type_var)
857 deref_type, nir_deref_type_array)
859 deref_type, nir_deref_type_struct)
    [all...]
nir_loop_analyze.c 645 if (tail->deref_type == nir_deref_type_array) {
nir_clone.c 315 switch (dref->deref_type) {
nir_print.c 513 switch (tail->deref_type) {
nir_validate.c 375 switch (deref->deref_type) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_builtin.c 81 if (tail->child->deref_type == nir_deref_type_array)
88 if (tail->child->deref_type != nir_deref_type_struct)
107 if (deref->deref.child->deref_type == nir_deref_type_array) {
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 90 assert(deref->child->deref_type == nir_deref_type_array);
106 deref_var->deref.deref_type = nir_deref_type_var;
109 struct vtn_type *deref_type = chain->var->type; local
114 enum glsl_base_type base_type = glsl_get_base_type(deref_type->type);
122 deref_type = deref_type->array_element;
125 deref_arr->deref.type = deref_type->type;
145 deref_type = deref_type->members[idx];
150 assert(tail->type == deref_type->type)
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp 202 const glsl_type *deref_type = deref->type->base_type == GLSL_TYPE_FLOAT ? local
210 insert_buffer_access(mem_ctx, deref, deref_type, chan_offset,
  /external/opencv/cv/src/
cvkdtree.cpp 147 tree_type::deref_type(mat)));
_cvkdtree.hpp 63 typedef __deref deref_type; typedef in class:CvKDTree
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c 140 assert(deref->deref.child->deref_type == nir_deref_type_array);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 1072 (dvar->deref.child->deref_type == nir_deref_type_array));
1113 (dvar->deref.child->deref_type == nir_deref_type_array));
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 237 milliseconds

1 2