HomeSort by relevance Sort by last modified time
    Searched full:nir_state_slot (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 34 const nir_state_slot *const slots = var->state_slots;
brw_link.cpp 247 const nir_state_slot *const slots = var->state_slots;
  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_builtin.c 143 var->state_slots = ralloc_array(var, nir_state_slot, 1);
  /external/mesa3d/src/compiler/nir/
nir_lower_drawpixels.c 77 var->state_slots = ralloc_array(var, nir_state_slot, 1);
nir_lower_wpos_ytransform.c 60 var->state_slots = ralloc_array(var, nir_state_slot, 1);
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));
nir.h 85 } nir_state_slot; typedef in typeref:struct:__anon27403
304 nir_state_slot *state_slots; /**< State descriptors. */
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 418 var->state_slots = ralloc_array(var, nir_state_slot,
    [all...]

Completed in 186 milliseconds