| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_fragcoord_wtrans.c | 61 return nir_vec4(b,
|
| H A D | nir_lower_clip_halfz.c | 44 nir_ssa_def *def = nir_vec4(b,
|
| H A D | nir_lower_viewport_transform.c | 91 nir_ssa_def *screen_space = nir_vec4(&b,
|
| H A D | nir_lower_wpos_center.c | 63 nir_vec4(b,
|
| H A D | nir_convert_ycbcr.c | 121 nir_vec4(b, 139 return nir_vec4(b,
|
| H A D | nir_normalize_cubemap_coords.c | 70 normalized = nir_vec4(b,
|
| H A D | nir_lower_blend.c | 155 return nir_vec4(b, 264 bconst = nir_vec4(b, 290 dst = nir_vec4(b, nir_channel(b, dst, 0),
|
| H A D | nir_lower_packing.c | 83 return nir_vec4(b, nir_unpack_32_2x16_split_x(b, xy),
|
| H A D | nir_lower_texcoord_replace.c | 99 new_coord = nir_vec4(&b, nir_channel(&b, new_coord, 0),
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_fragcoord_wtrans.c | 46 nir_ssa_def *fragcoord_wtrans = nir_vec4(b,
|
| H A D | nir_lower_viewport_transform.c | 88 nir_ssa_def *screen_space = nir_vec4(&b,
|
| H A D | nir_lower_wpos_center.c | 63 nir_vec4(b,
|
| H A D | nir_normalize_cubemap_coords.c | 70 normalized = nir_vec4(b,
|
| H A D | nir_lower_packing.c | 83 return nir_vec4(b, nir_unpack_32_2x16_split_x(b, xy),
|
| H A D | nir_builtin_builder.c | 46 return nir_vec4(b,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_lower_input_attachments.c | 75 nir_vec4(&b, nir_channel(&b, pos, 0), nir_channel(&b, pos, 1), layer, nir_imm_int(&b, 0));
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_logic_ops.c | 127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); 144 return nir_vec4(b, c[0], c[1], c[2], c[3]); 184 return nir_vec4(b, chans[0], chans[1], chans[2], chans[3]); 222 return nir_vec4(b, color[0], color[1], color[2], color[3]); 260 return nir_vec4(b, r[0], r[1], r[2], r[3]);
|
| H A D | v3d_nir_lower_line_smooth.c | 49 nir_ssa_def *new_val = nir_fmul(b, nir_vec4(b, one, one, one, coverage),
|
| H A D | v3d_nir_lower_image_load_store.c | 182 result = nir_vec4(b,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tg4_to_tex.c | 97 nir_ssa_def *result = nir_vec4(b, results[0], results[1], results[2], results[3]);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_rt_builder.h | 356 nir_vec4(b, nir_channel(b, defs->orig, 0), 365 nir_vec4(b, nir_channel(b, defs->dir, 1), 376 nir_vec4(b, nir_unpack_64_2x32_split_x(b, defs->root_node_ptr), 399 nir_vec4(b, nir_unpack_64_2x32_split_x(b, defs->miss_sr_ptr),
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_dcc_retile.c | 74 nir_vec4(&b, src, src, src, src), 78 nir_image_deref_store(&b, output_dcc_ref, nir_vec4(&b, dst, dst, dst, dst),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_tess_io.cpp | 501 auto v0 = nir_vec4(b, out_addr0, nir_channel(b, &tf_outer->dest.ssa, chanx), 507 auto v1 = (outer_comps > 3) ? nir_vec4(b, nir_iadd(b, out_addr0, nir_imm_int(b, 8)), 525 auto v2 = (inner_comps > 1) ? nir_vec4(b, nir_iadd(b, out_addr0, nir_imm_int(b, 16)),
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_lower_ycbcr_textures.c | 133 nir_vec4(b, 154 return nir_vec4(b,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_draw_helpers.c | 184 nir_ssa_def *out = nir_vec4(b, nir_channel(b, out_input, 0), 272 nir_ssa_def *out = nir_vec4(b, nir_channel(b, out_input, 0),
|