Searched refs:s_out (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c503 nir_ssa_def *s_out = nir_imm_int(b, 0); local in function:blorp_nir_decode_msaa
520 s_out = nir_mask_shift_or(b, s_out, x_in, 0x2, -1);
524 s_out = nir_mask_shift_or(b, s_out, x_in, 0x2, -1);
525 s_out = nir_mask_shift_or(b, s_out, y_in, 0x2, 0);
539 s_out = nir_mask_shift_or(b, s_out, x_in, 0x4, 0);
540 s_out
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d40_tex.c88 struct qreg *s_out,
94 assert(tmu_writes || (s_out && p2_unpacked));
104 *s_out = s;
83 handle_tex_src(struct v3d_compile * c,nir_tex_instr * instr,unsigned src_idx,unsigned non_array_components,struct V3D41_TMU_CONFIG_PARAMETER_2 * p2_unpacked,struct qreg * s_out,unsigned * tmu_writes) argument
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c479 nir_ssa_def *s_out = nir_imm_int(b, 0); local in function:blorp_nir_decode_msaa
496 s_out = nir_mask_shift_or(b, s_out, x_in, 0x2, -1);
500 s_out = nir_mask_shift_or(b, s_out, x_in, 0x2, -1);
501 s_out = nir_mask_shift_or(b, s_out, y_in, 0x2, 0);
515 s_out = nir_mask_shift_or(b, s_out, x_in, 0x4, 0);
516 s_out
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c105 nir_variable *s_out = local in function:panvk_meta_clear_zs_attachment_shader
123 if (s_out) {
124 s_out->data.location = FRAG_RESULT_STENCIL;
125 s_out->data.driver_location = drv_loc++;
126 nir_store_var(&b, s_out, nir_channel(&b, clear_values, 1), 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c545 int s_out = find_output_by_semantic(&shader->info.base, local in function:generate_fs_loop
559 if (s_out != -1 && outputs[s_out][1]) {
562 stencil_refs[0] = LLVMBuildLoad(builder, outputs[s_out][1], "output.s");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c596 LLVMValueRef z_out = NULL, s_out = NULL; local in function:generate_fs_loop
715 s_out = lp_build_array_alloca(gallivm,
1090 LLVMValueRef ptr = LLVMBuildGEP(builder, s_out, &idx, 1, "");
1198 LLVMValueRef ptr = LLVMBuildGEP(builder, s_out, &idx, 1, "");

Completed in 18 milliseconds