| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_patch_vertices.c | 37 var->state_slots = ralloc_array(var, nir_state_slot, var->num_state_slots);
|
| H A D | nir_lower_point_size_mov.c | 49 in->state_slots = ralloc_array(in, nir_state_slot, 1);
|
| H A D | nir_lower_alpha_test.c | 103 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_lower_pntc_ytransform.c | 52 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_lower_drawpixels.c | 78 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_lower_wpos_ytransform.c | 60 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_lower_clip.c | 220 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_clone.c | 160 nvar->state_slots = ralloc_array(nvar, nir_state_slot, var->num_state_slots); 162 var->num_state_slots * sizeof(nir_state_slot));
|
| H A D | nir.h | 120 } 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 D | nir_lower_patch_vertices.c | 37 var->state_slots = ralloc_array(var, nir_state_slot, var->num_state_slots);
|
| H A D | nir_lower_drawpixels.c | 78 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_lower_wpos_ytransform.c | 60 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | nir_clone.c | 155 nvar->state_slots = ralloc_array(nvar, nir_state_slot, var->num_state_slots); 157 var->num_state_slots * sizeof(nir_state_slot));
|
| H A D | nir.h | 96 } nir_state_slot; typedef in typeref:struct:__anon3bab288a0108 503 nir_state_slot *state_slots; /**< State descriptors. */
|
| H A D | nir_serialize.c | 179 var->state_slots = ralloc_array(var, nir_state_slot,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_nir_lower_builtin.c | 141 var->state_slots = ralloc_array(var, nir_state_slot, 1);
|
| H A D | st_glsl_to_nir.cpp | 466 const nir_state_slot *const slots = var->state_slots;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_nir_lower_builtin.c | 156 var->state_slots = rzalloc_array(var, nir_state_slot, 1);
|
| H A D | st_glsl_to_nir.cpp | 487 const nir_state_slot *const slots = var->state_slots;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_link.cpp | 344 const nir_state_slot *const slots = var->state_slots;
|
| H A D | brw_nir_uniforms.cpp | 35 const nir_state_slot *const slots = var->state_slots;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_lower_point_sprite.c | 254 state.uniform->state_slots = ralloc_array(state.uniform, nir_state_slot, 1);
|
| H A D | d3d12_nir_passes.c | 54 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 D | brw_link.cpp | 351 const nir_state_slot *const slots = var->state_slots;
|
| H A D | brw_nir_uniforms.cpp | 35 const nir_state_slot *const slots = var->state_slots;
|