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

  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_builtin.c 91 nir_deref_struct *deref_struct = nir_deref_as_struct(tail->child);
93 assert(deref_struct->index < desc->num_elements);
95 return &desc->elements[deref_struct->index];
  /external/mesa3d/src/compiler/nir/
nir_lower_io_types.c 103 nir_deref_struct *deref_struct = nir_deref_as_struct(tail); local
105 for (unsigned i = 0; i < deref_struct->index; i++) {
nir_lower_samplers.c 76 nir_deref_struct *deref_struct = nir_deref_as_struct(tail->child); local
77 *location += glsl_get_record_location_offset(tail->type, deref_struct->index);
nir_lower_vars_to_ssa.c 146 nir_deref_struct *deref_struct = nir_deref_as_struct(tail); local
148 assert(deref_struct->index < glsl_get_length(node->type));
150 if (node->children[deref_struct->index] == NULL)
151 node->children[deref_struct->index] =
154 node = node->children[deref_struct->index];
nir_lower_locals_to_regs.c 57 const nir_deref_struct *deref_struct = nir_deref_as_struct(deref); local
58 hash = _mesa_fnv32_1a_accumulate(hash, deref_struct->index);
nir_opt_copy_prop_vars.c 518 nir_deref_struct *deref_struct = nir_deref_as_struct(deref_tail); local
521 nir_deref_struct_create(ret_tail, deref_struct->index);
522 ret_struct->deref.type = deref_struct->deref.type;
nir_lower_io.c 144 nir_deref_struct *deref_struct = nir_deref_as_struct(tail); local
147 for (unsigned i = 0; i < deref_struct->index; i++) {
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 153 nir_deref_struct *deref_struct = nir_deref_struct_create(b, idx); local
154 deref_struct->deref.type = deref_type->type;
155 tail->child = &deref_struct->deref;
218 nir_deref_struct *deref_struct = nir_deref_struct_create(b, 0); local
219 tail->child = &deref_struct->deref;
221 deref_struct->index = i;
222 deref_struct->deref.type = glsl_get_struct_field(tail->type, i);
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/
array_refcount_test.cpp 133 deref_struct(operand s, const char *field) function
494 deref_struct(var_b, "i"),
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 1995 nir_deref_struct *deref_struct = nir_deref_as_struct(tail); local
    [all...]

Completed in 154 milliseconds