Searched refs:nir_state_slot (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_patch_vertices.c37 var->state_slots = ralloc_array(var, nir_state_slot, var->num_state_slots);
H A Dnir_lower_point_size_mov.c49 in->state_slots = ralloc_array(in, nir_state_slot, 1);
H A Dnir_lower_alpha_test.c103 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dnir_lower_pntc_ytransform.c52 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dnir_lower_drawpixels.c78 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dnir_lower_wpos_ytransform.c60 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dnir_lower_clip.c220 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dnir_clone.c160 nvar->state_slots = ralloc_array(nvar, nir_state_slot, var->num_state_slots);
162 var->num_state_slots * sizeof(nir_state_slot));
H A Dnir.h120 } nir_state_slot; typedef in typeref:struct:__anon3ec4419d0108
632 nir_state_slot *state_slots; /**< State descriptors. */
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_patch_vertices.c37 var->state_slots = ralloc_array(var, nir_state_slot, var->num_state_slots);
H A Dnir_lower_drawpixels.c78 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dnir_lower_wpos_ytransform.c60 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dnir_clone.c155 nvar->state_slots = ralloc_array(nvar, nir_state_slot, var->num_state_slots);
157 var->num_state_slots * sizeof(nir_state_slot));
H A Dnir.h96 } nir_state_slot; typedef in typeref:struct:__anon3bab288a0108
503 nir_state_slot *state_slots; /**< State descriptors. */
H A Dnir_serialize.c179 var->state_slots = ralloc_array(var, nir_state_slot,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c141 var->state_slots = ralloc_array(var, nir_state_slot, 1);
H A Dst_glsl_to_nir.cpp466 const nir_state_slot *const slots = var->state_slots;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c156 var->state_slots = rzalloc_array(var, nir_state_slot, 1);
H A Dst_glsl_to_nir.cpp487 const nir_state_slot *const slots = var->state_slots;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp344 const nir_state_slot *const slots = var->state_slots;
H A Dbrw_nir_uniforms.cpp35 const nir_state_slot *const slots = var->state_slots;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c254 state.uniform->state_slots = ralloc_array(state.uniform, nir_state_slot, 1);
H A Dd3d12_nir_passes.c54 var->state_slots = ralloc_array(var, nir_state_slot, 1);
528 ubo->state_slots = ralloc_array(ubo, nir_state_slot, 1);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp351 const nir_state_slot *const slots = var->state_slots;
H A Dbrw_nir_uniforms.cpp35 const nir_state_slot *const slots = var->state_slots;

Completed in 33 milliseconds

12