Home
last modified time | relevance | path

Searched refs:nir_state_slot (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_point_size_mov.c49 in->state_slots = ralloc_array(in, nir_state_slot, 1); in lower_impl()
Dnir_lower_patch_vertices.c37 var->state_slots = ralloc_array(var, nir_state_slot, var->num_state_slots); in make_uniform()
Dnir_lower_alpha_test.c103 var->state_slots = ralloc_array(var, nir_state_slot, 1); in nir_lower_alpha_test()
Dnir_lower_pntc_ytransform.c52 var->state_slots = ralloc_array(var, nir_state_slot, 1); in get_pntc_transform()
Dnir_lower_wpos_ytransform.c60 var->state_slots = ralloc_array(var, nir_state_slot, 1); in get_transform()
Dnir_lower_drawpixels.c78 var->state_slots = ralloc_array(var, nir_state_slot, 1); in create_uniform()
Dnir_clone.c160 nvar->state_slots = ralloc_array(nvar, nir_state_slot, var->num_state_slots); in nir_variable_clone()
162 var->num_state_slots * sizeof(nir_state_slot)); in nir_variable_clone()
Dnir_lower_clip.c220 var->state_slots = ralloc_array(var, nir_state_slot, 1); in get_ucp()
Dnir.h120 } nir_state_slot; typedef
632 nir_state_slot *state_slots; /**< State descriptors. */
Dnir_serialize.c389 var->state_slots = ralloc_array(var, nir_state_slot, in read_variable()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_builtin.c156 var->state_slots = rzalloc_array(var, nir_state_slot, 1); in get_variable()
Dst_glsl_to_nir.cpp487 const nir_state_slot *const slots = var->state_slots; in st_glsl_to_nir_post_opts()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp351 const nir_state_slot *const slots = var->state_slots; in brw_link_shader()
Dbrw_nir_uniforms.cpp35 const nir_state_slot *const slots = var->state_slots; in brw_nir_setup_glsl_builtin_uniform()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_point_sprite.c254 state.uniform->state_slots = ralloc_array(state.uniform, nir_state_slot, 1); in d3d12_lower_point_sprite()
Dd3d12_nir_passes.c54 var->state_slots = ralloc_array(var, nir_state_slot, 1); in get_state_var()
528 ubo->state_slots = ralloc_array(ubo, nir_state_slot, 1); in d3d12_lower_state_vars()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp663 var->state_slots = rzalloc_array(var, nir_state_slot, in visit()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2866 - nir/lower_point_size_mov: zero nir_state_slot::swizzle in new variable