Searched refs:nir_state_slot (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/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); in make_uniform()
|
H A D | nir_lower_alpha_test.c | 103 var->state_slots = ralloc_array(var, nir_state_slot, 1); in nir_lower_alpha_test()
|
H A D | nir_lower_pntc_ytransform.c | 52 var->state_slots = ralloc_array(var, nir_state_slot, 1); in get_pntc_transform()
|
H A D | nir_lower_point_size_mov.c | 48 in->state_slots = ralloc_array(in, nir_state_slot, 1); in lower_impl()
|
H A D | nir_lower_atomics_to_ssbo.c | 47 var->state_slots = ralloc_array(var, nir_state_slot, 1); in deref_offset_var()
|
H A D | nir_lower_wpos_ytransform.c | 60 var->state_slots = ralloc_array(var, nir_state_slot, 1); in get_transform()
|
H A D | nir_lower_drawpixels.c | 78 var->state_slots = ralloc_array(var, nir_state_slot, 1); in create_uniform()
|
H A D | nir_clone.c | 161 nvar->state_slots = ralloc_array(nvar, nir_state_slot, var->num_state_slots); in nir_variable_clone() 163 var->num_state_slots * sizeof(nir_state_slot)); in nir_variable_clone()
|
H A D | nir_lower_clip.c | 236 var->state_slots = ralloc_array(var, nir_state_slot, 1); in get_ucp()
|
H A D | nir.h | 178 } nir_state_slot; typedef 735 nir_state_slot *state_slots; /**< State descriptors. */
|
H A D | nir_serialize.c | 395 var->state_slots = ralloc_array(var, nir_state_slot, in read_variable()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_builtin.c | 150 var->state_slots = rzalloc_array(var, nir_state_slot, 1); in get_variable()
|
H A D | st_glsl_to_nir.cpp | 478 const nir_state_slot *const slots = var->state_slots; in st_glsl_to_nir_post_opts()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_point_sprite.c | 258 state.uniform->state_slots = ralloc_array(state.uniform, nir_state_slot, 1); in d3d12_lower_point_sprite()
|
H A D | d3d12_nir_passes.c | 55 var->state_slots = ralloc_array(var, nir_state_slot, 1); in d3d12_get_state_var() 639 ubo->state_slots = ralloc_array(ubo, nir_state_slot, 1); in d3d12_lower_state_vars()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 700 var->state_slots = rzalloc_array(var, nir_state_slot, in visit()
|
Completed in 23 milliseconds