Searched refs:s_out (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 479 nir_ssa_def *s_out = nir_imm_int(b, 0); in blorp_nir_decode_msaa() local 496 s_out = nir_mask_shift_or(b, s_out, x_in, 0x2, -1); in blorp_nir_decode_msaa() 500 s_out = nir_mask_shift_or(b, s_out, x_in, 0x2, -1); in blorp_nir_decode_msaa() 501 s_out = nir_mask_shift_or(b, s_out, y_in, 0x2, 0); in blorp_nir_decode_msaa() 515 s_out = nir_mask_shift_or(b, s_out, x_in, 0x4, 0); in blorp_nir_decode_msaa() 516 s_out in blorp_nir_decode_msaa() [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d40_tex.c | 88 struct qreg *s_out, in handle_tex_src() 94 assert(tmu_writes || (s_out && p2_unpacked)); in handle_tex_src() 104 *s_out = s; in handle_tex_src() 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) handle_tex_src() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 647 LLVMValueRef z_out = NULL, s_out = NULL; in generate_fs_loop() local 769 s_out = lp_build_array_alloca(gallivm, in generate_fs_loop() 1152 LLVMValueRef ptr = LLVMBuildGEP(builder, s_out, &idx, 1, ""); in generate_fs_loop() 1272 LLVMValueRef ptr = LLVMBuildGEP(builder, s_out, &idx, 1, ""); in generate_fs_loop()
|
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 1975 s_out = ssl.MemoryBIO() 1977 server = server_ctx.wrap_bio(s_in, s_out, server_side=True) 1991 if s_out.pending: 1992 c_in.write(s_out.read()) 2009 c_in.write(s_out.read())
|
Completed in 15 milliseconds