Home
last modified time | relevance | path

Searched refs:nir_load_system_value (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_texcoord_replace.c73 new_coord = nir_load_system_value(&b, nir_intrinsic_load_point_coord, in nir_lower_texcoord_replace_impl()
Dnir_lower_system_values.c214 cols[i] = nir_load_system_value(b, sysval_op, i, in lower_system_value_instr()
221 return nir_load_system_value(b, sysval_op, 0, in lower_system_value_instr()
Dnir_builder.h539 nir_load_system_value(nir_builder *build, nir_intrinsic_op op, int index, in nir_load_system_value() function
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c93 return nir_load_system_value(b, in vc4_blend_channel_f()
111 nir_load_system_value(b, in vc4_blend_channel_f()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c2310 nir_load_system_value(&b, nir_intrinsic_load_view_index, 0, 1, 32); in pipeline_add_multiview_gs()
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1545 - nir: replace nir_load_system_value calls with appropiate builder
1564 - nir: replace more nir_load_system_value calls with builder functions
D21.0.0.rst2717 - nir: move nir_load_system_value() to nir_builder.h