Home
last modified time | relevance | path

Searched refs:nir_deref_struct_create (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_split_var_copies.c129 nir_deref_struct *deref = nir_deref_struct_create(state->dead_ctx, i); in split_var_copy_instr()
Dnir_opt_copy_prop_vars.c521 nir_deref_struct_create(ret_tail, deref_struct->index); in specialize_wildcards()
Dnir.c645 nir_deref_struct_create(void *mem_ctx, unsigned field_index) in nir_deref_struct_create() function
685 nir_deref_struct *ret = nir_deref_struct_create(mem_ctx, deref->index); in deref_struct_clone()
Dnir_clone.c301 nir_deref_struct *ndstr = nir_deref_struct_create(parent, dstr->index); in clone_deref_struct()
Dnir_serialize.c417 nir_deref_struct *deref_struct = nir_deref_struct_create(tail, index); in read_deref_chain()
Dnir.h2034 nir_deref_struct *nir_deref_struct_create(void *mem_ctx, unsigned field_index);
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c454 nir_deref_struct *deref_struct = nir_deref_struct_create(b, idx); in vtn_pointer_to_deref()
519 nir_deref_struct *deref_struct = nir_deref_struct_create(b, 0); in _vtn_local_load_store()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2184 nir_deref_struct *deref = nir_deref_struct_create(this->deref_tail, field_index); in visit()