Searched refs:nir_ssa_undef (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_undef.c | 96 nir_ssa_def *undef = nir_ssa_undef(b, alu->dest.dest.ssa.num_components, in opt_undef_vecN()
|
D | nir_builder.h | 180 nir_ssa_undef(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_ssa_undef() function
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 118 store->src[1] = nir_src_for_ssa(nir_ssa_undef(&b, 1, 32)); in build_nir_itob_compute_shader() 343 store->src[1] = nir_src_for_ssa(nir_ssa_undef(&b, 1, 32)); in build_nir_btoi_compute_shader() 557 store->src[1] = nir_src_for_ssa(nir_ssa_undef(&b, 1, 32)); in build_nir_itoi_compute_shader() 753 store->src[1] = nir_src_for_ssa(nir_ssa_undef(&b, 1, 32)); in build_nir_cleari_compute_shader()
|
D | radv_meta_resolve_cs.c | 140 store->src[1] = nir_src_for_ssa(nir_ssa_undef(&b, 1, 32)); in build_resolve_compute_shader()
|
D | radv_meta_fast_clear.c | 95 store->src[1] = nir_src_for_ssa(nir_ssa_undef(&b, 1, 32)); in build_dcc_decompress_compute_shader()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 145 nir_ssa_def *undef = nir_ssa_undef(b, 1, 32); in remap_tess_levels()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 167 val->def = nir_ssa_undef(&b->nb, num_components, bit_size); in vtn_undef_ssa_value() 2306 image.sample = nir_ssa_undef(&b->nb, 1, 32); in vtn_handle_image() 2320 image.sample = nir_ssa_undef(&b->nb, 1, 32); in vtn_handle_image() 2771 nir_src_for_ssa(nir_ssa_undef(&b->nb, 1, src0->bit_size)); in vtn_vector_shuffle()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 892 nir_ssa_def *u = nir_ssa_undef(b, 1, 32); in bit_cast_color() 1298 nir_ssa_def *u = nir_ssa_undef(&b, 1, 32); in brw_blorp_build_nir_shader()
|