Searched refs:nir_vec4 (Results 1 - 25 of 71) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_fragcoord_wtrans.c61 return nir_vec4(b,
H A Dnir_lower_clip_halfz.c44 nir_ssa_def *def = nir_vec4(b,
H A Dnir_lower_viewport_transform.c91 nir_ssa_def *screen_space = nir_vec4(&b,
H A Dnir_lower_wpos_center.c63 nir_vec4(b,
H A Dnir_convert_ycbcr.c121 nir_vec4(b,
139 return nir_vec4(b,
H A Dnir_normalize_cubemap_coords.c70 normalized = nir_vec4(b,
H A Dnir_lower_blend.c155 return nir_vec4(b,
264 bconst = nir_vec4(b,
290 dst = nir_vec4(b, nir_channel(b, dst, 0),
H A Dnir_lower_packing.c83 return nir_vec4(b, nir_unpack_32_2x16_split_x(b, xy),
H A Dnir_lower_texcoord_replace.c99 new_coord = nir_vec4(&b, nir_channel(&b, new_coord, 0),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_fragcoord_wtrans.c46 nir_ssa_def *fragcoord_wtrans = nir_vec4(b,
H A Dnir_lower_viewport_transform.c88 nir_ssa_def *screen_space = nir_vec4(&b,
H A Dnir_lower_wpos_center.c63 nir_vec4(b,
H A Dnir_normalize_cubemap_coords.c70 normalized = nir_vec4(b,
H A Dnir_lower_packing.c83 return nir_vec4(b, nir_unpack_32_2x16_split_x(b, xy),
H A Dnir_builtin_builder.c46 return nir_vec4(b,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_lower_input_attachments.c75 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 Dv3d_nir_lower_logic_ops.c127 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 Dv3d_nir_lower_line_smooth.c49 nir_ssa_def *new_val = nir_fmul(b, nir_vec4(b, one, one, one, coverage),
H A Dv3d_nir_lower_image_load_store.c182 result = nir_vec4(b,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tg4_to_tex.c97 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 Dbrw_nir_rt_builder.h356 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 Dradv_meta_dcc_retile.c74 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 Dsfn_nir_lower_tess_io.cpp501 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 Dradv_nir_lower_ycbcr_textures.c133 nir_vec4(b,
154 return nir_vec4(b,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_draw_helpers.c184 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),

Completed in 31 milliseconds

123